Ansicht
Dokumentation

ABENLANGUAGE_ELEMENTS - LANGUAGE ELEMENTS

ABENLANGUAGE_ELEMENTS - LANGUAGE ELEMENTS

ABAP Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

ABAP Lanaguage Element

ABAP language elements are:

  • ABAP words
    An ABAP word is either an ABAP key word or an addition to an ABAP key word.
  • Operators
    Operators, together with operands/>, form an expression that can be evaluated.
  • Parentheses (rounded brackets)
    If multiple expressions of the same type, with operators, are linked to an expresssion, you can use parentheses to determine the priority of the individual operations.

Example

ABAP statement with the key word DELETE, the addition WHERE, the operators =, <, >, AND, OR, the operands itab, col1, op1, col2, op2, col3, op3, and parentheses.

DELETE itab
  WHERE ( col1 = op1 AND ( col2 > op2 OR col3 < op3 ) ).






PERFORM Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1106 Date: 20240423 Time: 105616     sap01-206 ( 21 ms )