RANGE_TABLE_CLASS_ADDITIONAL_INFO

Range Table Class Additional Information

Definition


The RANGE_TABLE_CLASS_ADDITIONAL_INFO table contains the additional info used by the range table class.

Description


The RANGE_TABLE_CLASS_ADDITIONAL_INFO table contains the additional info used by the range table class.

Technical Data


Schema Version 2023.0.2
Partitioned No

Summary


The RANGE_TABLE_CLASS_ADDITIONAL_INFO 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_ADDITIONAL_INFO       

    The unique identifier of the range table class additional information. It is generated by the SAP CC Cockpit application.
    NAME        

      The name of the additional information used by the range table class
      DATE_VALUE        

        The value of the additional information when it is a date
        DESCRIPTION        

          The description of the additional information used by the range table class
          IN_ERROR_STATE        

            Indicates whether the range table class additional information is in error or not

            More...

            NUMBER_VALUE        

              The value of the additional information when it is a number
              RELEASED_OID        

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

                  The state of the range table class additional information

                  More...

                  STRING_VALUE        

                    The value of the additional information when it is a string
                    TYPE        

                      The type of the additional info

                      More...

                      ERROR_CODE        

                        The error code of the additional info which indicates which parts of the additional info are in error

                        More...

                        RANGETABLECLASS_OID        

                          The unique identifier of the range table class where the additional info is defined

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

                          NAME

                          Definition The name of the additional information used by the range table class
                          Type NVARCHAR(256), NULL

                          DATE_VALUE

                          Definition The value of the additional information when it is a date
                          Type SECONDDATE, NULL

                          DESCRIPTION

                          Definition The description of the additional information used by the range table class
                          Type NVARCHAR(2000), NULL

                          IN_ERROR_STATE

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

                          The possible values are:

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

                          Type BOOLEAN, NULL

                          NUMBER_VALUE

                          Definition The value of the additional information when it is a number
                          Type DECIMAL(28,6), NULL

                          RELEASED_OID

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

                          STATE

                          Definition The state of the range table class additional information
                          Format

                          The possible values are:

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

                          Type DECIMAL(3), NULL

                          STRING_VALUE

                          Definition The value of the additional information when it is a string
                          Type NVARCHAR(2000), NULL

                          TYPE

                          Definition The type of the additional info
                          Format

                          The possible values are:

                          • 0: String
                          • 1: Number
                          • 2: Date

                          Type DECIMAL(10), NULL

                          ERROR_CODE

                          Definition The error code of the additional info which indicates which parts of the additional info are in error
                          Format

                          The possible values are:

                          • 0: none
                          • 1: name
                          • 3: description
                          • 4: name and description
                          • 5: value
                          • 6: name and value
                          • 8: description and value
                          • 9: name and description and value

                          Type DECIMAL(10), NULL

                          RANGETABLECLASS_OID

                          Definition The unique identifier of the range table class where the additional info is defined
                          Type DECIMAL(28), NOT NULL

                          Primary Key Details

                          See the primary key information:

                          PK_RANGE_TABLE_CLASS_ADDITIONAL_INFO

                          Column(s) OID
                          Tablespace COCKPIT_INDX