Start of Content Area

Function documentation Tracing, Logging, and Monitoring  Locate the document in its SAP Library structure

Use

There are various different tools available to help you monitor your adapter and message processing in your adapter. You have the following options within the SAP environment:

      Tracing rewrites functions that help developers to recognize errors and solve problems.

      Log information comprises the status of a technical component on an SAP J2EE server. The audit log of the Adapter Framework collects information for each message.

      Monitoring enables system administrators to monitor message processing within the system landscape.

Activities

Note the following requirements when integrating your adapter in tracing, logging, and monitoring:

      Construct trace objects with fully-qualified class names.

      Adapter code must contain logging, trace, and audit statements.

More information: Using Trace Objects.

      You must use adapter-specific logging categories.

More information: Using Log Categories

      The adapter must not call flushAuditLogEntries() for synchronous messages.

More information: Creating Audit Log Entries

      The adapter supports access to the Process Monitoring Infrastructure (PMI).

More information: Connection to PMI

      You can implement a monitor to measure performance when developing your adapter or module.

More information: Measuring Adapter and Module Performance

 

End of Content Area