Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.46 KB

File metadata and controls

26 lines (17 loc) · 1.46 KB

Application Logs

Overview

Application logs provide a centralized and structured way to monitor application execution and identify errors that occur during runtime. They help developers and administrators analyze system behavior, troubleshoot issues, and ensure smooth application operations.

The application logs are delivered as a reuse library, primarily used within the Application Jobs app. They can also be consumed by other applications. The library offers a consistent and user-friendly interface to review runtime messages across applications.

Features

Using the application logs reuse library, you can:

  • View detailed application log entries
  • Filter logs based on severity levels
  • Search for specific message texts
  • Display detailed message information
  • Access archived application logs

SAP Help Portal Documentation

We have created an application log object to capture logs for the application job. You can find the implementation logic in the ZCL_LH_CATEGORY_UPDATE_JOB class.