Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

input/output parameter

Formal parameter of a procedure to which a value of an actual parameter is passed when the procedure is called. The value of the formal parameter can be set in the procedure to make it available in the actual parameter after the procedure has ended. In all procedures, input/output parameters are defined using the addition CHANGING and are therefore also known as CHANGING parameters.

Other versions: 7.31 | 7.40 | 7.54