SAP LOGEXP OP



Get Example source ABAP code based on a different SAP table
  



ABAP_RELEXP - Comparison Operators
Depending on the operands that can be compared with each other, the following groups of comparison operators for comparison expressions can be distinguished:
Comparison operators for all data types =, EQ, <>, NE , >, GT, < , LT, >=, GE , < =, LE BETWEEN IN
Comparison operators for character-like data types CO, CN, CA, NA, CS, NS, CP, NP
Comparison operators for byte-like data types BYTE-CO, BYTE-CN, BYTE-CA, BYTE-NA, BYTE-CS, BYTE-NS
Comparison operators for bit patterns O, Z, M