cancel
Showing results for 
Search instead for 
Did you mean: 

RFC destination using TCP/IP

Former Member
0 Kudos

hi all

do anybody have created new connction in TCP/IP using RFC in transaction SM59. or have any document for creating the same.

Regards

Martin

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Also see

Design in System A

-


1. Create a simple work flow in System A whose triggering event is set to the bussiness object of the bapi. hence when the bapi is used to changed currency, the work flow is started.

2. Have a work flow task in the work flow, which calls a simple rfc say ZRFC_handleChanges which takes in the changes as parameters.

3. Create an empty rfc ZRFC_SendDataToXI which takes in changes as parameters

4.Create a registered program (Rfc2XmbService)TCP/IP conection(SM59) from system A to ur XI box.

5. In ZRF_handleChanges rfc call zrfc_senddatatoXI using destination(Rfc2XmbService) submit as background and if subrc = 0 commit.

6. so what we have achived so far is when ever one changes currency in system A using BAPI, the workflow is started, the first step being to call an RFC that pushes data to XI

Design in XI

-


1. Import ZRFC_SendDataToXI into XI

2. Import rfc from system B

3. create interface and message mapping between the above two interfaces

4. Create a communication channel to bussiness sytem A. RFC adaptor, type sender, look for registerd program , key in the registered program created in system A

So in a nutshell we have established a triggered in systemA to push data to Xi when data changes, and Xi inturn will push data to system B using the RFC in systemB.

The design i have put forward here is very generic and at a very high level. But it walks you through all the steps.

Hope its helpful .

Regards

Chilla..

Former Member
0 Kudos

Hi ,

This will useful to you...

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

Sekhar

bhavesh_kantilal
Active Contributor
0 Kudos

Martin,

Whar TCP IP connection do you want to create?

Is it to trigger RFC calls? or is it the TCP IP connections as a part of the Post Installation of XI?

Regards

Bhavesh

Former Member
0 Kudos

hi Bhavesh

i want to create TCP/IP connection to trigger RFC calls.

Martin

bhavesh_kantilal
Active Contributor
0 Kudos

Martin,

Check the blog posted by Sekhar. It should help.

Also look into this blog,

<a href="/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009">Troubleshooting RFC SOAP Scenarios</a>

Regards

Bhavesh