‎2007 May 25 1:16 PM
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
‎2007 May 25 1:24 PM
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
‎2007 May 25 1:24 PM
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
‎2007 May 25 1:32 PM
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