cancel
Showing results for 
Search instead for 
Did you mean: 

File to Idoc scenario

Former Member
0 Kudos

Hi All,

I was asked to configure file to idoc scenario. Could anyone help me regarding this?

Raja

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

These are the configuration steps...

SLD-

1) Create a Product/Software Component

2) Technical System pointing to R/3 system

3) Business System for the above technical system

In the Repository

1) Import the Software component created in the sld

2) Create a namespace,

3) import the idoc and then create sender data type/message type etc and mapping

4) Mapping Rules depends on the requirement

In the Directory

1) Create a Scenario /import the business system

2) Create Receiver/Interface determination

3) Create communication channels for sender and receiver

4) Sender Agreeement and Receiver Agreement.

Then the file adapter configuration depends on the input file format.

Just have a look at this link:

Regards,

Gunasree.

former_member192798
Active Contributor
0 Kudos

Hi Raja,

Follow the steps mentioned hereunder:-

SLD-

1) Create a Product/Software Component

2) Technical System pointing to R/3 system

3) Business System for the above technical system

In the Repository

1) Import the Software component created in the sld

2) Create a namespace,

3) import the idoc and then create sender data type/message type etc and mapping

4) Mapping Rules is depends on the requirement

In the Directory

1) Create a Scenario /import the business system

2) Create Receiver/Interface determination

3) Create communication channels for sender and receiver

4) Sender Agreeement and Receiver Agreement.

Then the file adapter configuration depends on the input file format.

Also you need to have Logical destionation created in the XI , and the IDX1 entry

In R/3 Port, Partner profiles etc should be created

Have a look into this document~

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/877c0d53-0801-0010-3bb0-e38...

While doing an File -> XI -> IDoc scenario, The Points to noted are:

1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.

2. You import the IDOC and use the same in your mapping.

3. In this configuration note that you will need a sender agreement for the file.

4. In this configuration note that you will also need a receiver agreement for the IDOC.

For any File -> XI -> IDoc scenario ref:

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

Hope this helps.

Regards.

Praveen

Former Member
0 Kudos

Hi Raju,

When you implementing file to idoc scenario,you need to create

1) RFC destination in xi for r/3 system.

2) You need to create partner profiles,ports and partner numbers.

For more information please find the belwo links:

http://help.sap.com/saphelp_nw2004s/helpdata/en/d4/0a43a124e8924ea890cf0855860db5/frameset.htm

Let me know if you have any queries.

Thanks,

Sekhar

Former Member
0 Kudos

There are many blogs in SDN for this scenario but these are the basic steps you need to follow.

First you need to create data type and message type for your input file

then for the output, you need to import the IDOC into imported objects.

1) File sender adapter -- to pick up the file from FTP or NFS

2) mapping between inputFIle message type to IDOC message type

3) call IDOC receiver adapter

For complete step by step intstrcutions follow the blogs in SDN. Search on "File To IDOC" and you'll get blogs for that

--Archana

Former Member
0 Kudos

Following blog is step by step of File to Idoc scenario

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping File to IDoc

Bipin

Former Member
0 Kudos

You can look at the following url (contains step by step approach):

http://www.saptechnical.com/articles/XI/XIMainPage.htm

Raghavan