cancel
Showing results for 
Search instead for 
Did you mean: 

What are the steps to do

Former Member
0 Kudos

Hi All,

What are the Basic steps have to do at R/3 side for IDOC to File Scenario .

I havethe little bit knowledge like create logical system, Create port, Create partner profile like that but i am not sure. So please any clearly explian me to do the all the required steps.

Thanks,

Anil.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Satish,

Go through the below doc and take the part that you are looking at....

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

Regards,

Abhy Thomas

Former Member
0 Kudos
former_member529475
Active Contributor
0 Kudos

Hi Satish,

Maintain the Sender R/3 System

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 Maintain the Receiver XI System

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. Integration Builder (Design)

Import the IDOC in the Imported Objects

Create the Datatype for the XML file Receiver say for example the datatype will be Vendor_Master_DT

Create the Message Type for the Vendor_Master_DT say for example the Message Type will be Vendor_Master_MT

Create Message Interface for the Vendor_master_MT. Here we are creating 3 intefaces.

Vendor_Master_MI -> Inbound, Asynchronous, Vendor_Master_MT

Vendor_Master_MIAA -> Abstract, Asynchronous, Vendor_Master_MT

Vendor_Master_IDOC_MIAA -> Abstract, Asynchronous, IDOC

Create the Message Mapping to conver Outbound type of IDOC into Abstract type so that they can collect it in our BPM as follows. Say for example the Message Mapping will be Vendor_Master_MM

Create the Interface Mapping say for example Vendor_Master_IM

Create the Integration Process to Collect IDOCs to one place and after the specified time interval it will be posted to XML file in some specific format.

Add the Container Variables say

COLLECT : AI, Vendor_Master_IDOC_MIAA

INPUT : AI, Vendor_Master_IDOC_MIAA

OUTPUT : AI, Vendor_Master_MIAA

RECEIVE STEP is used to receive the IDOCs

APPEND STEP is used to append the IDOCs

RECEIVE BLOCK is used to receive all the IDOCs

The loop for receiving the messages is defined as an infinite loop

A receive Step is defined in the loop to receive the Messages that ends the process Save and activate the change list.

Integration Directory (Configuration)

- Import the Business Systems

- Creat the Receiver Communication Channel with File Adapter

- Create the Integration Process.

- Here Idoc is in the Sender side i.e., in R/3 Side so no need to create the Sender Agreement. Create the Receiver Agreement.

- Create the Interface Determination for R/3 - > BPM and BPM - > File. Similarly for Receiver Determination also.

Save and Activate the Change lists

    • Reward points if it is useful **

Cheers

Vasu

Former Member
0 Kudos

Hi,

You need to create:

In R/3: RFC destination to XI, Logical System, Port and Parter Profile

In XI: RFC destination to R/3, Port and meta data for the IDOC.

Regards

former_member335553
Active Contributor
0 Kudos

Hi

Refer this thread

https://forums.sdn.sap.com/click.jspa?searchID=2249654&messageID=3238357

PS: If you find any answer that was helpful you please award points . Close all your earlier threads and award points to all those people to take time to read and help you solve your problem.

null

Former Member
0 Kudos

Follow this blog.

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

Regards,

Jai Shankar