MAPPING_TABLE_ADDITIONAL_INFO

Mapping Table Additional Information

Definition


The MAPPING_TABLE_ADDITIONAL_INFO table contains the additional info used by the mapping table.

Description


The MAPPING_TABLE_ADDITIONAL_INFO table contains the additional info used by the mapping table.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The MAPPING_TABLE_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_MAPPING_TABLE_ADDITIONAL_INFO       

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

      The name of the additional information used by the mapping table
      DATE_VALUE        

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

          The description of the additional information used by the mapping table
          NUMBER_VALUE        

            The value of the additional information when it is a number
            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...

                  MAPPINGTABLE_OID       MAPPING_TABLE (OID)
                   

                    The unique identifier of the mapping table where the additional info is defined
                    IN_ERROR_STATE        

                      Indicates whether the mapping table additional information is in error or not

                      More...

                      RELEASED_OID        

                        The unique identifier of the released mapping table additional information when its is being modified
                        STATE     IX_MAPPING_TABLE_ADDITIONAL_INFO_STATE   

                          The state of the mapping table additional information

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

                          NAME

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

                          DATE_VALUE

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

                          DESCRIPTION

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

                          NUMBER_VALUE

                          Definition The value of the additional information when it is a number
                          Type DECIMAL(28,6), 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

                          MAPPINGTABLE_OID

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

                          IN_ERROR_STATE

                          Definition Indicates whether the mapping table additional information 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 additional information when its is being modified
                          Type DECIMAL(28), NULL

                          STATE

                          Definition The state of the mapping table additional information
                          Format

                          The possible values are:

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

                          Type DECIMAL(3), NULL
                          Available Index IX_MAPPING_TABLE_ADDITIONAL_INFO_STATE

                          Primary Key Details

                          See the primary key information:

                          PK_MAPPING_TABLE_ADDITIONAL_INFO

                          Column(s) OID
                          Filegroup COCKPIT_DATA

                          Index Details

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

                          IX_MAPPING_TABLE_ADDITIONAL_INFO_STATE

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