sapdev logo background
sapdev logo sapdev logo
Comments

ABAP EVENTS PARAMETERS Statement syntax, information and example SAP source code



Return to Statement index



EVENTS - parameters

Short Reference

ABAP Syntax ... VALUE(p1) typing
[OPTIONAL|{DEFAULT def1}]
VALUE(p2) typing
[OPTIONAL|{DEFAULT def2}]
... .

What does it do? The syntax of the VALUE , OPTIONAL , and
DEFAULT additions and the assignment of types using typing corresponds to the Definition 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-typed initial value or to the replacement parameter def1 def2 ...
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




EVENTS
EXEC




comments powered by Disqus