‎2007 Apr 05 11:45 PM
‎2007 Apr 05 11:49 PM
Use http://help.sap.com/saphelp_nw04/helpdata/en/3a/c8263712c79958e10000009b38f936/content.htm
for application logs.
Regards,
Amey
‎2007 Apr 05 11:51 PM
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
‎2007 Apr 05 11:58 PM
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