Sunday, 13 May 2012

What are the different types of parameter? | SAP-ABAP

    There are mainly two types of parameters:
=>    Forma/ Parameters- formal parameters are those parameters which are defined with FORM statement.
At the time of defining subroutine definition, these parameters are defined.
=>    Actual Parameters-- PERFORM statement is used to define actual parameters. When the subroutines are called, these parameters are come into the existence.

No comments: