‎2007 Nov 29 6:47 PM
Hi friends,
I have created one function module. I want that fm to be an RFC. So I changed the attributes , selected the Remote enabled module radio button and activated the function module .But it is giving the error saying 'Reference parameters are not allowed with RFC'. and not allowing me to activate the FM.
What does that mean and how to overcome this.
Vishnu.
‎2007 Nov 29 6:59 PM
Try checking the 'Pass Value' checkbox - the error should go. Here is what the help says about this checkbox:
You pass the parameter with values. This means that the parameter contents are copied both when the parameter is passed and when it is transferred back to the calling parameter. For structures that contain tables, performance may be reduced considerably. Therefore, you should not do this.
‎2007 Nov 29 6:59 PM
Try checking the 'Pass Value' checkbox - the error should go. Here is what the help says about this checkbox:
You pass the parameter with values. This means that the parameter contents are copied both when the parameter is passed and when it is transferred back to the calling parameter. For structures that contain tables, performance may be reduced considerably. Therefore, you should not do this.
‎2007 Nov 29 7:03 PM