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

RFC

Former Member
0 Likes
408

Hi friends,

I have created one function module. I want that fm to be an RFC. So I changed the attributes , selected the Remote enabled module radio button and activated the function module .But it is giving the error saying 'Reference parameters are not allowed with RFC'. and not allowing me to activate the FM.

What does that mean and how to overcome this.

Vishnu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

Try checking the 'Pass Value' checkbox - the error should go. Here is what the help says about this checkbox:

You pass the parameter with values. This means that the parameter contents are copied both when the parameter is passed and when it is transferred back to the calling parameter. For structures that contain tables, performance may be reduced considerably. Therefore, you should not do this.

2 REPLIES 2
Read only

Former Member
0 Likes
392

Try checking the 'Pass Value' checkbox - the error should go. Here is what the help says about this checkbox:

You pass the parameter with values. This means that the parameter contents are copied both when the parameter is passed and when it is transferred back to the calling parameter. For structures that contain tables, performance may be reduced considerably. Therefore, you should not do this.

Read only

0 Likes
391

Good answer.It solved my problem.