cancel
Showing results for 
Search instead for 
Did you mean: 

RFC TO RFC SCENARIO

Former Member
0 Kudos

Hi,

I want to try RFC to RFC scenario .For this have One client with Solution manager and another client has R/3 on it .I want update a z table in R/3 from the data i have in solution manager (RS001).

I want to know following things :

what is the program ID in RFC sender adapter ?

where should i make the rfc destination .....which my abap program will call ...via xi ....picking data from solution manager.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi,

what is the program ID in RFC sender adapter ?

The same ID as u configure in RFC destination at sending SAP system.

where should i make the rfc destination?

1. Transaction SM59 on sending sap system: To XI

2. On XI: To receiving sap system

which my abap program will call ...via xi?

Your abap program at sending sap system calls a function modul at XI:

CALL FUNCTION 'myFunction' DESTINATION 'myDestSM59' ...

....picking data from solution manager.

receiving SAP system

You need a synchronous scenario. R/3 system function modul works as Outbound, sol man function modul as Inbound.

Regards,

Udo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

answer in threat

Someone else had some problems configuring the RFC sender! Lot of help was offered!

regards

Dirk

Former Member
0 Kudos

Program ID is an endpoint. You can give any name for this. To configure sender adapter, follow Michal's Blog

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

regards

SKM