ABAP Keyword Documentation → ABAP - Short Reference
GET BIT - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
GET BIT bitpos OF byte_string INTO val.
Effect
Returns the bit at the bit position bitpos
of the data object byte_string
in val
.