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
335

hi friends,

i have created one function module .with in a function module used in 'Babi_get_details'

this bapi tables have some reference fields . i chose function module process type is Remote-enabled module . but i have save function module at the time its throw errors

Reference not allowed in RFC. how to solve this. plz help me very urgent .

thanks & regards

jai

2 REPLIES 2
Read only

Former Member
0 Likes
313

Hi,

In any rfc Function module, u can Pass parameters by VALUE and NOT BY REFERENECE, so check the flag PASS BY VALUE in the import/ export parameters.

revert back if any issue,

reward with poinst if helpful.

regards,

naveen

Read only

former_member189631
Active Contributor
0 Likes
313

Hi Jai,

Please check this,

  • Goto --> SE37 --> Enter Ur FuncionModule Name > Change Button> Goto Attributes Tab --> In Processing Type thr is an Option Button called "Remote enabled Module" --> choose that. Activate and test.

  • Goto to Import & Export Tab thr is a column called Pass Value. Chechk the passvalue check Box against your Paramaters used in Export and import Tab.

  • This should solve your Problem.

Regards,

Ram.