Ansicht
Dokumentation

ABAPIF_SHORTREF - IF SHORTREF

ABAPIF_SHORTREF - IF SHORTREF

rdisp/max_wprun_time - Maximum work process run time   CL_GUI_FRONTEND_SERVICES - Frontend Services  
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.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 855 Date: 20240419 Time: 184710     sap01-206 ( 16 ms )