cancel
Showing results for 
Search instead for 
Did you mean: 

Flat File to R/3

Former Member
0 Kudos

Hi All,

My scenario like adding R/3 table values using XI.All the values from one flat file, these are going to add R/3 table by using BAPI.Is there any documentation like step by step please send it to me.

Thanks

Regards

Selvam.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Selvam,

What Bhavesh says is correct. I overlooked the BAPI part.

Sorry for the error from my side.

cheers,

Prashanth

bhavesh_kantilal
Active Contributor
0 Kudos

Selvam,

how are you going to send the data to the R3 system?

Are you populating data in a Z table or is there any standrad IDOC available for your Interface?

<b>You have mentioned that you are using a BAPI, and so, your Scenario will be a FILE - RFC . </b>

1. Get the file, do content conversion in the file adapter

2. Map the file request to RFC/ BAPI request

If you need a means to get the RFC response back and push it to a file , then take a look at this blog,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards,

Bhavesh

Former Member
0 Kudos

Hi Selvam,

This is a step by step procedure....

In the 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 is depend 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 you.

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Hi ,

This thread will help you solve your problem...

Sekhar