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

Function module

Former Member
0 Likes
294

Hi,

I created one function module with Processing type has 'Remote Enabled Module'

but i am getting one error REFERENCE PARAMETER IS NOT ALLOWED WITH RFC", how i can clrear this problem.

2 REPLIES 2
Read only

Former Member
0 Likes
275

Hi!

In the function module there is a parameter (import/export/table) which is declared with "TYPE REF TO" statement. Remove/replace with something else this parameter to make your FM working.

Regards

Tamá

Read only

Former Member
0 Likes
275

Hi Udaya,

RFC will not allow reference parameters so make all the parameters as Pass by value.

There will be a check box for all the parameters to check the pass by value option.

Regards,

Satish