SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
bit_exp - Short Reference
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 reader positions of certain statements.
Additions