SAP GET BIT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for GET_BIT

GET BIT

ABAP Reference
ABAP Code Snippet


ABAP Syntax GET BIT bitpos OF byte_string INTO val.

ABAP Code Snippet

What does it do? Returns the bit at the bit position bitpos of the data object byte_string in val.

Return to menu