2006 Dec 28 3:11 PM
hi.. can any one tell me how to create the Remote Enabled FM
venkat
hi.. can any one tell me how to create the Remote Enabled FM
venkat
2006 Dec 28 3:12 PM
While creating the FM in SE37 in <b>Attributes tab</b> you muct check the <b>Remote enabled radio button</b>.
The rest is same as how you create a normal FM.
Regards
Kathirvel
2006 Dec 28 3:13 PM
hi check these useful links which will explain step by step
award points if found helpful
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf
http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
2006 Dec 28 3:14 PM
Go to se37 create a Function Module,
but for a remote function module in the attributes click remote enable module, in the processing type.
Hope this helps,
Shreekant
2006 Dec 28 3:22 PM
Just select the remote enabled FM in attributes tab button of the FM in SE37 tcode.
Cheers.
2006 Dec 28 4:30 PM
In attributes tab of FM in SE37 t-code check "Remote enabled radio button".
While calling this FM in source system, you must give destination as follows:
CALL FUNCTION <FMNAME>
DESTINATION <LOGSYS>
Thanks,
Santosh
2006 Dec 28 8:32 PM
You create a RFC function module just as you create a normal function module.
After you create the function module, in the general tab of the function module select the "Remote Enabled" radio button which makes the function module as RFC function module.
Also the parameters should be Pass by value so select the "Pass value" check box against each of the parameters.
Last but not the least. RFC function modules cannot have exceptions, so define a return structure and pass all your messages like success, error etc. in the return structure.
After the function module is created, the RFC function moule can be called using the statement
CALL FUNCTION <FN Name> DESTINATION <RFC Dest>.
where RFC Dest it the remote destination created in SM59.
Ravi.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |