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

Error LOG

Former Member
0 Likes
498

Hello friends,

Where can i read the error description for IDOCS if it fails.

In we02 i see the status as red colour. I need to know the reason.

Any advice,

Madhu.

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
464

Hi,

this is very different and depends on the IDOC type and implementation. If you do not see an error message when clicking on it, then try transaction BD87. Here you can try to re-process the failed IDOC (I guess you talk about inbound IDOC) and see if any error comes up.

Processing steps and errors are (should be) stored in table EDIDC - IDOC Control Records.

Regards,

Clemens

Read only

Former Member
0 Likes
464

Hi,

WE02 expand the status ...Then expand the 51 status..there you will find the error message.

Thanks,

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
464

Hi Madhu,

In WE02, double click on the IDoc number then go to status record section and expand them all. From here, you will be able to see the detail error messages.

Also you can use this FM IDOC_PROCESS_ERROR to display the error message.

Hope this will help.

Regards,

Ferry Lianto