Application Development and Automation 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: 
Read only

IDOC errors

Former Member
0 Likes
501

Hi Experts,

How many ways are there to find IDOC errors?

Please let me know..

Thanks

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
452

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

3 REPLIES 3
Read only

Former Member
0 Likes
452

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

Read only

ferry_lianto
Active Contributor
0 Likes
453

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

Read only

SAPAI
Participant
0 Likes
452

check the status drop down in the tcode WE05.

double click on the messgae and you ll get the error message detail.