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: |
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.
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