Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Flat File and IDoc

Former Member
0 Kudos

Hi,

Is it possible to read a flat file and create the sale order through IDoc. Can i do this by DOC_INBOUND_FROM_FILE without XI?? What file format should i pass??

Regards,

Kit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

you can create Sales order through IDoc. IDOC_INPUT_ORDERS

At a high level, the IDOC processing executes in the following manner:

1. Interpret IDOC header segments and captures organizational, customer master and purchase

order header details. Performs user exits for each segment to process customizations to data

processing.

2. Interprets item level segments and captures item level details like material information. Again,

it performs user exits for each segment.

3. Sums up the order data and determines the posting criterion viz. creating order with reference

etc.

4. Builds up batch data communication sequence (BDC) with respect to the required screen

sequence of posting a sales order.

5. While building up the BDC data, system performs user exit to process customizations to BDC

data.

6. Calls transactions VA01 using the BDC data.

7. If the processing fails, an appropriate workitem is generated for workflow processing.

if you give me brief i can help you out more.

if helpful REWARD points

Thank you .

Regards

Ramana

2 REPLIES 2

Former Member
0 Kudos

Hi ,

you can create Sales order through IDoc. IDOC_INPUT_ORDERS

At a high level, the IDOC processing executes in the following manner:

1. Interpret IDOC header segments and captures organizational, customer master and purchase

order header details. Performs user exits for each segment to process customizations to data

processing.

2. Interprets item level segments and captures item level details like material information. Again,

it performs user exits for each segment.

3. Sums up the order data and determines the posting criterion viz. creating order with reference

etc.

4. Builds up batch data communication sequence (BDC) with respect to the required screen

sequence of posting a sales order.

5. While building up the BDC data, system performs user exit to process customizations to BDC

data.

6. Calls transactions VA01 using the BDC data.

7. If the processing fails, an appropriate workitem is generated for workflow processing.

if you give me brief i can help you out more.

if helpful REWARD points

Thank you .

Regards

Ramana

Former Member
0 Kudos

Hi Kit, u can do this.

Setting in ur System

1.Define Logical System

2.RFC connection

3.Defining Port

4.Created Parner Profile.

5.Mapping done for

a. SD EDI Customer/Vendor(VOE2)

b. SD EDI Conversion(VOE4)

c. Maintain Customer-Material Info(VD51).

Inbound IDOC is created.

kindly reward if found helpful.

cheers,

Hema.