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

Displaying Application Log Messages

Former Member
0 Likes
1,154

In certain places of IDOC, if there are more than two errors, it is getting stored in Application Log.

For Eg., Actual Error defined in SAP is "Messages from IDoc processing can be found in application log". When i click the application log in WE05, it tells two error messages...

1. Vendor material 97082D is unknown

2. Item 99999 of purchasing document 0001266463 does not exist

I need to pass this above mentioned errors in the workflow (already it has been configured to pass the message), instead of just "Messages from IDoc processing can be found in application log".

Thanks in Advance.

Vijay G

In certain places of IDOC, if there are more than two errors, it is getting stored in Application Log.

For Eg., Actual Error defined in SAP is "Messages from IDoc processing can be found in application log". When i click the application log in WE05, it tells two error messages...

1. Vendor material 97082D is unknown

2. Item 99999 of purchasing document 0001266463 does not exist

I need to pass this above mentioned errors in the workflow (already it has been configured to pass the message), instead of just "Messages from IDoc processing can be found in application log".

Thanks in Advance.

Vijay G

1 REPLY 1
Read only

Former Member
0 Likes
493

Hi !

Ther's a BAPI to read the appilication-log.

It's name is BAPI_APPLICATIONLOG_GETDETAIL .

Regards

Rainer

Some points would be nice if that helped a bit.