zoukankan      html  css  js  c++  java
  • How to estimate the active condition records in a CRM system (2)

    Okay, let’s continue…

    Via the technical name of table fields in the customizing (SPRO), we could easily get the tables for each mapping parts I mentioned in the first part of this blog.

    image

    Table storing mapping between sales area, document pricing procedure and customer pricing procedure and the pricing procedure: table CRMC_PRCPROC_DET and CRMC_CPRICPROC in view CRMV_PRCPROC_DET. Useful fields: CLIENT, SALES_ORG, DIS_CHANNEL, DIVISION, DOC_PRIC_PROC, CUST_PRIC_PROC and PRICING_PROCEDUR.

    Table storing pricing procedure data: PRCC_COND_PP (integrated in view PRCV_CONDSCHEMED) , Useful fields: KAPPL (application: CRM), KALSM (Pricing procedure, same type as PRICING_PROCEDUR) and KSCHL (Pricing - Condition Type)

    Table storing condition type and the related access sequences: /SAPCND/T685 and PRCC_COND_CT (in view PRCV_CONDTYPE), Useful fields: KSCHL (Pricing – condition type), KAPPL, KDZGF (Access Sequence, only exists in /SAPCND/T685)

    Table storing access sequences and mapped accesses: /SAPCND/T682I (in view /SAPCND/V1_T682I). Useful fields: KOZGF (Access Seq.), KAPPL and KOTABNR (Condition table)

    The mapping of condition table keyword and full name could be found in table /SAPCND/T681. Useful fields: KAPPL, KVEWE (Condition Technique), KOTABNR (Keyword) and KOTAB (Condition table name).

    Then it should not be a big job to write a report to get and calculate the final estimated condition record tables will be actively used in the system.

    Or you just go through the above tables in SE16 and manually get the final results.

    (end)

    Raymond Zhang
    If you want to discuss with me about any idea, please contact me at raymond.zhang@sap.com

  • 相关阅读:
    phpcms V9 MVC模式 与 URL访问解析
    PHPCMS V9 框架代码分析(入口程序)
    批处理命令——for
    批处理命令——set
    批处理命令——if
    AndroidStudio简单的apk混淆
    CKEditor与CKFinder学习--CKFinder源代码改动自己定义上传文件名称
    LeetCode_Path Sum
    Java 并发:内置锁 Synchronized
    做游戏长知识------基于行为树与状态机的游戏AI(一)
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/2105448.html
Copyright © 2011-2022 走看看