cancel
Showing results for 
Search instead for 
Did you mean: 

RFC call from SAP to XI

Former Member
0 Kudos

Hi all;

Can any one throw some light on how to send an RFC call from SAP to XI

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I assume that you need to send data within RFC to XI. This can be done using Client ABAP Proxy. There are blogs on client abap proxies, check it out to see if they satisfy your requirement.

regards,

P.Venkat

STALANKI
Active Contributor
0 Kudos

check this blog out

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Former Member
0 Kudos

Hi,

1. Create a Remote enabled Function module.

2. Create a RFC destination TCP/IP.

3. Give details of Sender RFC adapter:

http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm

Info from Transaction SMGW for sender RFC paramter:

Application Server (Gateway)

Application Server Service (Gateway)

Program ID: This is the name given in TCP/IP connection

For IR objects, you will have to import the RFC Metadata.

Regards

Vijaya

Former Member
0 Kudos

Vijaya, Whats the purpose of Program ID? When we create the Destination we will mention the Program ID in R/3.

And this program-id is used in my RFC Adapter, am I correct?

Thanks.