ABAPCASE_SHORTREF - CASE SHORTREF

ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

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 ofthe 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.


TXBHW - Original Tax Base Amount in Local Currency   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.


Length: 884 Date: 20120518 Time: 202835     triton ( 114 ms )