1.

What Is The Difference Between The Function Module And A Normal Abap/4 Subroutine?

Answer»

In contrast to normal subroutines FUNCTION modules have UNIQUELY defined interface. Declaring data as COMMON parts is not possible for function modules. Function modules are stored in a CENTRAL library.

In contrast to normal subroutines function modules have uniquely defined interface. Declaring data as common parts is not possible for function modules. Function modules are stored in a central library.



Discussion

No Comment Found