Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI REFERANCE PARAMETERS PROBLEM

0 Likes
406

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

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

2 REPLIES 2
Read only

Former Member
0 Likes
385

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

Read only

0 Likes
384

thank you dear....ur answer helped me in solving my problem. sorry for late reply