Ansicht
Dokumentation

ABAPCASE_SHORTREF - CASE SHORTREF

ABAPCASE_SHORTREF - CASE SHORTREF

rdisp/max_wprun_time - Maximum work process run time   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

CASE

Reference



Syntax

CASE operand.
  [WHEN operand1 [OR operand2 [OR operand3 [...]]].
    [statement_block1]]
  ...
  [WHEN OTHERS.
    [statement_blockn]]
ENDCASE.


Effect

Defines a control structure with multiple statement blocks statement_block1, ..., statement_blockn. The first statement block, for which the content of the operand operand is identical to one of the operands operand1, operand2, ... in the WHEN statement, is executed first. If no matches are found, the statement block is executed after the statement WHEN OTHERS.






BAL_S_LOG - Application Log: Log header data   General Material Data  
This documentation is copyright by SAP AG.

Length: 901 Date: 20240424 Time: 150927     sap01-206 ( 24 ms )