ABAP Keyword Documentation → ABAP - Quick Reference
SET BIT - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SET BIT bitpos OF byte_string [TO val].
Effect
Sets the bit to the bit position bitpos
of data object byte_string
to the value 1.
Addition
-
TO val
Sets the bit to the valueval
.