SAP ACTUAL PARAMETER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

actual parameter
Data object whose content is passed to or copied from a formal parameter as an argument when a procedure is called. The required data type and the kind of parameter passing ( pass by reference or pass by value) are specified by the definition of the formal parameter. You can also pass functional methods and calculation expressions as actual parameters to the input parameters of methods.
In other cases, the actual parameter is passed to the argument of a function.
ABAP_MORE_INFO