cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module -?

Former Member
0 Likes
2,691

Hi

can any body explain me clear under standing of function module with examplese.

difference between BADI and Funtion module?

Any standard sap BADI and fucntion modules?

Thanks

Kris

View Entire Topic
Former Member
0 Likes

Function Modules: 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.

Use: 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

Regards,

Rajesh Banka

Reward points if helpful.

Former Member
0 Likes

Rajesh and navaneetha

very thank full to you.

If possible can you send me the SD standard function module list which you know.

To better understand BADI ,BAPI, Function module sample examples.

Reason to ask these type of question not clear with these.

If possible send me any list which you wrote for the above ones with exaples and functional requiremen.My mail id kris_k_kris@hotmail.com

Thanks

Kris