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

What is Application Log Processing?

chaiphon
Contributor
0 Likes
530

What is Application Log Processing?

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
511

The Application Log is a tool for collecting messages, saving, reading and deleting logs in the database and displaying logs.

Situations can arise at runtime in application programs which must be brought to the attention of the user in some way. These are usually errors. It can also be useful to report a successful completion (this should not be so often as to overload the user with unimportant information).

We are not distinguishing here between Exceptions, Errors, Messages, etc. It is only important that information arises (usually a T100 message or a message text for an exception) that has to be logged either immediately or later. We call this information a message.

These messages are not to be output individually (with the ABAP commands MESSAGE and Raise), they are to be collected and displayed later as a log.

The set of messages is a log. A log usually also has header information (log type, creator, creation time, etc.). A transaction can generate several logs.

The Application Log provides an infrastructure for collecting messages, saving them in the database and displaying them as a log. This Quickstart explains this infrastructure and some conventions.

Regards,

Amey

Read only

Former Member
0 Likes
511

Hi,

Please check this weblog perhaps it may help.

/people/kamalkumar.ramakrishnan/blog/2007/01/10/a-primer-on-using-and-creating-sap-application-log

Regards,

Ferry Lianto