ABAPEVENTS_PARAMETERS - EVENTS PARAMETERS
TXBHW - Original Tax Base Amount in Local Currency SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3upThis documentation is copyright by SAP AG.
EVENTS - parameters
Syntax
... VALUE(p1) typing [OPTIONAL|{DEFAULT def1}]
VALUE(p2) typing [OPTIONAL|{DEFAULT def2}]
... .
Effect
The syntax of the VALUE, OPTIONAL, and DEFAULT additions and the assignment of types using typing corresponds to theDefinition of formal parameters in the method interface.
When an event is raised using RAISE EVENT, you must pass all non-optional actual parameters,and may pass any optional actual parameters. Optional parameters for which no actual parameter has been specified are set to their appropriately-typedinitial value or to the replacement parameter def1 def2 ...
TXBHW - Original Tax Base Amount in Local Currency TXBHW - Original Tax Base Amount in Local Currency
This documentation is copyright by SAP AG.
Length: 1550 Date: 20120522 Time: 053016 triton ( 102 ms )






