Ansicht
Dokumentation

ABAPIF_SHORTREF - IF SHORTREF

ABAPIF_SHORTREF - IF SHORTREF

BAL_S_LOG - Application Log: Log header data   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

IF

Reference



Syntax

IF log_exp1.
  [statement_block1]
[ELSEIF log_exp2.
  [statement_block2]]
...
[ELSE.
  [statement_blockn]]
ENDIF.


Effect

Defines a control structure with multiple statement blocks statement_block1, ..., statement_blockn. The statement block after the first true logical expression log_exp1, log_exp2, ... is executed. If no logical expression is true, the statement block after ELSE is executed.






General Material Data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 855 Date: 20240517 Time: 094614     sap01-206 ( 22 ms )