2007 Jul 19 12:27 PM
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>
2007 Jul 19 12:29 PM
WE02, IDoc on status '53' means its posted. WE02 will show you the status records of the IDoc and the sales doc created.
2007 Jul 19 12:30 PM
hi
u can check in transaction we02.
green signal indicate processed one and red indicates error
regards
ravish
reward if useful
2007 Jul 19 12:36 PM
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
2007 Jul 19 12:38 PM
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.
2007 Jul 19 12:41 PM
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