cancel
Showing results for 
Search instead for 
Did you mean: 

Sender IDOC

Former Member
0 Kudos

I need to send a PO-IDOC to a Database using XI.

What are all the configurations that are needs to be done at XI and also at R/3 Side? I know there is no need of a Sender IDOC Adapter.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

apart from configuration to send an IDOC from R3 to XI

you also need to confgure PO output

both:

a) sending IDOC from R3 to XI

b) configuring PO output

are described with screenshots and many details in my book:

<a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (4)

Answers (4)

former_member184619
Active Contributor
0 Kudos

Hi pete..

Check these links for complete scenario

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3(Idocs)ToXI--Steps+Summarized&

for Screen Shots of the steps

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Sachin

Former Member
0 Kudos

Hi Pete,

When the IDOC is a sender then there are few settings to be made in the sender system they are

• Create a RFC destination

• Create port

• Create a logical system

• Create a partner profile

<b>The Step By Step Solution </b>

1. Create a RFC destination of type R3 using T code SM59

2. Do the logon settings

Logon Settings

User :

Password :

Check the connections

3. Create a Port for IDOC processing using T code WE21.

4. Specify the RFC destination created in step 1

5. Create a new logical system for XID system using T code BD54

6. Create a partner profile using T code WE 20

7. Create an out bound parameter by clicking the add symbol

8. Add the partner profiles Matmas by specifying the

Receiver port :

Pack Size :

Basic type :

Tahnks and Rgds,

Kamal

former_member529475
Active Contributor
0 Kudos

<u>Maintain the Sender R/3 System</u>

Create a RFC Destination to XI using the Tcode SM59

Create a TRFC Port and specify RFC Destination created above using the TCode WE21

Create the partner profile for Inbound and Outbound Parameters using WE20

<u>Maintain the Receiver XI System</u>

Create the RFC Destination for sender system using SM59

Create the port to get IDOC Metadata from Sender System using the Tcode IDX1. Here the Port name we are given and port name in the IDOC header will be identical.

Maintain the IDOC Metadata using the Tcode IDX2.

& Design and configure the Scenario..

    • Reward Points if it is useful **

Cheers..

Vasu

Former Member
0 Kudos

hey

have a look at the following

SAP XI

1) RFC Destination (SM59)

a) Choose create.

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#.

e) Enter the Gateway host as same details above SID/URL.

f) Gateway service is 3300+system number#.

g) In the Logon /Security tab, enter the client user & Password details of Destination system.

h) Test the connection and remote logon.

2) Create Port (IDX1)

a) Select create new button

b) Enter the port name as SAP+SID (The starting char should be SAP)

c) Enter the destination client.

d) Enter the RFC Destination created in SAP R/3 towards other system.

e) Save

3) Load Meta Data for IDOC (IDX2)

a) Create new

b) IDOC Message Type

c) Enter port created in IDX1.

SAP R/3

1) RFC Destination (SM59)

a) Choose create.

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#.

e) Enter the Gateway host as same details above SID/URL.

f) Gateway service is 3300+system number#.

g) In the Logon /Security tab, enter the client user & Password details of Destination system.

h) Test the connection and remote logon.

2) Create Port (We21)

a) First Select Transactional RFC and then click create button

b) Enter the destination port name as SAP+SID (The starting char should be SAP)

c) Enter the destination client.

d) Enter the RFC Destination created in SAP R/3 towards other system.

e) Save

3) Create Partner Profile (WE20)

a) Create New

b) Create the Partner no. name as same the logical system name of the destination system.

c) Select Partner type LS

d) Enter details for Type: US/USER, Agent, and Lang.

e) Click on the + button to select the message type.

f) Select Partner no. and LS which ever create above.

g) Select Message type

h) Select Process code related to the Message type.

I) save.

In SLD – System Landscape Directory

TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.

Ts for Third Party (Logical system):-

BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.

BS for Third Party (Logical system):-Enter the XI logical system name.

thanx

ahmad