on 2005 Sep 19 4:17 AM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.