CHARGE_TREE

Charge Tree

Definition


The CHARGE_TREE table contains the charge tree or pricing tree of a rate plan charge

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CHARGE_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
OID PK_CHARGE_TREE       

    The unique identifier of the charge tree. It is generated by the SAP CC Cockpit application.
    IN_ERROR_STATE        

      Indicates whether the charge tree is in error or not

      More...

      CHILD_IN_ERROR        

        The number of components in error in the charge tree
        NAME        

          The name of the charge tree used by the rate plan charge
          RELEASED_OID        

            The unique identifier of the released charge tree when its is being modified
            STATE        

              The state of the charge tree

              More...

              CATALOG       CATALOG (NAME)
               

                The name of the pricing catalog that owns the charge tree
                CC_OID        

                  The unique identifier of the charge tree in the SAP CC Core Server system
                  IS_LOCKED_BY_ME        

                    This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                    LAST_CHANGE        

                      The last creation or modification date of the charge tree
                      LOCKING_USER        

                        The name of the SAP CC user who opened the charge tree in creation or modification
                        OBJECT_CHANGE_NUMBER        

                          The change number of the charge tree

                          More...

                          UNSAVED_CHANGES        

                            This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.

                            Column Details

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

                            OID

                            Definition The unique identifier of the charge tree. It is generated by the SAP CC Cockpit application.
                            Type DECIMAL(28), NOT NULL
                            Primary Key PK_CHARGE_TREE

                            IN_ERROR_STATE

                            Definition Indicates whether the charge tree is in error or not
                            Format

                            The possible values are:

                            • 0: No errors
                            • 1: One or more errors

                            Type BOOLEAN, NULL

                            CHILD_IN_ERROR

                            Definition The number of components in error in the charge tree
                            Type DECIMAL(10), NOT NULL

                            NAME

                            Definition The name of the charge tree used by the rate plan charge
                            Type VARCHAR(256), NULL

                            RELEASED_OID

                            Definition The unique identifier of the released charge tree when its is being modified
                            Type DECIMAL(28), NULL

                            STATE

                            Definition The state of the charge tree
                            Format

                            The possible values are:

                            • 0: CREATED
                            • 1: MODIFIED
                            • 2: RELEASED

                            Type DECIMAL(3), NULL

                            CATALOG

                            Definition The name of the pricing catalog that owns the charge tree
                            Type VARCHAR(256), NULL

                            CC_OID

                            Definition The unique identifier of the charge tree in the SAP CC Core Server system
                            Type DECIMAL(28), NULL

                            IS_LOCKED_BY_ME

                            Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                            Type BOOLEAN, NULL

                            LAST_CHANGE

                            Definition The last creation or modification date of the charge tree
                            Type TIMESTAMP, NULL

                            LOCKING_USER

                            Definition The name of the SAP CC user who opened the charge tree in creation or modification
                            Type VARCHAR(256), NULL

                            OBJECT_CHANGE_NUMBER

                            Definition The change number of the charge tree
                            Description

                            The change number of the charge tree. Used to detect object desynchronization with the SAP CC Core Server system.

                            Type DECIMAL(28), NULL

                            UNSAVED_CHANGES

                            Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                            Type BOOLEAN, NULL

                            Primary Key Details

                            See the primary key information:

                            PK_CHARGE_TREE

                            Column(s) OID
                            Tablespace COCKPIT_INDX