ABAPIF_SHORTREF - IF SHORTREF

RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

IF

Reference



Syntax

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


Effect

Defines a control structure with several 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.


Fill RESBD Structure from EBP Component Structure   BAL Application Log Documentation  
This documentation is copyright by SAP AG.


Length: 890 Date: 20120522 Time: 064336     triton ( 71 ms )