‎2008 Dec 24 9:21 AM
Hi,
I am creating an RFC eneabled function module. While creating i'm getting an information message
'Reference parameters are not allowed with RFC' which is not allowing to activate the FM.
Could anyone please tell me why this message is popping up.
I'm importing 4 fields which i have declared in the format' LIKE tablename-fieldname'.
Is the problem because of this?
‎2008 Dec 24 9:22 AM
‎2008 Dec 24 9:22 AM
‎2008 Dec 24 9:23 AM
In export, import, changing parameters tab, check PASS VALUE for each and every parameter and then try to activate
You can use LIKE
TYPE can be used for references to data elements like CHAR10 etc
‎2008 Dec 24 9:24 AM
hi,
you need to check the Pass Value check box while declaring parameters in IMPPORT, EXPORT and CHANGING tabs.
‎2008 Dec 24 9:24 AM
use type in place of like,
tick on optional and pass value.
now activate,
it will work.
sandeep
‎2008 Dec 24 9:25 AM
Hi Dear,
Check the Pass by Value for Import parameter while creating RFC.
regards,
Piyush
‎2008 Dec 24 9:40 AM
If you are making your function module Rfc enabled, the parameters you are using must be pass by value.........