RANGE_TABLE_CLASS

Range Table Class

Definition


The RANGE_TABLE_CLASS table contains the range table classes stored in the pricing catalog of a service provider

Description


The RANGE_TABLE_CLASS table contains the basic definition of the range table classes stored in the pricing catalog of a service provider.

They define the structure of the range tables stored in the RANGE_TABLE table.

Technical Data


Schema Version 2025.0.0
Segment COCKPIT_DATA
Partitioned No

Summary


The RANGE_TABLE_CLASS 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_RANGE_TABLE_CLASS       

    The unique identifier of the range table class. It is generated by the SAP CC Cockpit application.
    CLIENT_NUMBER     IX_RANGE_TABLE_CLASS_NAMEIX_RANGE_TABLE_CLASS_STATE   

      The client number associated to the range table class
      NAME     IX_RANGE_TABLE_CLASS_NAME   

        The name of the range table class
        CATALOG        

          The name of the pricing catalog that owns the range table class
          CC_OID        

            The unique identifier of the range table class in the SAP CC Core Server system
            DESCRIPTION        

              The description of the range table class
              IN_ERROR_STATE        

                Indicates whether the range table class is in error or not

                More...

                IS_LOCKED_BY_ME        

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

                    The name of the SAP CC user who opened the range table class in creation or modification
                    OBJECT_CHANGE_NUMBER        

                      The change number of the range table class

                      More...

                      RELEASED_OID        

                        The unique identifier of the released range table class when its is being modified
                        STATE     IX_RANGE_TABLE_CLASS_STATE   

                          The state of the range table class

                          More...

                          IS_UPPER_BOUND_EXCLUSIVE        

                            Indicates whether the upper bound of the range table ranges is inclusive or exclusive

                            More...

                            IS_UNBOUNDED        

                              Indicates whether the last range table range is right-bounded or not

                              More...

                              LAST_CHANGE        

                                The last creation or modification date of the range table class
                                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 range table class. It is generated by the SAP CC Cockpit application.
                                  Type DECIMAL(28), NOT NULL
                                  Primary Key PK_RANGE_TABLE_CLASS

                                  CLIENT_NUMBER

                                  Definition The client number associated to the range table class
                                  Type DECIMAL(3), NULL
                                  Available Index IX_RANGE_TABLE_CLASS_NAME
                                  Available Index IX_RANGE_TABLE_CLASS_STATE

                                  NAME

                                  Definition The name of the range table class
                                  Type NVARCHAR(256), NULL
                                  Available Index IX_RANGE_TABLE_CLASS_NAME

                                  CATALOG

                                  Definition The name of the pricing catalog that owns the range table class
                                  Type NVARCHAR(256), NULL

                                  CC_OID

                                  Definition The unique identifier of the range table class in the SAP CC Core Server system
                                  Type DECIMAL(28), NULL

                                  DESCRIPTION

                                  Definition The description of the range table class
                                  Type NVARCHAR(2000), NULL

                                  IN_ERROR_STATE

                                  Definition Indicates whether the range table class is in error or not
                                  Format

                                  The possible values are:

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

                                  Type NUMERIC(1,0), 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 NUMERIC(1,0), NULL

                                  LOCKING_USER

                                  Definition The name of the SAP CC user who opened the range table class in creation or modification
                                  Type NVARCHAR(256), NULL

                                  OBJECT_CHANGE_NUMBER

                                  Definition The change number of the range table class
                                  Description

                                  The change number of the range table class. Used to detect object desynchronization with the SAP CC Core Server system.

                                  Type DECIMAL(28), NULL

                                  RELEASED_OID

                                  Definition The unique identifier of the released range table class when its is being modified
                                  Type DECIMAL(28), NULL

                                  STATE

                                  Definition The state of the range table class
                                  Format

                                  The possible values are:

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

                                  Type DECIMAL(3), NULL
                                  Available Index IX_RANGE_TABLE_CLASS_STATE

                                  IS_UPPER_BOUND_EXCLUSIVE

                                  Definition Indicates whether the upper bound of the range table ranges is inclusive or exclusive
                                  Format

                                  The possible values are:

                                  • 0: Inclusive
                                  • 1: Exclusive

                                  Type NUMERIC(1,0), NULL

                                  IS_UNBOUNDED

                                  Definition Indicates whether the last range table range is right-bounded or not
                                  Format

                                  The possible values are:

                                  • 0: Right-bounded
                                  • 1: Infinite

                                  Type NUMERIC(1,0), NULL

                                  LAST_CHANGE

                                  Definition The last creation or modification date of the range table class
                                  Type DATETIME, NULL

                                  UNSAVED_CHANGES

                                  Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                  Type NUMERIC(1,0), NULL

                                  Primary Key Details

                                  See the primary key information:

                                  PK_RANGE_TABLE_CLASS

                                  Column(s) OID
                                  Segment COCKPIT_INDX

                                  Index Details

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

                                  IX_RANGE_TABLE_CLASS_NAME

                                  Indexed Column(s) CLIENT_NUMBER,NAME
                                  Unique No
                                  Partitioned No
                                  Clustered No
                                  Segment COCKPIT_INDX

                                  IX_RANGE_TABLE_CLASS_STATE

                                  Indexed Column(s) CLIENT_NUMBER,STATE
                                  Unique No
                                  Partitioned No
                                  Clustered No
                                  Segment COCKPIT_INDX