ABAP Keyword Documentation → ABAP - Short Reference
bit_exp - Short 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 explicitly bracketed using (
), and can occur in the statement COMPUTE
and in the
read positions of certain statements.
Additions
-
BIT-NOT
Negates an operandoperand
-
BIT-AND|BIT-OR|BIT-XOR
Bit operators