Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to remotely access a Function Module

Former Member
0 Likes
653

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.

4 REPLIES 4
Read only

Former Member
0 Likes
571

in se37 TCODE while creating a FM specify the processing type as remote enabled in attribute tab

Read only

0 Likes
571

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?

Read only

0 Likes
571

You should check the pass value check box (Just before the short text).

Regards,

Aravind

Read only

Former Member
0 Likes
571

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