RANGE_TABLE_RANGE_SET_KEY

Range Table Range Set Key

Definition


The RANGE_TABLE_RANGE_SET_KEY table contains the range set keys of the version of a range table.

Description


They are composed of range table ranges. See the RANGE_TABLE_RANGE table.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The RANGE_TABLE_RANGE_SET_KEY 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_RANGE_SET_KEY       

    The unique identifier of the range table range set key. It is generated by the SAP CC Cockpit application.
    NAME        

      The name of the range table set key
      IN_ERROR_STATE        

        Indicates whether the range table range set key is in error or not

        More...

        CHILD_IN_ERROR        

          The number of ranges in error in the range table range set key
          ERROR_CODE        

            The error code of the range table range set key. It indicates which parts of the range table range set key are in error

            More...

            IN_01        

              The value of the first input of the range table range set key (string type)
              IN_02        

                The value of the second input of the range table range set key (string type)
                IN_03        

                  The value of the third input of the range table range set key (string type)
                  IN_04        

                    The value of the fourth input of the range table range set key (string type)
                    IN_05        

                      The value of the fifth input of the range table range set key (string type)
                      RELEASED_OID     IX_RANGE_TABLE_RANGE_SET_KEY_RELEASED_OID   

                        The unique identifier of the released range table range set key when its is being modified
                        RANGETABLEVERSION_OID        

                          The unique identifier of the range table version that owns the range table range set key
                          STATE     IX_RANGE_TABLE_RANGE_SET_KEY_STATE   

                            The state of the range table set key

                            More...

                            SORT_PRIORITY        

                              Used by SAP CC Cockpit user interface to sort the range table range set keys.

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

                              NAME

                              Definition The name of the range table set key
                              Type NVARCHAR(256), NULL

                              IN_ERROR_STATE

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

                              The possible values are:

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

                              Type BIT, NULL

                              CHILD_IN_ERROR

                              Definition The number of ranges in error in the range table range set key
                              Type DECIMAL(10), NOT NULL

                              ERROR_CODE

                              Definition The error code of the range table range set key. It indicates which parts of the range table range set key are in error
                              Format

                              There is one bit for each input and the sixth bit means that there are duplicate inputs. For example, 100010 means that:

                              • inputs 1 and 5 are in error
                              • inputs 2, 3 and 4 are not in error
                              • there are no duplicate range set keys

                              Type DECIMAL(10), NOT NULL

                              IN_01

                              Definition The value of the first input of the range table range set key (string type)
                              Type NVARCHAR(256), NULL

                              IN_02

                              Definition The value of the second input of the range table range set key (string type)
                              Type NVARCHAR(256), NULL

                              IN_03

                              Definition The value of the third input of the range table range set key (string type)
                              Type NVARCHAR(256), NULL

                              IN_04

                              Definition The value of the fourth input of the range table range set key (string type)
                              Type NVARCHAR(256), NULL

                              IN_05

                              Definition The value of the fifth input of the range table range set key (string type)
                              Type NVARCHAR(256), NULL

                              RELEASED_OID

                              Definition The unique identifier of the released range table range set key when its is being modified
                              Type DECIMAL(28), NULL
                              Available Index IX_RANGE_TABLE_RANGE_SET_KEY_RELEASED_OID

                              RANGETABLEVERSION_OID

                              Definition The unique identifier of the range table version that owns the range table range set key
                              Type DECIMAL(28), NOT NULL

                              STATE

                              Definition The state of the range table set key
                              Format

                              The possible values are:

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

                              Type DECIMAL(3), NULL
                              Available Index IX_RANGE_TABLE_RANGE_SET_KEY_STATE

                              SORT_PRIORITY

                              Definition Used by SAP CC Cockpit user interface to sort the range table range set keys.
                              Type DECIMAL(10), NOT NULL

                              Primary Key Details

                              See the primary key information:

                              PK_RANGE_TABLE_RANGE_SET_KEY

                              Column(s) OID
                              Filegroup COCKPIT_DATA

                              Index Details

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

                              IX_RANGE_TABLE_RANGE_SET_KEY_RELEASED_OID

                              Indexed Column(s) RELEASED_OID
                              Unique No
                              Partitioned No
                              Clustered No
                              Filegroup COCKPIT_INDX

                              IX_RANGE_TABLE_RANGE_SET_KEY_STATE

                              Indexed Column(s) STATE
                              Unique No
                              Partitioned No
                              Clustered No
                              Filegroup COCKPIT_INDX