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.

  • 相关阅读:
    SQL Server UPDATE JOIN
    visual studio 使用正则表达式实现代码批量查找和替换
    AngularJs
    Entity Framework Power Tools 执行数据库反向工程时报错....
    SVN-无法查看log,提示Want to go offline,时间显示1970问题
    windows server安装dotnet-sdk-2.2.108-win-x64.exe时报dll找不到
    いいい
    あああ
    datatable 行列转换
    .net生成随机验证码图片
  • 原文地址:https://www.cnblogs.com/lazymango/p/1833896.html
Copyright © 2011-2022 走看看