‎2006 Jul 13 5:23 PM
Hi,
I am trying to create import parameter in RFC enabled function module and getting the following error "Reference parameters are not allowed with RFC". Am I doing something wrong.
Your earlier response is much appreciated
Regards
Kasi
‎2006 Jul 13 5:26 PM
There is a "Pass by Value" checkbox, just check that and you wont get the error. The basic reason behind is since an RFC is called by a different system the parameters have to be sent as values than as references.
hith
Sunil Achyut
‎2006 Jul 13 5:26 PM
There is a "Pass by Value" checkbox, just check that and you wont get the error. The basic reason behind is since an RFC is called by a different system the parameters have to be sent as values than as references.
hith
Sunil Achyut
‎2006 Jul 13 5:27 PM
Check the PASS BY VALUE check box. PASS BY REF is not allowed in the RFC enabled function modules.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Jul 13 5:28 PM
You can pass paramters by referens to RFC Function module, becose, Function module executes in other system.
You need to check flag "Traspsing values" for all fields in "Importing".
Regards.