Ansicht
Dokumentation

ABENOO_OBS_WHERE_2 - OO OBS WHERE 2

ABENOO_OBS_WHERE_2 - OO OBS WHERE 2

ABAP Short Reference   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Wrong Logical Operators in the WHERE Clause

The logical operators >< , =< and => are not allowed in ABAP Objects.

Error message in ABAP Objects for:

... >< ... =< ... => ...

Correct syntax:

... <> ... <= ... >= ...

Reason:

These operators for not equal, less than or equal and greater than or equal are superfluous. They have the same function as <> , <= and >= (or NE, LE and GE).






Fill RESBD Structure from EBP Component Structure   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 673 Date: 20240425 Time: 144158     sap01-206 ( 17 ms )