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

doubt in remote enabled module

Former Member
0 Likes
370

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

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
343

hi,

tick that pass by value check box, in the import parameter section of your RFC

rgds

anver

pls mark points if helped

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
344

hi,

tick that pass by value check box, in the import parameter section of your RFC

rgds

anver

pls mark points if helped

Read only

Former Member
0 Likes
343

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