MARO_DL

Definition


The MARO_DL table contains all rows that have been deleted from the mapping tables stored within SAP CC

Description


The MARO_DL table contains all rows that have been deleted from the mapping tables stored within SAP CC. The definitions of the related mapping tables are stored in the MATA table.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The MARO_DL 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
MARO_ID     IX_MARO_DL_VID   

    The identifier of the mapping table row that has been removed
    MATA_OID     IX_MARO_DL_VIDIX_MAROD_DL_DD  MATA (OID)
     

      The identifier of the mapping table related to the deleted row
      VERSION_ID     IX_MARO_DL_VID   

        Determined at mapping table level, this identifier is incremented each time a modification is performed on the row.
        DELETE_DATE     IX_MAROD_DL_DD   

          The date the mapping table row has been deleted

          Column Details

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

          MARO_ID

          Definition The identifier of the mapping table row that has been removed
          Type NVARCHAR(256), NOT NULL
          Available Index IX_MARO_DL_VID

          MATA_OID

          Definition The identifier of the mapping table related to the deleted row
          Type DECIMAL(28), NOT NULL
          Available Index IX_MARO_DL_VID
          Available Index IX_MAROD_DL_DD

          VERSION_ID

          Definition Determined at mapping table level, this identifier is incremented each time a modification is performed on the row.
          Type DECIMAL(28), NOT NULL
          Available Index IX_MARO_DL_VID

          DELETE_DATE

          Definition The date the mapping table row has been deleted
          Type DATETIME, NOT NULL
          Available Index IX_MAROD_DL_DD

          Index Details

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

          IX_MARO_DL_VID

          Indexed Column(s) MATA_OID, VERSION_ID, MARO_ID
          Unique No
          Partitioned No
          Clustered No

          IX_MAROD_DL_DD

          Indexed Column(s) MATA_OID, DELETE_DATE
          Unique No
          Partitioned No
          Clustered No