ABAP Keyword Documentation → ABAP - Quick Reference
GET BIT - Quick 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
.