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

remote enabled function module

Former Member
0 Likes
903

Hi Experts,

How to create remote enabled rfc. when i select the radiobutton remote enabled rfc i am getting error message as

reference parameter are not allowed with rfc

How to do this...

Regards,

Thiru. R

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
873

hi

RFC fm parameters must be only Pass by Value

check the check box PASS VALUE

regards

Prasanth

7 REPLIES 7
Read only

GauthamV
Active Contributor
0 Likes
873

hi,

This will solve your problem.

[https://forums.sdn.sap.com/click.jspa?searchID=19503456&messageID=6312188]

Read only

Former Member
0 Likes
873

Hello,

check the parameters ....

thanku,

santhsoh

Read only

Former Member
0 Likes
873

Hi,

In RFC ur using Any function module then that is also in RFC enable

so in that Function module goto attributes find radio button RFc enble

then it work normally....

Try this.......

Read only

Former Member
0 Likes
873

Hi,,

did you check this thread??

Thanks

Read only

prasanth_kasturi
Active Contributor
0 Likes
874

hi

RFC fm parameters must be only Pass by Value

check the check box PASS VALUE

regards

Prasanth

Read only

Former Member
0 Likes
873

hi

Give 'TYPE' declaration parameter.

cheers

venu

Read only

bpawanchand
Active Contributor
0 Likes
873

You have to make all the import and export parameters of the RFC fucntion module as PASS BY VALUE ENABLED you can see an check box besdie the import and export parameter names click on them your issue will be resolved...