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

Error while creating RFC in ECC6.0

Former Member
0 Likes
436

Hi Experts,

I am creating an RFC in ECC6.0 version. I have defined one field in import parameter which is of type a structure like: -

HEADER_DATA TYPE ZHEADER

here ZHEADER is a structure having some fields + a table type.

While activating the RFC it gives an error message like "Reference parameters are not allowed with RFC".

it also gives suggestion like : -

Diagnosis

You have defined a reference parameter for a remotely called function module. However, only value parameters are allowed in this kind of function module.

Procedure

Change the reference parameter to a value parameter.

I am not able to understand the Problem. Please help me.

with best regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi

CHECK the Checkbox(PASS VALUE) just before the Short text for that field in the import paramters and see.

Reward points if useful

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi

CHECK the Checkbox(PASS VALUE) just before the Short text for that field in the import paramters and see.

Reward points if useful

Regards

Anji

Read only

0 Likes
403

Hi Anji,

Thanks a lot!!!

Now i am able to activate it but it is showing warning message "Parameter HEADER_DATA (type ZHEADER) can reduce performance in RFC.

Can we remove this warning?

I hope it will not affect the RFC.

best regards