‎2008 Mar 13 1:31 PM
Hi,
I have to make ZRFC (se37). By calling three standards function module.
Can any one provide me document to resolve my issue.
Thanks in Advance,
Mehul Shah.
‎2008 Mar 13 1:49 PM
Hi,
Create one FM and check the option Remote Enabled on attributes tab .
and for RFC's refer below sites:
http://www.sapmaterial.com/RFCmaterial.html
RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;
and you will be passing an Import parameter DESTINATION to it.
Other code and usage will be similar to any fun module;
Have a look at any fun module in SE37 to understand better about the different components of Fun modules;
Refer this link:
http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm
check out the following link it might help you
http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCFESDE2/BCFESDE2.pdf
‎2008 Mar 13 1:44 PM
Will you please elaborate your issue .
To make any function module as RFC function module all you have to do is while creating function module ; you need to select option Remote Enabled on attributes tab .
Regards
Sunanda
‎2008 Mar 13 1:49 PM
Hi,
Create one FM and check the option Remote Enabled on attributes tab .
and for RFC's refer below sites:
http://www.sapmaterial.com/RFCmaterial.html
RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;
and you will be passing an Import parameter DESTINATION to it.
Other code and usage will be similar to any fun module;
Have a look at any fun module in SE37 to understand better about the different components of Fun modules;
Refer this link:
http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm
check out the following link it might help you
http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCFESDE2/BCFESDE2.pdf
‎2008 Mar 14 9:20 AM
To create Zrfc,goto se37
first create the function group ,and then function module and provide the function group name which u have created before
and provide the short description for the function module.
-->then select the Remote enable button.
regards,
vineela.