The TREE table contains the definition of a pricing tree in a rate plan charge.
A pricing tree is composed by a set of nodes organized in a hierarchical way.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The TREE 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 |
|---|---|---|---|---|---|---|
| TREE_TYPE | IX_TREE_CATALOG_OBJECT_OID |
|
The type of the tree. The value corresponds to the type of the catalog object associated to the tree. | |||
| TREE_OID | PK_TREE |
|
The unique identifier of the tree. It is generated by the SAP CC Cockpit back-end application. | |||
| CATALOG_OBJECT_OID | IX_TREE_CATALOG_OBJECT_OID |
|
The unique identifier of the rate plan charge associated to the tree |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The type of the tree. The value corresponds to the type of the catalog object associated to the tree. |
| Type | VARCHAR(50), NOT NULL |
| Available Index | IX_TREE_CATALOG_OBJECT_OID |
| Definition | The unique identifier of the tree. It is generated by the SAP CC Cockpit back-end application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_TREE |
| Definition | The unique identifier of the rate plan charge associated to the tree |
| Type | DECIMAL(28), NULL |
| Available Index | IX_TREE_CATALOG_OBJECT_OID |
See the primary key information:
| Column(s) | TREE_OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the TREE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | TREE_TYPE,CATALOG_OBJECT_OID |
| Unique | Yes |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |