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

application log message status

Former Member
0 Likes
359

Hi,

In my abap program, I need to obtain the application log of the output of an invoice using table NAST (message status).

Any help?

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
322

Hi,

try using any one of the following function modules,

APPL_LOG_DISPLAY This function module you can analyze logs in the database.

APPL_LOG_READ_DB This function module you read the log data in the database for an object or sub-object according to specified selection conditions.

Read only

0 Likes
322

And, any idea about which the object and suboject are for the output of an invoice?