2007 Apr 17 1:17 PM
Hi...
what is the diffrence between function and a function module?
2007 Apr 17 1:20 PM
Hi Mayank,
Between the statements FUNCTION and ENDFUNCTION, the functions of a function module func are implemented in a function group.
regards,
Navneeth.K
2007 Apr 17 1:20 PM
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
2007 Apr 17 1:21 PM
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
2007 Apr 17 1:39 PM