cancel
Showing results for 
Search instead for 
Did you mean: 

XI Scenario synchronous RFC (ABAP program) over XI to C program Receiver

Former Member
0 Kudos

Hi experts,

I have a synchronous RFC-Call between an SAP System (Sender) and an C-programm (Receiver). But now XI should become a part of this scenario.

Regarding this I have a few problems to include XI.

1. SENDER:

I have an abap application which calls a function module and send the data over synchronous RFC to XI.

e. g. call function 'FM_XYZ' DESTINATION 'RFC_SENDER'

exporting PARAMETERS

importing PARAMETERS

changing TABLES.

Whis this part I have had no problems. But I have problems on my receiver side.

2. RECEIVER:

As receiver I have a server, where only a C-program starts a process and register the RFC Program on server side. The program is now waiting for requests. How can be called this C-Program on XI side.

So could anybody help me. Thank you.

Regards

Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

thanks for your fast reply.

In our current RFC Szenario (without XI)

1. In SAP side we have configured a TCP/IP connection

2. On C program side we start the C-program as follows:

We start a File which contains the name of c-program.exe RFC-Program-ID gateway. Then the RFC destination is registered on external Server side.

By using the Testing connection feature on SAP RFC (SM59) the RFC-connection works fine.

3. But now this scenario should be displaced by the XI scenario. Is it possible to use on receiver side a RFC-ADAPTER which calls an external RFC server.

Regards

Mario

Message was edited by:

Mario Bauer

ravi_raman2
Active Contributor
0 Kudos

Mario,

Could you clarify your reciever side..of design..

Regards

Ravi Raman