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 parameter definition in RFC

Former Member
0 Likes
847

hi all,

I am creating a RFC which need some import parameters , but when i done the definition

E.G. PROCESS_ORDER TYPE AUFNR , SAVE , there comes an information 'Reference parameters are not allowed with RFC' .then , i can't save or activate , where am i wrong ? please guide me.

best regards

Kevin

hi all,

I am creating a RFC which need some import parameters , but when i done the definition

E.G. PROCESS_ORDER TYPE AUFNR , SAVE , there comes an information 'Reference parameters are not allowed with RFC' .then , i can't save or activate , where am i wrong ? please guide me.

best regards

Kevin

5 REPLIES 5
Read only

Former Member
0 Likes
773

In the type field try using the tablename along wid the field for the AUFNR.

Read only

0 Likes
773

hi ,

this does not work either.

regards

Kevin

Read only

0 Likes
773

Hi,

In place of the type AUFNR, define the datatype c with length 12. Coz in RFC mebbe the reference to a datatype AUFNR is not allowed.

Read only

0 Likes
773

Hi

Check the Checkbox next to the Optional Check box which is PASS BY VALUE

In RFC FM values can only passed by value not by reference. Please go through the RFC documentaiton for more info

Best Regards

Ramchander Rao.k

Read only

Former Member
0 Likes
773

hi ,

this issue is solved , ishould mark the PASS VALUE on .

regards

Kevin