SAP LOG EXP - Syntax

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP Syntax ... { {operand1 {=|EQ|<(><<)>>|NE|>|GT|<(>
<<)>|LT|>=|GE|<(><<)>=|LE
|CO|CN|CA|NA|CS|NS|CP|NP
|BYTE-CO|BYTE-CN|BYTE-CA|BYTE-NA|BYTE-CS|BYTE-NS
|O|Z|M} operand2 }
| {operand [NOT] BETWEEN operand1 AND operand2}
| {operand [NOT] IN seltab}
| {operand IS [NOT] INITIAL}
| {ref IS [NOT] BOUND}
| {<(><<)>fs> IS [NOT] ASSIGNED}
| {para IS [NOT] SUPPLIED}
| {para IS [NOT] REQUESTED}
| {contains( ... )|contains_any_of( ... )|contains_any_not_of( ... )}
| {matches( ... )}
| {line_exists( ... )} }
| { [NOT] log_exp [AND|OR|EQUIV log_exp] } ... .