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

FM RFC

Former Member
0 Likes
684

Hi all,

I'm making a Remote-enable function module.

it has a import parameter and a export parameter both defined as char.

When I try to activate it an error message appears:

Reference parameters are not allowed with RFC

What does it means.

I know the different way of passing parameters to fm(reference and value), but how can i pass a parameter by value in a fm?

thanks

enzo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

In the function module, Check the pass value check box for parameters. You can able to pass a parameter by value.

Thanks & Regards,

Govind.

Hi all,

I'm making a Remote-enable function module.

it has a import parameter and a export parameter both defined as char.

When I try to activate it an error message appears:

Reference parameters are not allowed with RFC

What does it means.

I know the different way of passing parameters to fm(reference and value), but how can i pass a parameter by value in a fm?

thanks

enzo

3 REPLIES 3
Read only

Former Member
0 Likes
611

In the function module, Check the pass value check box for parameters. You can able to pass a parameter by value.

Thanks & Regards,

Govind.

Read only

0 Likes
610

thanks to all, I've find the check button. I've never taken care of it before.

Bye

enzo

Read only

Former Member
0 Likes
610

Hi Enzo,

you need to check the box in column 'Value...' for the import and export parameter. I don't know the name exactly cause I am translating from german.

Siggi