Ansicht
Dokumentation

ABENOO_OBS_WHERE_1 - OO OBS WHERE 1

ABENOO_OBS_WHERE_1 - OO OBS WHERE 1

TXBHW - Original Tax Base Amount in Local Currency   ABAP Short Reference  
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).






Addresses (Business Address Services)   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 673 Date: 20240419 Time: 051948     sap01-206 ( 12 ms )