SAP – ABAP Calling Function Module
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
0 Comments
March 2, 2017
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
In previous article we have discussed about Function Module and steps to create a Function Module. In this article we will discuss about how to execute a function module. After…
Function Modules are like Functions which can be called in any ABAP Program and can also be called external to SAP System. These are sub-programs and contain a set of…
Function Group is a collection of function modules or we can say that it acts like a container in which N no. function modules can be stored. We cannot make…