TREE

Tree

Definition


The TREE table contains the definition of a pricing tree.

Description


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.

Technical Data


Schema Version 2023.0.3
Segment COCKPIT_DATA
Partitioned No

Summary


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

      Column Details

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

      TREE_TYPE

      Definition The type of the tree. The value corresponds to the type of the catalog object associated to the tree.
      Type NVARCHAR(50), NOT NULL
      Available Index IX_TREE_CATALOG_OBJECT_OID

      TREE_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

      CATALOG_OBJECT_OID

      Definition The unique identifier of the rate plan charge associated to the tree
      Type DECIMAL(28), NULL
      Available Index IX_TREE_CATALOG_OBJECT_OID

      Primary Key Details

      See the primary key information:

      PK_TREE

      Column(s) TREE_OID
      Segment COCKPIT_INDX

      Index Details

      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:

      IX_TREE_CATALOG_OBJECT_OID

      Indexed Column(s) TREE_TYPE,CATALOG_OBJECT_OID
      Unique Yes
      Partitioned No
      Clustered No
      Segment COCKPIT_INDX