/
Monitoring

Monitoring

This section describes the tools and monitoring functionalities within the framework.

Monitoring Event Queue

Transaction code: /DBE/CF_BGMON, or:

On the SAP Easy Access screen, choose “Logistics > Logistics Execution > Vehicle Sales and Service > Communication Framework > Monitoring > Monitor Event Queue”.

The Monitoring Event Queue transaction allows you to analyse and restart Communication Framework event queues. Communication Framework utilizes standard SAP bgRFC mechanism for asynchronous event processing.

For details about bgRFC monitoring and processing, please refer to SAP documentation under the link:

https://help.sap.com/docs/ABAP_PLATFORM_NEW/753088fc00704d0a80e7fbd6803c8adb/48927c2caa6b17cee10000000a421937.html

Communication Framework event processing uses automatic repeating of failed events, in case of errors that could be recognized and handled internally (like locked object, error message coming from BAPI function etc). In case of not handled errors (for example caused by wrong technical settings, syntax errors, dumps), corresponding queue is locked and must be manually diagnosed and repeated, after the cause of the error has been removed. Each QSCR_* queue corresponds to single business object instance. All subsequent Communication Events fired for the same business object are processed sequentially in the correct sequence within the queue. This means, that in case of any error, when queue is locked, any subsequent event will be put on hold and must wait. This ensures data consistency, by disallowing the execution of operations on business object or Task in wrong order.

Monitoring Event Queue selection screen.
Monitoring Event Queue search result.

Analyse Application Log

Transaction code: SLG1

The SLG1 transaction is used to view application logs for various SAP application including VSS. The log can be used to analyse application issues without requiring direct access to the business data transactions. Most standard SAP applications will log errors in the application log. The VSS communication framework adheres to this practice.

Application Log Object:

  • /DBE/CMF

Application Log Subobject:

  • EVENT – records Communication Event processing

  • TASK – records Communication Task processing

 

 

 

 

 

 

 

 

Related content

Monitoring
Monitoring
More like this
Message Queues
Message Queues
More like this
Message Broker
Message Broker
More like this
Functions
Functions
More like this
Functions
Functions
More like this
Monitoring and Tracing
Monitoring and Tracing
More like this