cancel
Showing results for 
Search instead for 
Did you mean: 

FILE-XI-IDOC SCENARIO

Former Member
0 Kudos

hI,

Can any one plz send the step-by step guide in the FILE to IDOC scenario.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sridhar,

Please go through this link:

How to sample Idocs within XI:

https://websmp201.sap-ag.de/nw-howtoguides

also,

Problem analysis guide:

http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/frameset.htm

I hope it helps,

Thanks & Regards,

Varun Joshi

Former Member
0 Kudos

Hi

These are steps to follow:

<b>STEPS IN DESIGN</b>

1. Import idoc from the SAP System (SAP02) through imported objects.

2. Create Data Type, Message Type, Message Interface for the Outbound File.

3. Create Message Mapping with file Message and idoc (Matmas04)

5.Create Interface mapping between File Interface and the idoc.

<u>

Steps to be followed in Creation of Technical and Business System </u>

<b>Technical System</b>

In SLD, click on technical landscape->New Technical System->WebAS ABAP.

<b>

Business System</b>.

1.Goto Business Landscape->New Business System->Name the business system.

2. Choose the technical system that needs to be attached->WebAS ABAP->Technical System Name.

Preconfiguration steps for transfer of data to IDOCS

1.Create a RFC Destination in SM59 of XI Server of type.

2.In transaction IDX1 ,create a port for the client of XI server.

3. The port has to be displayed in the idx2 transaction and we should be able to view the idoc’s which we imported through integration repository.

<b>

Steps in Configuration</b>

1. Goto service without party, right click->Assign a business system.

2. Choose the business system to be added.

3. Create a File Sender Service with communication channel for the same.

4. Create an idoc receiver channel under the business system. Mention the RFC Destination and the port created for the same.

5. Mention the logical Name in the Service->Adapter Specific Parameters of both the File Sender Service as well as the business system.

6. Make the Sender Agreement for theFile Sender with communication channel.

7.Create the Receiver Determination and Interface Determination for the business system.

8.Create the Receiver Agreement for the Business system.

<b>TCODES for File>XI>IDoc</b>

SM59-rfc destination on recving side

IDX1-port on recving side

IDX2-load metadata

Bus. service adapter specific Identifiers-->Logical sys name (check this blog:/people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system )

we05-IDoc status records

BD54-Create Partner Number

We20-Create Partner Profile

and also go thru this blog...

<b>/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

Hope it helps.

Regards

Arpit Seth