Application Development 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: 

regarding application log of IDOC

Former Member
0 Kudos

Hi,

I need to get the latest application log of IDOC programmatically. I can see the latest status of IDOC and corresponding log in WE02, but i want to get it through program.

Thanks in advance

3 REPLIES 3

Former Member
0 Kudos

if you need the latest or all status of an IDoc read table EDIDS with key docnum !

Former Member
0 Kudos

use Function module BAL_DSP_LOG_DISPLAY to Display the Application Log in your Program..

Thanks

Ramesh

Former Member
0 Kudos

Hi

Pass IDoc Number, Date, Time from EDIDC table to FM-

'APPL_LOG_READ_DB'.

You'll get all log details of that IDoc.

For only Message, check FM - 'IDOC_GET_MESSAGE_ATTRIBUTE'.

Regards.