Notification Reference
Target Audience
- Development consultant
- Technology consultant
Overview
This product documentation is a complete reference of all the typical notifications sent by the systems of SAP Convergent Charging 4.0. This document is intended for programmers that need to implement the notification services provided by SAP CC via the Message TCP technical interface.
Use this documentation when developing your Java-based application by implementing the notification handling functions included in the SAP CC Java SDK and specified by the SAP CC Core Java API (Message TCP) documentation.
For more information about the notification function, see the SAP Library of SAP Convergent Charging.
Implementation
You can implement the notification handling for:
- Business processing level: Notifications available for the management of accounts and balances (ABM)
- System processing level: Technical notifications for monitoring an SAP CC system; Consider the recommendation.
Recommendation
Before you implement the notification handling of system notifications, SAP SE recommends that you use CA Introscope (IS) for SAP for the technical monitoring of SAP Convergent Charging. CA Introscope (IS) is also integrated into SAP Solution Manager for system monitoring and root cause analysis.
Notification Groups
- ABM
- This notification group specifies all the typical business notifications generated by the monetary and nonmonetary balance management functions (business processing level) in SAP Convergent Charging. The SAP CC system sends these notifications to the connected systems.
- AMOUNT_ALERT
- EXPIRATION_ALERT
- USER_ALERT
- NO_ACCESS
- ADMIN
- This group specifies all the administrative notifications (system processing level) generated by the SAP CC system. You can monitor these system notifications. Before you implement the notification handling, SAP recommends that you use CA Introscope (IS) for the technical monitoring of SAP Convergent Charging.
- INSTANCE_UP
- INSTANCE_DOWN
- DB_LINK_DOWN
- DB_LINK_UP
- DB_FAILURE
- OUT_OF_MEMORY
- PNR_SCHEDULER_WAKESUP
- PNR_SCHEDULER_SLEEPS
- PNR_SCHEDULER_INTERRUPTED
- AUTHENTICATION_FAILURE
Configuration
Consult the SAP CC Configuration and Implementation Guide to know the necessary configuration or customizing of the SAP CC system. Refer to the configuration of the generation of notifications.Related Documentation
For more information, see the related product documentation of SAP Convergent Charging in SAP Help Portal:
- SAP CC Core Java API (Message TCP) (SAP site) about implementation of notification services via Message TCP
- SAP CC Library (Application Help)
- SAP CC Configuration and Implementation Guide about customizing activities and system configuration (notification policy)
- SAP CC Installation Guide