SAP OUTPUT PARAMETER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

output parameter
Formal parameter of a procedure whose value is set in the procedure and is made available in the actual parameter after the procedure is completed. Output parameters are defined in methods and function modules using EXPORTING and are therefore also referred to as EXPORTING parameters.
BEGIN_SECTION VERSION 5 OUT In subroutines, output parameters are grouped together with the input/output parameters and are defined using CHANGING.
END_SECTION VERSION 5 OUT