ABAP Keyword Documentation → ABAP - Quick Reference
bit_exp - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
... { [BIT-NOT] operand1
[{BIT-AND|BIT-OR|BIT-XOR} [BIT-NOT] operand2
[{BIT-AND|BIT-OR|BIT-XOR} [BIT-NOT] operand3
... ]] } ...
Effect
Bit expression that calculates a binary result from operand operand
. Bit expressions can be parenthesized explicitly using (
) and can occur in the reading positions of certain statements.
Additions
-
BIT-NOT
Negates an operandoperand
. -
BIT-AND|BIT-OR|BIT-XOR
Bit operators.