MAPPING_TABLE_CLASS_IN_COLUMN

Mapping Table Class Input Column

Definition


The MAPPING_TABLE_CLASS_IN_COLUMN table contains the description of the input columns of a mapping table class.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The MAPPING_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_MAPPING_TABLE_CLASS_IN_COLUMN       

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

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

        The description of the input column used by the mapping table
        INDEX_IN_MACA        

          The position of the input column in the mapping table class
          TYPE        

            The type of the input column

            More...

            MAPPINGTABLECLASS_OID        

              The unique identifier of the mapping table class that owns the input column
              IN_ERROR_STATE        

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

                More...

                RELEASED_OID        

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

                    The state of the mapping table class input column

                    More...

                    Column Details

                    The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                    OID

                    Definition The unique identifier of the mapping table class input column. It is generated by the SAP CC Cockpit application.
                    Type DECIMAL(28), NOT NULL
                    Primary Key PK_MAPPING_TABLE_CLASS_IN_COLUMN

                    NAME

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

                    DESCRIPTION

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

                    INDEX_IN_MACA

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

                    TYPE

                    Definition The type of the input column
                    Format

                    The possible values are:

                    • 0: String
                    • 1: Currency

                    Type DECIMAL(10), NULL

                    MAPPINGTABLECLASS_OID

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

                    IN_ERROR_STATE

                    Definition Indicates whether the mapping 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

                    RELEASED_OID

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

                    STATE

                    Definition The state of the mapping table class input column
                    Format

                    The possible values are:

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

                    Type DECIMAL(3), NULL
                    Available Index IX_MAPPING_TABLE_CLASS_IN_COLUMN_STATE

                    Primary Key Details

                    See the primary key information:

                    PK_MAPPING_TABLE_CLASS_IN_COLUMN

                    Column(s) OID
                    Filegroup COCKPIT_DATA

                    Index Details

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

                    IX_MAPPING_TABLE_CLASS_IN_COLUMN_STATE

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