RANGE_TABLE_CLASS_OUT_COLUMN

Range Table Class Output Column

Definition


The RANGE_TABLE_CLASS_OUT_COLUMN table contains the description of the output columns of a range table class.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The RANGE_TABLE_CLASS_OUT_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_OUT_COLUMN       

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

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

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

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

          More...

          INDEX_IN_RACA        

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

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

                The state of the range table class output column

                More...

                TYPE        

                  The type of the output column

                  More...

                  RANGETABLECLASS_OID        

                    The unique identifier of the range table class that owns the output 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 output column. It is generated by the SAP CC Cockpit application.
                    Type DECIMAL(28), NOT NULL
                    Primary Key PK_RANGE_TABLE_CLASS_OUT_COLUMN

                    NAME

                    Definition The name of the output column used by the range table class
                    Type VARCHAR2(265 CHAR), NULL

                    DESCRIPTION

                    Definition The description of the output column used by the range table class
                    Type VARCHAR2(2000 CHAR), NULL

                    IN_ERROR_STATE

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

                    The possible values are:

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

                    Type NUMBER(1,0), NULL

                    INDEX_IN_RACA

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

                    RELEASED_OID

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

                    STATE

                    Definition The state of the range table class output column
                    Format

                    The possible values are:

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

                    Type DECIMAL(3), NULL

                    TYPE

                    Definition The type of the output column
                    Format

                    The possible values are:

                    • 0: String
                    • 1: Number
                    • 2: Number, Cumulative
                    • 3: Number, Cumulative Linear

                    Type DECIMAL(10), NULL

                    RANGETABLECLASS_OID

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

                    Primary Key Details

                    See the primary key information:

                    PK_RANGE_TABLE_CLASS_OUT_COLUMN

                    Column(s) OID
                    Tablespace COCKPIT_INDX