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: 

how to identify the IDOC ?

0 Kudos

Hai,

Consider 100 idocs for sales order(incomming). The 70 idocs get processed successfully.

<b>Can we find which idoc done and its sales document?</b>

5 REPLIES 5

Former Member
0 Kudos

WE02, IDoc on status '53' means its posted. WE02 will show you the status records of the IDoc and the sales doc created.

Former Member
0 Kudos

hi

u can check in transaction we02.

green signal indicate processed one and red indicates error

regards

ravish

reward if useful

Former Member
0 Kudos

Hi

Use the Tcodes WE02 or WE05 first

or

First take the COrrect IDOC Type and MESSAGE Type that were used for that Sales Order

then pass those two fields to EDID4 (or EDIDC, EDIDS) and take all the IDOC numbers

EDID4 table SDATA field stores the Sales order number

So see the data of that field and based on that you can find the related idoc number for your sales order

write a small code for this as mentioned above and see.

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi,

You can go to transaction WE05,give the idoc basic type name and give the direction as 2.Give the correct date range and then press execute.

All the idocs and their status will be shown.A status of 53 means that the idoc has got successfully posted.

Thanks,

Sandeep.

Former Member
0 Kudos

Hi ,

What ever idoc processed - each idoc will have the idoc number, when u go the transaction code <b>we05 or we02 or we09 or we19(testing tool for idoc)</b>

you can find the information abt the each idoc processed from there we can process the error msg or do what ever we want .

Regards

Sathish