zoukankan      html  css  js  c++  java
  • SRM Catalog的一些重要table及report

    Table:

    /CCM/D_CTLG_REQ:    Catalog Header Table for Locks

    /CCM/D_UPD_STATE:   Status of Update

    /CCM/D_VIEW_OB_R:   Table for Catalog View - Catalog View Item Relationships

    /CCM/D_PUB_ST:          Status Table for Catalog Publishing

    /CCM/D_ITM (catalog guid from table /ccm/d_ctlg_req): Table for Catalog Item Header Data

    Report:

    /CCM/CLEANUP_MAPPING

    Remove the deactived version entry and unlocked catalog, check for any mapping inconsistencies

    /CCM/CLEANUP_CATALOG 

    Unlock incative versions before running/CCM/CLEANUP_MAPPING

    [Note]:

     To cleanup the Publication status (/CCM/D_PUB_ST) , implement note 1092047 which will give a report to clear the status or enter the table and modify the record changing the status 'R'to 'E' and saving.

    How to create a new procurement catalog:

    1. Verify the data in the /CCM/MASTER_CATALOG is correct and contains all expected contract data.

    2. Create a new procurement catalog for the purposes of maintaining  system usage.

    3. Assign the same schema to this procurement catalog as is contained  in the /CCM/MASTER_CATALOG

    4. Map content from the Master -> New Procurement catalog and when  complete verify that all data mapped correctly/completely.

    5. Initiate a new contract upload using your custom interface and verify the data flow between CAT_ECC_CONTRATOS -> /CCM/MASTER_CATALOG   -> {New Proc Cat}. Ensure the data is updated across all catalogs.

    6. Create any views or rules which are required (if they are not, best   to go without, they slow down publication also.)

    7. Once the data is verified, publish the catalog in Full, no update publish is possible here as it is the first publication.

    8. Once up and running, change the relevant SRM Catalog call structures to point to the new catalog ID.

  • 相关阅读:
    前端 -- html
    MySQL索引
    Python操作MySQL
    MySQL表操作进阶
    MySQL表操作基础
    Github使用教程
    Android开发面试题
    MYSQL学习记录
    Java开发从零到现在
    JavaWeb(JSP/Servlet/上传/下载/分页/MVC/三层架构/Ajax)
  • 原文地址:https://www.cnblogs.com/lazymango/p/1833896.html
Copyright © 2011-2022 走看看