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

Viewing Idoc Error Message

Former Member
0 Likes
462

Hi,

We have Idocs where the correct error message is obtained after going to WE02, clicking on the icon next to 51 status and then on the next screen clicking on the application log button.

We have hundreds of Idocs in failed status and want to view the error messages, displayed after clicking on the application log button. Is there an easier way to do this, where I can see the error messages of all the Idocs at one shot rather then going inside each and everyone of the Idocs?

Any help would be appreciated.

Regards,

Mick

3 REPLIES 3
Read only

former_member187255
Active Contributor
0 Likes
420

Mick,

You can use the FM <b>IDOC_GET_MESSAGE_ATTRIBUTE</b> by passing the idoc number...

or you can check the table EDIDS.

Chandra.

Read only

0 Likes
420

Thanks Chandra.

But this FM will give me the error message that is displayed after you click on the icon next to 51 status.

The requirement is that after you click on the icon next to 51 status, on the next screen click on the application log button. We want to see the error message displayed here.

Also as mentioned earlier we have hundreds of Idocs in failed status and would like to see the error messages at one shot and not one idoc at a time.

Regards,

Mick

Read only

Former Member
0 Likes
420

Use TCOde BD87.. pass the STATUS value as 51 or some thing relevant and check the output. You can use other options like DATE and Message Type for further filtering....