‎2008 Dec 04 6:16 AM
Hi Experts,
How to create remote enabled rfc. when i select the radiobutton remote enabled rfc i am getting error message as
reference parameter are not allowed with rfc
How to do this...
Regards,
Thiru. R
‎2008 Dec 04 6:22 AM
hi
RFC fm parameters must be only Pass by Value
check the check box PASS VALUE
regards
Prasanth
‎2008 Dec 04 6:20 AM
hi,
This will solve your problem.
[https://forums.sdn.sap.com/click.jspa?searchID=19503456&messageID=6312188]
‎2008 Dec 04 6:20 AM
‎2008 Dec 04 6:21 AM
Hi,
In RFC ur using Any function module then that is also in RFC enable
so in that Function module goto attributes find radio button RFc enble
then it work normally....
Try this.......
‎2008 Dec 04 6:22 AM
‎2008 Dec 04 6:22 AM
hi
RFC fm parameters must be only Pass by Value
check the check box PASS VALUE
regards
Prasanth
‎2008 Dec 04 6:27 AM
‎2008 Dec 04 6:33 AM
You have to make all the import and export parameters of the RFC fucntion module as PASS BY VALUE ENABLED you can see an check box besdie the import and export parameter names click on them your issue will be resolved...