SAP INPUT OUTPUT PARAMETER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

input/output parameter
Formal parameter of a procedure. When a call is made, the value of an actual parameter is passed to an input/output parameter. Its value can be set in the procedure and is available in the actual parameter at the end of the procedure. In all procedures, input/output parameters are defined using the addition CHANGING and are therefore also referred to as CHANGING parameters.