RANGE_TABLE_CLASS_IN_COLUMN

Range Table Class Input Column

Definition


The RANGE_TABLE_CLASS_IN_COLUMN table contains the description of the input columns of a range table class.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The RANGE_TABLE_CLASS_IN_COLUMN 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_IN_COLUMN       

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

      The name of the input column used by the range table class
      DESCRIPTION        

        The description of the input column used by the range table class
        IN_ERROR_STATE        

          Indicates whether the range table class input column is in error or not

          More...

          INDEX_IN_RACA        

            The position of the input column in the range table class
            RELEASED_OID        

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

                The state of the range table class input column

                More...

                TYPE        

                  Always null. Ignore this field.
                  RANGETABLECLASS_OID        

                    The unique identifier of the range table class that owns the input column.

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

                    NAME

                    Definition The name of the input column used by the range table class
                    Type NVARCHAR(265), NULL

                    DESCRIPTION

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

                    IN_ERROR_STATE

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

                    The possible values are:

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

                    Type BIT, NULL

                    INDEX_IN_RACA

                    Definition The position of the input column in the range table class
                    Type DECIMAL(10), NOT NULL

                    RELEASED_OID

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

                    STATE

                    Definition The state of the range table class input column
                    Format

                    The possible values are:

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

                    Type DECIMAL(3), NULL

                    TYPE

                    Definition Always null. Ignore this field.
                    Type DECIMAL(10), NULL

                    RANGETABLECLASS_OID

                    Definition The unique identifier of the range table class that owns the input column.
                    Type DECIMAL(28), NOT NULL

                    Primary Key Details

                    See the primary key information:

                    PK_RANGE_TABLE_CLASS_IN_COLUMN

                    Column(s) OID
                    Filegroup COCKPIT_DATA