Ansicht
Dokumentation

ABENOO_OBS_LOGICAL_1 - OO OBS LOGICAL 1

ABENOO_OBS_LOGICAL_1 - OO OBS LOGICAL 1

CPI1466 during Backup   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Incorrect Logical Operators

You cannot use the >< , =< und => logical operators in ABAP Objects. This also applies to logical expressions in the WHERE addition of the LOOP statement for internal tables and the WHERE cause of Open-SQL statements.

In ABAP Objects, the following statement causes an error message:

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

Correct syntax:

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

Cause:

These operators for not equal to, less than or equal to, and more than or equal to. <>, <=, and >= perform the same function. (as do NE, LE, and GE).






TXBHW - Original Tax Base Amount in Local Currency   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 853 Date: 20240427 Time: 041844     sap01-206 ( 16 ms )