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.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| 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 |
| 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 |
| 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 |
| Definition | The input and output data for testing the executing of the pricing logic, formatted in the JSON format |
| Type | CLOB, NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |
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:
| Indexed Column(s) | TREE_OID,SESSION_ID |
| Unique | Yes |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |