| actual parameter |
Parameter in an ABAP program that is specified when you define a subroutine with the PERFORM statement.
The actual parameter replaces the formal parameter specified in the FORM statement when defining a subroutine with the relevant value.