CHARGING_RESULT

Charging Result

Definition


The CHARGING_RESULT table contains the processing result obtained when manually processing a chargeable item with the app Process a Chargeable Item in the Cockpit user interface.

Description


The CHARGING_RESULT table contains the processing result obtained when manually processing a chargeable item with the app Process a Chargeable Item in the Cockpit user interface. See the app documentation for more information.

See also the following database tables: CHARGED_ITEM, CHARGING_NOTIFICATION.

Technical Data


Schema Version 2022.0.2
Partitioned No

Summary


The CHARGING_RESULT 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_RESULT       

The unique identifier of the charging result. It is generated by the SAP CC Cockpit application.
SESSION_ID       SPRING_SESSION (SESSION_ID)
 

    The identifier of the spring session that owns the charging result
    CHARGING_CONTRACT_IDENTIFIER        

      The identifier of the provider contract retrieved from the Service ID and User ID data and used for processing a chargeable item
      CHARGING_CONTRACT_ITEM_IDENTIFIER        

        The identifier of the provider contract item used for processing a chargeable item
        SUBSCRIBER_ACCOUNT_IDENTIFIER        

          The identifier of the subscriber account used for processing a chargeable item
          ERROR_MESSAGE        

            The error message if the simulation of the chargeable item fails
            ERROR_CODE        

              The error code if the simulation of the chargeable item fails

              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 result. It is generated by the SAP CC Cockpit application.
              Type DECIMAL(28), NOT NULL
              Primary Key PK_CHARGING_RESULT

              SESSION_ID

              Definition The identifier of the spring session that owns the charging result
              Type NVARCHAR(256), NULL

              CHARGING_CONTRACT_IDENTIFIER

              Definition The identifier of the provider contract retrieved from the Service ID and User ID data and used for processing a chargeable item
              Type NVARCHAR(256), NULL

              CHARGING_CONTRACT_ITEM_IDENTIFIER

              Definition The identifier of the provider contract item used for processing a chargeable item
              Type NVARCHAR(256), NULL

              SUBSCRIBER_ACCOUNT_IDENTIFIER

              Definition The identifier of the subscriber account used for processing a chargeable item
              Type NVARCHAR(256), NULL

              ERROR_MESSAGE

              Definition The error message if the simulation of the chargeable item fails
              Type NVARCHAR(2000), NULL

              ERROR_CODE

              Definition The error code if the simulation of the chargeable item fails
              Type DECIMAL(10), NULL

              Primary Key Details

              See the primary key information:

              PK_CHARGING_RESULT

              Column(s) OID
              Tablespace COCKPIT_INDX