‎2008 Apr 07 4:43 AM
Hello experts:
Thank you in advance for all your replies.
The system always pops up saying "reference parameters are not allowed with RFC" when clicking check button to check the RFC function's usefulness. Would you please explain it by an example ?
couldn't thank you more.
Best regards.
Frank
‎2008 Apr 07 4:59 AM
Hi,
For a remote function module all export/import parameters should be passed by value (and not by reference). This means that the parameter will always have value assingned by the FM on completion of processing.
To get rid of error message that you get while creating an export or import parameter of an RFC, check the box 'Pass Value' on the screen where you create the parameter. (It is after the checkbox for 'Optional Parameter'.
‎2008 Apr 07 4:59 AM
Hi,
For a remote function module all export/import parameters should be passed by value (and not by reference). This means that the parameter will always have value assingned by the FM on completion of processing.
To get rid of error message that you get while creating an export or import parameter of an RFC, check the box 'Pass Value' on the screen where you create the parameter. (It is after the checkbox for 'Optional Parameter'.