SAP LOGEXP OP

Get Example source ABAP code based on a different SAP table
  


ARTICLE

rel_exp - Relational Operators
Depending on the operands that are compared with each other, four groups of relational operators for relational expressions can be distinguished:
Relational operators for all data types

=, EQ, <(><<)>>, NE , >, GT, <(><<)>, LT, >=, GE , <(><<)>=, LE

BETWEEN

IN

Relational operators for character-like data types

CO, CN, CA, NA, CS, NS, CP, NP
Relational operators for byte-like data types

BYTE-CO, BYTE-CN, BYTE-CA, BYTE-NA, BYTE-CS, BYTE-NS
Relational operators for bit patterns

O, Z, M