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

Function module -?

Former Member
0 Likes
2,692

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

ABAP Functions Modules Sample Programming Codes

The ABAP example program listed here uses the CALL FUNCTION found in 'SE37'. For e.g. ALV.

Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. All functions can be found at transaction code 'SE37'.

If you need any ABAP help, do feel free to asked it in the Abapers forum.

<a href="http://www.erpgenie.com/abap/functions.htm">Function Module Exemple</a><a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm">FUNCTION MODULE</a>

[url=http://abapcode.blogspot.com/2007/05/difference-between-badi-and-user-exits.html]differences[/url]