SAP ACTUAL PARAMETER - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

actual parameter
Data object whose content is passed as an argument to a formal parameter or is taken from this formal parameter when a procedure is called. The required data type and the type of passing (by reference or 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.