‎2007 Nov 05 6:41 PM
Hi Experts,
How many ways are there to find IDOC errors?
Please let me know..
Thanks
‎2007 Nov 05 7:01 PM
Hi,
If you know the IDoc number, you can use FM IDOC_GET_MESSAGE_ATTRIBUTE to get the error message.
Otherwise, you can go to transaction WE02/WE05 and BD87 to find the error.
Regards,
Ferry Lianto
‎2007 Nov 05 6:54 PM
Hi,
You can check through transactions WE02 / WE05.
If the status grouping is red then it is an error idoc. If you want to see the error description then double click on the idoc and then expance the status records tree view and look for the error message.
<b><REMOVED BY MODERATOR></b>
Thanks,
Srinivas
Message was edited by:
Alvaro Tejada Galindo
‎2007 Nov 05 7:01 PM
Hi,
If you know the IDoc number, you can use FM IDOC_GET_MESSAGE_ATTRIBUTE to get the error message.
Otherwise, you can go to transaction WE02/WE05 and BD87 to find the error.
Regards,
Ferry Lianto
‎2007 Nov 05 7:35 PM
check the status drop down in the tcode WE05.
double click on the messgae and you ll get the error message detail.