‎2009 Mar 28 5:06 AM
hi,
I have created one BAPI which contains three import parameters and with these parameters and modifying a table with remolty enabled function.....but while saving the function module error is coming like REFERANCE PARAMETERS NOT ALLOWED WITH RFC.
plz help me solving this issue.
thanks & regards.
vamsi
‎2009 Mar 28 5:09 AM
Hi,
In the function module while declaring all the parameter in the import, please check the check box which says pass by value just the next one to optional checkbox.....
your issue will be resolved....
because RFC function modules dont accept pass by reference parameters and by default all the parametters declared are pass by reference...
Regards,
Siddarth
‎2009 Mar 28 5:09 AM
Hi,
In the function module while declaring all the parameter in the import, please check the check box which says pass by value just the next one to optional checkbox.....
your issue will be resolved....
because RFC function modules dont accept pass by reference parameters and by default all the parametters declared are pass by reference...
Regards,
Siddarth
‎2009 Apr 02 12:07 PM
thank you dear....ur answer helped me in solving my problem. sorry for late reply