SAP BIT BRACKETS



Get Example source ABAP code based on a different SAP table
  


• ( ) ABAP_BIT_EXPR

ABAP_BITEXP - ( )

ABAP_SYNTAX
... ( bit_exp ) ...

What does it do?
A complete bit expression bit_exp can be placed in parentheses. A bit expression in parentheses can be used as the operand of another bit expression and is not calculated until used in this way.

ABAP_EXAMPLE_VX5
Parentheses in bit expressions
ABEXA 00831
The displayed result is: 1101
1101
0001
ABAP_EXAMPLE_END