CHARGING_NOTIFICATION

Charging Notification

Definition


The CHARGING_NOTIFICATION table contains the rating/charging notifications and errors of the processing result obtained when manually processing a chargeable item with the app Process a Chargeable Item in the Cockpit user interface.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CHARGING_NOTIFICATION table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
OID PK_CHARGING_NOTIFICATION       

The unique identifier of the charging notification. It is generated by the SAP CC Cockpit application.
NOTIFICATION_KEY        

    The identifier of the charging notification among the other notifications of the charging result.
    CODE        

      The code of the charging notification
      CREATION_DATE        

        The creation date of the charging notification
        ACCOUNT_OPERATION_KEY        

          The identifier of the account operation linked to the charging notification
          MESSAGE        

            The message of the charging notification
            TYPE        

              The type of the charging notification

              More...

              RELATEDCHARGEDITEM_OID       CHARGED_ITEM (OID)
               

                The unique identifier of the charged item related to the charging notification
                CHARGINGRESULT_OID       CHARGING_RESULT (OID)
                 

                  The unique identifier of the charging result that owns the charging notification

                  Column Details

                  The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                  OID

                  Definition The unique identifier of the charging notification. It is generated by the SAP CC Cockpit application.
                  Type DECIMAL(28), NOT NULL
                  Primary Key PK_CHARGING_NOTIFICATION

                  NOTIFICATION_KEY

                  Definition The identifier of the charging notification among the other notifications of the charging result.
                  Type VARCHAR(255), NULL

                  CODE

                  Definition The code of the charging notification
                  Type VARCHAR(256), NULL

                  CREATION_DATE

                  Definition The creation date of the charging notification
                  Type TIMESTAMP, NULL

                  ACCOUNT_OPERATION_KEY

                  Definition The identifier of the account operation linked to the charging notification
                  Type VARCHAR(255), NULL

                  MESSAGE

                  Definition The message of the charging notification
                  Type VARCHAR(2000), NULL

                  TYPE

                  Definition The type of the charging notification
                  Format

                  The possible values are:

                  • 0: No Access
                  • 1: User Alert

                  Type DECIMAL(10), NULL

                  RELATEDCHARGEDITEM_OID

                  Definition The unique identifier of the charged item related to the charging notification
                  Type DECIMAL(28), NULL

                  CHARGINGRESULT_OID

                  Definition The unique identifier of the charging result that owns the charging notification
                  Type DECIMAL(28), NULL

                  Primary Key Details

                  See the primary key information:

                  PK_CHARGING_NOTIFICATION

                  Column(s) OID
                  Tablespace COCKPIT_INDX