‎2006 Oct 07 10:30 AM
hi all
i am working with remote enabled function module and want to give currency field in the import parameter.if i do so it gives a message 'Reference parameters are not allowed with RFC'... how to go about
thanks in advance
lokesh
‎2006 Oct 07 10:33 AM
hi,
tick that pass by value check box, in the import parameter section of your RFC
rgds
anver
pls mark points if helped
‎2006 Oct 07 10:33 AM
hi,
tick that pass by value check box, in the import parameter section of your RFC
rgds
anver
pls mark points if helped
‎2006 Oct 07 11:09 AM
Hi
RFC will not allow to use currency field directly like curr
Use BAPICURR instead of Curr filed
Create a new data element ex Zcurr with domain as 'BAPICURR'.
Then use the new data element zcurr.
This will 100 percent work.
If helpful
Pls give me reward points.
Thanks
Manas Ranjan Panda