‎2007 Nov 23 2:19 PM
Hi,
I created one function module with Processing type has 'Remote Enabled Module'
but i am getting one error REFERENCE PARAMETER IS NOT ALLOWED WITH RFC", how i can clrear this problem.
‎2007 Nov 23 2:25 PM
Hi!
In the function module there is a parameter (import/export/table) which is declared with "TYPE REF TO" statement. Remove/replace with something else this parameter to make your FM working.
Regards
Tamá
‎2007 Nov 23 2:35 PM
Hi Udaya,
RFC will not allow reference parameters so make all the parameters as Pass by value.
There will be a check box for all the parameters to check the pass by value option.
Regards,
Satish