cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP

Former Member
0 Kudos

Hi Friends

How to find Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP.

Thanks in Advance.

SR

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member303858
Contributor
0 Kudos

Hi,

The best way would be to develop as custom report which will display idocs related to a sales order.. We have done the same in our project.

Right now, to find the idoc and order, you can use t code WE09 and find the idoc related to the order.

Other way is you can go to the order and then go to the output stuff and select the relevant output and click on processing log, you will get the idoc no.

Hope this helps you.

Let us know.

Regards,

SB

Former Member
0 Kudos

Hi

Thanks for reply

There must be a table. I would like to know standard table to mass extraction of data.

Thanks

Ravi

Former Member
0 Kudos

Hi,

All the IDoc data gets stored in SDATA field of EDID4, however it is little difficult to uniquely identify it. You might have to consider joining EDIDS{ status record} and EDID4{ data record}.

Regards,

RS.

Shiva_Ram
Active Contributor
0 Kudos

You must use two tables. Use table EDIDC (use creation date, message type and basic type fields) to find IDOC number and pass this IDOC number to table EDID4. You can find the sales order number in segment E1EDL20.

Regards,