‎2007 Feb 01 6:25 AM
Hi ,
I am working on XI and SAP scenario , wherein , I want to import a function module in the XI imported objects..
To import these Function Module as RFC , these FM should be remotely accesible.
So to do so , wat settings are neccesary while creating FM and making it remotely enable?/
Pls help out.
‎2007 Feb 01 6:28 AM
in se37 TCODE while creating a FM specify the processing type as remote enabled in attribute tab
‎2007 Feb 01 7:06 AM
Here , I clicked radio button for Remote Enable.
When i declare import and export parameters
ex. num1 type i,
it gives error as
"reference parameters are not allowed with RFC"
How to resolve this issue?
‎2007 Feb 01 12:59 PM
You should check the pass value check box (Just before the short text).
Regards,
Aravind
‎2007 Feb 01 7:08 AM
Hi,
In the RFC function module, you can not specify those fields, but may be you can declare the tables in the TABLES statments.
Regards
Sudheer