Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function Vs Function Module

Former Member
0 Kudos
145

Hi...

what is the diffrence between function and a function module?

4 REPLIES 4

Former Member
0 Kudos
125

Hi Mayank,

Between the statements FUNCTION and ENDFUNCTION, the functions of a function module func are implemented in a function group.

regards,

Navneeth.K

Former Member
0 Kudos
125

Hi ,

I Think,Function in the Sense means <b>Function Group</b>.

If it is so,

<b>Function Group</b> is a group of related Function Modules grouped under one name.

Where as

<b>Function Modules</b> are Global ABAP programs created by SAP for reusable purpose. They have IMPORT, EXPORT and TABLE parameters, and EXCEPTIONS to through when error occurs.

You can create them from TCode SE37.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Former Member
0 Kudos
125

Hi Mayank,

In addition to my above post u can also go and look and any FM the code will be written between the Function....Endfunction

regards,

Navneeth.K

Former Member
0 Kudos
125

Hi Mayank,

Is your doubt cleared

regards,

Navneeth.K