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.

  • 相关阅读:
    mongoDB 索引
    mongoDB _id:ObjectId("xxxx")详解
    mongoDB: cursor not found on server
    mongoDB group命令详解
    Python 中,matplotlib绘图无法显示中文的问题
    python常用
    deepin下安装python的Tkinter库
    wireshark抓包常见提示含义解析
    TimeUnit
    Java回调机制解析
  • 原文地址:https://www.cnblogs.com/lazymango/p/1833896.html
Copyright © 2011-2022 走看看