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

Import/exportparameterscanonlybe BY VALUEfor an RFC enabled function module

Former Member
0 Likes
328

Hi Iam new to ABAP can any body tell me what does this sentence means actually

Import/export parameters can only be BY VALUE for an RFC enabled function module

thanks and regards

sandeep

1 REPLY 1
Read only

Former Member
0 Likes
304

Hi sandeep,

In RFC function moduled we can not pass parameters by reference.So remove the checkbox in the import parameters.

Remove the checkbox in passvalue.

Thanks,

Naveen