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: 

application log message status

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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