Back to NetConnectGlobal.com
Explain the types of function modules in SAP ABAP.
In ABAP, function modules are condensed processes organized into functional groups. Function Builder is used to developing function modules (transaction SE37). The kind of processing determines the type of function module
Function module types are:
- Regular function module
- Remote-enabled function module
- Update function module
- BAPI(Business Application Programming Interface) function module
Prajval Changed status to publish March 17, 2023
In ABAP, function modules are condensed processes organized into functional groups. Function Builder is used to developing function modules (transaction SE37). The kind of processing determines the type of function module.
Function module types are:
- Regular function module
- Remote-enabled function module
- Update function module
- BAPI(Business Application Programming Interface) function module
Prajval Changed status to publish March 17, 2023