2008 Jan 04 4:38 PM
Hello Friends,
I am trying to create a RFC with the export parameter of the String type.
But I got into following error message :
Reference parameters are not allowed with RFC
Is there any way to return the string type in the form of EXPORT or TABLE for the RFC ?
2008 Jan 04 4:51 PM
If you click the question mark icon on the dialog box that gives the message 'Reference parameters are not allowed with RFC' you will see the following self-explanatory text:
Diagnosis
You have defined a reference parameter for a remotely called function module. However, only value parameters are allowed in this kind of function module.
Procedure
Change the reference parameter to a value parameter.
On the tabs for parameters in the FM, check the checkbox under column 'Pass Value'.
Hope this helps.
Thanks
Sanjeev
2008 Jan 04 4:51 PM
If you click the question mark icon on the dialog box that gives the message 'Reference parameters are not allowed with RFC' you will see the following self-explanatory text:
Diagnosis
You have defined a reference parameter for a remotely called function module. However, only value parameters are allowed in this kind of function module.
Procedure
Change the reference parameter to a value parameter.
On the tabs for parameters in the FM, check the checkbox under column 'Pass Value'.
Hope this helps.
Thanks
Sanjeev
2008 Jan 04 4:51 PM
Use like :
string type string ,here select passing value option other wise you get message.
Thanks
Seshu