惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
月光博客
月光博客
云风的 BLOG
云风的 BLOG
T
The Blog of Author Tim Ferriss
博客园_首页
GbyAI
GbyAI
The Cloudflare Blog
博客园 - 叶小钗
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
博客园 - 三生石上(FineUI控件)
量子位
博客园 - Franky
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
InfoQ
Google DeepMind News
Google DeepMind News
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
J
Java Code Geeks
腾讯CDC
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
Vulnerabilities – Threatpost
S
Schneier on Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
L
Lohrmann on Cybersecurity
S
Securelist
F
Full Disclosure
Cisco Talos Blog
Cisco Talos Blog
小众软件
小众软件
The GitHub Blog
The GitHub Blog

博客园 - Raymond Zhang

案例分享:电信行业零售业务CRM架构 客户关系管理及客户服务简介(译) How-to: disable the web-security-check in Chrome for Mac 基于HANA Cloud的SAP Mobility Platform正式发布 Automate debugging using ABAP debugger scripts Some notes about CRM Roles Concept in Web UI Fixing the SAPOSS RFC connection via Secure Storage Migration How-to: Move the items in local to specific packages Some basic skills (2) - Configure the printer for your SAP systems A trouble shooting case - Background job ZABC failed Gateway Notes (1) SAP Netweaver Gateway Add-on for Backend System Installation Some basic skills (1) - Change the background image after logon Why is “GUID” used in SAP CRM? SPM (Service Parts Management) Inter-Company STO - CRM Billing issue Enhancement on SAP CRM Web UI page toolbar How to estimate the active condition records in a CRM system (1) How-to: Set up the delta upload for Vendor Master Data from CRM to ERP Introduction of new feature ‘Tag Cloud’ with SAP CRM 7.0 Ehp 1
How to estimate the active condition records in a CRM system (2)
Raymond Zhang · 2011-07-13 · via 博客园 - Raymond Zhang

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