‎2007 Jul 26 4:07 AM
Can anybody explain about the Call function, Where can i see the List of Call functions , In what are the Sitauations can i use call function.
Please explain me.
‎2007 Jul 26 4:09 AM
Hi,
It is a part of modulerization of code.
You can write Function module in SE37 and also from there itself you can display it.
Now you can call this FM in your report using call function
e.g.:
CALL FUNCTION 'GMG_GMGT_GMGR_COLLECT'
EXPORTING
i_subname = 'CI_GMGR'
i_gmgr = wa_gmgr.
Reward if useful!
‎2007 Jul 26 4:10 AM
Hi,
Use tran code SE37, you find all list of function modules.
aRs
‎2007 Jul 26 4:24 AM
Use SE37 to create Function module.
advantage is reusability and you can aceess Remotely ( From other system)
Check the below Links :
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm
http://www.sap-img.com/abap-function.htm
http://documentation.softwareag.com/crossvision/sap231/pages/drfc2rpc.htm
http://en.wikipedia.org/wiki/Remote_function_call
Thanks
Seshu
‎2007 Jul 26 4:48 AM
hi
http://www.erpgenie.com/abap/functions.htm (list of func mod)
regards
ravish goyal
<b>plz dont forget to reward points if useful</b>