‎2007 May 14 4:19 PM
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
‎2007 May 14 4:29 PM
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.
‎2007 May 14 4:34 PM
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
‎2007 May 14 4:59 PM
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....