RANGE_TABLE

Range Tables (Master Data)

Definition


The RANGE_TABLE table contains the range tables stored in the pricing catalog of a service provider

Description


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

They are composed of range table versions. See the RANGE_TABLE_VERSION table.

Technical Data


Schema Version 2025.0.0
Partitioned No

Summary


The RANGE_TABLE 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       

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

      The client number associated to the range table
      NAME     IX_RANGE_TABLE_NAME   

        The name of the range table
        CATALOG     IX_RANGE_TABLE_CATALOG   

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

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

              The description of the range table
              IN_ERROR_STATE        

                Indicates whether the range table is in error or not

                More...

                CHILD_IN_ERROR        

                  The number of versions in error in the range table
                  ADD_INFO_IN_ERROR        

                    The number of additional information in error in the range table
                    ERROR_CODE        

                      The error code of the range table
                      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 in creation or modification
                          OBJECT_CHANGE_NUMBER        

                            The change number of the range table

                            More...

                            RELEASED_OID        

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

                                The state of the range table

                                More...

                                LAST_CHANGE        

                                  The last creation or modification date of the range table
                                  AGREEMENT_ID     IX_RANGE_TABLE_AGREEMENT_ID   

                                    The agreement ID of the range table
                                    RANGE_TABLE_CLASS_NAME     IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME   

                                      The name of the range table class that defines the structure of the range table
                                      UNSAVED_CHANGES        

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

                                          The hash of the columns of the associated range table class

                                          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. It is generated by the SAP CC Cockpit application.
                                          Type DECIMAL(28), NOT NULL
                                          Primary Key PK_RANGE_TABLE

                                          CLIENT_NUMBER

                                          Definition The client number associated to the range table
                                          Type DECIMAL(3), NULL
                                          Available Index IX_RANGE_TABLE_NAME
                                          Available Index IX_RANGE_TABLE_STATE
                                          Available Index IX_RANGE_TABLE_CATALOG
                                          Available Index IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME
                                          Available Index IX_RANGE_TABLE_AGREEMENT_ID

                                          NAME

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

                                          CATALOG

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

                                          CC_OID

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

                                          DESCRIPTION

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

                                          IN_ERROR_STATE

                                          Definition Indicates whether the range table 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 versions in error in the range table
                                          Type DECIMAL(10), NOT NULL

                                          ADD_INFO_IN_ERROR

                                          Definition The number of additional information in error in the range table
                                          Type DECIMAL(10), NOT NULL

                                          ERROR_CODE

                                          Definition The error code of the range table
                                          Type DECIMAL(10), NOT 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

                                          LOCKING_USER

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

                                          OBJECT_CHANGE_NUMBER

                                          Definition The change number of the range table
                                          Description

                                          The change number of the range table. 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 when its is being modified
                                          Type DECIMAL(28), NULL

                                          STATE

                                          Definition The state of the range table
                                          Format

                                          The possible values are:

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

                                          Type DECIMAL(3), NULL
                                          Available Index IX_RANGE_TABLE_STATE

                                          LAST_CHANGE

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

                                          AGREEMENT_ID

                                          Definition The agreement ID of the range table
                                          Type NVARCHAR(256), NULL
                                          Available Index IX_RANGE_TABLE_AGREEMENT_ID

                                          RANGE_TABLE_CLASS_NAME

                                          Definition The name of the range table class that defines the structure of the range table
                                          Type NVARCHAR(256), NULL
                                          Available Index IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME

                                          UNSAVED_CHANGES

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

                                          RANGE_TABLE_CLASS_STRUCTURE_HASH

                                          Definition The hash of the columns of the associated range table class
                                          Type DECIMAL(10), NULL

                                          Primary Key Details

                                          See the primary key information:

                                          PK_RANGE_TABLE

                                          Column(s) OID
                                          Tablespace COCKPIT_INDX

                                          Index Details

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

                                          IX_RANGE_TABLE_NAME

                                          Indexed Column(s) CLIENT_NUMBER,NAME
                                          Unique No
                                          Partitioned No

                                          IX_RANGE_TABLE_STATE

                                          Indexed Column(s) CLIENT_NUMBER,STATE
                                          Unique No
                                          Partitioned No

                                          IX_RANGE_TABLE_CATALOG

                                          Indexed Column(s) CLIENT_NUMBER,CATALOG
                                          Unique No
                                          Partitioned No

                                          IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME

                                          Indexed Column(s) CLIENT_NUMBER,RANGE_TABLE_CLASS_NAME
                                          Unique No
                                          Partitioned No

                                          IX_RANGE_TABLE_AGREEMENT_ID

                                          Indexed Column(s) CLIENT_NUMBER,AGREEMENT_ID
                                          Unique No
                                          Partitioned No