‎2007 Aug 22 4:46 AM
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
‎2007 Aug 22 4:51 AM
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
‎2007 Aug 22 4:58 AM
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.