SAP SET BIT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_BIT

SET BIT

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET BIT bitpos OF byte_string [TO val].

ABAP Code Snippet

What does it do? Sets the bit to the bit position bitpos of data object byte_string to the value 1.

ABAP Addition TO val
Sets the bit to the value val.

Return to menu