MAPPING_TABLE

Mapping Tables (Master Data)

Definition


The MAPPING_TABLE table contains the mapping tables stored in the pricing catalog of a service provider

Description


The MAPPING_TABLE table contains the basic definition of the mapping tables stored in the pricing catalog of a service provider.

They are composed of mapping table rows. See the MAPPING_TABLE_ROW table.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The MAPPING_TABLE 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       

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

    The name of the mapping table
    CATALOG     IX_MAPPING_TABLE_CATALOG  CATALOG (NAME)
     

      The name of the pricing catalog that owns the mapping table
      CC_OID        

        The unique identifier of the mapping table in the SAP CC Core Server system
        DESCRIPTION        

          The description of the mapping table
          IN_ERROR_STATE        

            Indicates whether the mapping table is in error or not

            More...

            IS_LOCKED_BY_ME        

              This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
              LOCKING_USER        

                The name of the SAP CC user who opened the mapping table in creation or modification
                OBJECT_CHANGE_NUMBER        

                  The change number of the mapping table

                  More...

                  RELEASED_OID        

                    The unique identifier of the released mapping table when its is being modified
                    STATE     IX_MAPPING_TABLE_STATE   

                      The state of the mapping table

                      More...

                      CC_VERSION        

                        The version of the mapping table in the Core Server system detected during the last synchronization operation for all mapping tables
                        CC_VERSION_SYNC        

                          The version of the mapping table in the Core Server system detected during the last synchronization of the rows of the mapping table
                          MAPPING_TABLE_CLASS_NAME     IX_MAPPING_TABLE_MAPPING_TABLE_CLASS_NAME   

                            The name of the mapping table class that defines the structure of the mapping table
                            CLEARED        

                              Indicates whether the draft mapping table was cleared (all the rows are deleted)

                              More...

                              AGREEMENT_ID     IX_MAPPING_TABLE_AGREEMENT_ID   

                                The agreement ID of the mapping table
                                DELETED_ROW_COUNT        

                                  The number of rows that were deleted from the mapping table since it was created
                                  UNSAVED_CHANGES        

                                    This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                    LAST_CHANGE        

                                      The last creation or modification date of the mapping table
                                      MAPPING_TABLE_CLASS_STRUCTURE_HASH        

                                        The hash of the columns of the associated mapping table class

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

                                        NAME

                                        Definition The name of the mapping table
                                        Type VARCHAR(256), NULL
                                        Available Index IX_MAPPING_TABLE_NAME

                                        CATALOG

                                        Definition The name of the pricing catalog that owns the mapping table
                                        Type VARCHAR(256), NULL
                                        Available Index IX_MAPPING_TABLE_CATALOG

                                        CC_OID

                                        Definition The unique identifier of the mapping table in the SAP CC Core Server system
                                        Type DECIMAL(28), NULL

                                        DESCRIPTION

                                        Definition The description of the mapping table
                                        Type VARCHAR(2000), NULL

                                        IN_ERROR_STATE

                                        Definition Indicates whether the mapping table is in error or not
                                        Format

                                        The possible values are:

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

                                        Type BOOLEAN, NULL

                                        IS_LOCKED_BY_ME

                                        Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                        Type BOOLEAN, NULL

                                        LOCKING_USER

                                        Definition The name of the SAP CC user who opened the mapping table in creation or modification
                                        Type VARCHAR(256), NULL

                                        OBJECT_CHANGE_NUMBER

                                        Definition The change number of the mapping table
                                        Description

                                        The change number of the mapping table. Used to detect object desynchronization with the SAP CC Core Server system.

                                        Type DECIMAL(28), NULL

                                        RELEASED_OID

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

                                        STATE

                                        Definition The state of the mapping table
                                        Format

                                        The possible values are:

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

                                        Type DECIMAL(3), NULL
                                        Available Index IX_MAPPING_TABLE_STATE

                                        CC_VERSION

                                        Definition The version of the mapping table in the Core Server system detected during the last synchronization operation for all mapping tables
                                        Type DECIMAL(28), NULL

                                        CC_VERSION_SYNC

                                        Definition The version of the mapping table in the Core Server system detected during the last synchronization of the rows of the mapping table
                                        Type DECIMAL(28), NULL

                                        MAPPING_TABLE_CLASS_NAME

                                        Definition The name of the mapping table class that defines the structure of the mapping table
                                        Type VARCHAR(256), NULL
                                        Available Index IX_MAPPING_TABLE_MAPPING_TABLE_CLASS_NAME

                                        CLEARED

                                        Definition Indicates whether the draft mapping table was cleared (all the rows are deleted)
                                        Format

                                        The possible values are:

                                        • 0: Not cleared
                                        • 1: Cleared

                                        Type BOOLEAN, NOT NULL

                                        AGREEMENT_ID

                                        Definition The agreement ID of the mapping table
                                        Type VARCHAR(256), NULL
                                        Available Index IX_MAPPING_TABLE_AGREEMENT_ID

                                        DELETED_ROW_COUNT

                                        Definition The number of rows that were deleted from the mapping table since it was created
                                        Type DECIMAL(28), NULL

                                        UNSAVED_CHANGES

                                        Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                        Type BOOLEAN, NULL

                                        LAST_CHANGE

                                        Definition The last creation or modification date of the mapping table
                                        Type TIMESTAMP, NULL

                                        MAPPING_TABLE_CLASS_STRUCTURE_HASH

                                        Definition The hash of the columns of the associated mapping table class
                                        Type DECIMAL(10), NULL

                                        Primary Key Details

                                        See the primary key information:

                                        PK_MAPPING_TABLE

                                        Column(s) OID
                                        Tablespace COCKPIT_INDX

                                        Index Details

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

                                        IX_MAPPING_TABLE_NAME

                                        Indexed Column(s) NAME
                                        Unique No
                                        Partitioned No
                                        Tablespace COCKPIT_INDX

                                        IX_MAPPING_TABLE_STATE

                                        Indexed Column(s) STATE
                                        Unique No
                                        Partitioned No
                                        Tablespace COCKPIT_INDX

                                        IX_MAPPING_TABLE_CATALOG

                                        Indexed Column(s) CATALOG
                                        Unique No
                                        Partitioned No
                                        Tablespace COCKPIT_INDX

                                        IX_MAPPING_TABLE_MAPPING_TABLE_CLASS_NAME

                                        Indexed Column(s) MAPPING_TABLE_CLASS_NAME
                                        Unique No
                                        Partitioned No
                                        Tablespace COCKPIT_INDX

                                        IX_MAPPING_TABLE_AGREEMENT_ID

                                        Indexed Column(s) AGREEMENT_ID
                                        Unique No
                                        Partitioned No
                                        Tablespace COCKPIT_INDX