Sunday 18 March 2012

What are the different types of parameters in ABAP? | ABAP ALV

There are Two Types of Parameters in ABAP.
1) Formal parameters: Parameters that are defined during the definition of subroutine with the FORM statement.
2) Actual parameters: Parameters which are specified during the call of a subroutine with the PERFORM statement.