TREE_DEBUG_DATA

Tree Debug Data

Definition


The TREE_DEBUG_DATA table contains data for testing the execution of the logic defined in a pricing tree.

Description


The TREE_DEBUG_DATA table contains input and output data used for testing the execution of the logic defined in a pricing tree. It is associated to a user session.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The TREE_DEBUG_DATA 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_TREE_DEBUG_DATA       

    The unique identifier of the tree debug data. It is generated by the SAP CC Cockpit back-end application.
    TREE_OID     IX_TREE_DEBUG_DATA_TO_SI  TREE (TREE_OID)
     

      The unique identifier of the pricing tree associated to the data
      SESSION_ID     IX_TREE_DEBUG_DATA_TO_SI   

        The unique identifier of the user session associated to the data
        DATA        

          The input and output data for testing the executing of the pricing logic, formatted in the JSON format

          Column Details

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

          OID

          Definition The unique identifier of the tree debug data. It is generated by the SAP CC Cockpit back-end application.
          Type DECIMAL(28), NOT NULL
          Primary Key PK_TREE_DEBUG_DATA

          TREE_OID

          Definition The unique identifier of the pricing tree associated to the data
          Type DECIMAL(28), NOT NULL
          Available Index IX_TREE_DEBUG_DATA_TO_SI

          SESSION_ID

          Definition The unique identifier of the user session associated to the data
          Type VARCHAR(64), NOT NULL
          Available Index IX_TREE_DEBUG_DATA_TO_SI

          DATA

          Definition The input and output data for testing the executing of the pricing logic, formatted in the JSON format
          Type CLOB, NOT NULL

          Primary Key Details

          See the primary key information:

          PK_TREE_DEBUG_DATA

          Column(s) OID
          Tablespace COCKPIT_INDX

          Index Details

          The following database indexes are available in the TREE_DEBUG_DATA database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

          IX_TREE_DEBUG_DATA_TO_SI

          Indexed Column(s) TREE_OID,SESSION_ID
          Unique Yes
          Partitioned No
          Tablespace COCKPIT_INDX