Sunday 18 March 2012

What are the different types of parameters? ABAP ALV Reports

Formal parameters: Parameters which are defined during the definition of subroutine with the FORM statement.
Actual parameters: Parameters which are specified during the call of a subroutine with the PERFORM statement.