cancel
Showing results for 
Search instead for 
Did you mean: 

Function module

Former Member
0 Kudos

Hi friends,

Can somebody help me on what is a function module?

Where is it used?

Is there a transactional through which we check the function modules used for a sales order.

Thanks & Regards,

Pavan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Pl check the following link:

Regards,

Mani

Former Member
0 Kudos

Hi Pavan,

<b>Function Modules:</b> Function modules are procedures that are defined in special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.

<b>Use:</b> Function modules allow you to encapsulate and reuse global functions in the SAP System. They are managed in a central function library. The SAP System contains several predefined functions modules that can be called from any ABAP program. Function modules also play an important role during updating and in interaction between different SAP systems, or between SAP systems and remote systems through remote communications.

You can use SE84 to know the list of functional modules realted to SD module

Check these links on function modules

http://www.geocities.com/victorav15/sapr3/abapfun.html

http://www.onestopsap.com/function-module/

http://www.erpgenie.com/abap/functions.htm

http://www.sapdevelopment.co.uk/fmodules/fmssap.htm

Thanks,

Vinay