SAP CRM BW Report的工作原理分析

简介: SAP CRM BW Report的工作原理分析

Keys->Content Assist, 默认是Shift + Tab:


image.png


Guys,

we don’t need to remember all possible values for a given annotation, just use Ctrl+space or your customized hot key to trigger auto completion, just as the same way you did in SAP GUI:


image.png


CRM Interactive (OLTP) Reporting: very old stuff started in 2006 with CRM 5.2.

With this approach, no separate SAP BI system was required for basic operational / transactional CRM reporting. Instead, the SAP NetWeaver stack that comes with SAP CRM could be used in order to run real-time operational CRM reports directly on the CRM implementation.


Prerequisites

You have set up a client for processing BI Content in SAP CRM. This can be the same client as the one that contains the data for report creation.

The data displayed in an interactive report depends on the user’s position within the organizational model. For example, the reports of a sales employee only contain data for opportunities for which he or she is responsible. However, a manager can see data for all opportunities for which the sales employees in the manager’s organizational unit are responsible.


Report Areas for Interactive Reports Based on SAP HANA VDM


How it works

When you make some related fields in CRM and save, FM CRM_UPLOAD_BW will be called:



image.png

check this structure: BAD_BUS_TRANSN_MESSAGE

and this FM: /1CRMGC/BUS_TRANS_MSG_BWA ( constant of site id defined there )

table SMOXSTAT: defintion for all data sources table SMOXRELP_S: definition of fields for datasource…

important mapper: CRM_BW_SERVPRO_H_MAP

This mapper is called before data is sent to BW.

image.png

Read

In read scenario, why destination is QDD?!



image.png

0CRM_SRV_PROCESS_H or /CRMBW/OLTP_SRV_ORDER?


image.png

outbound BW destination: table roosprmsf

tcode RSA2, DS name: 0CRM_SRV_PROCESS_H

image.png

Jerry founds two different kinds of Data source in tcode RSA5 !!

image.png


Jerry assumption: one of them is for BW report, and the other is for CRM Interactive Report

table for Interactive report destination: rslogsysdest

relationship between data source and query?


tcode RSRTQ, query name: /CRMBW/SVO_C01_Q0001:


image.png

How number of Open Service Order is modelled in BW report:

image.png


It works but how? Debug RSOA_DSOURCE_READ_REMOTE_DATA.


index table? CRMD_DHR_HSRVORD

Strange! the order created by report CRM_ORDER_CREATE_SRVO is not put into that table, but if I create order in WebUI, the corresponding entry is in that table. Why?

I made a lot of trace trying to figure out who has filled this buffer table under the hood for us?

I found an intresting tcode CRMD_FILL_CACHE 😃

and tcode for One order document mass creation: CRMD_1O_MC

Check customizing in CRM Analytics->Interactive Reporting->Cache management

2268061 - The table CRMD_DHR_ISRVORD is empty #SAPCRM


this report: CRM_REPORT_CACHE_STAT


note 2090500 - Transaction CRMD_FILL_CACHE not filling all entries into cache tables

The buffer tables are used only for interactive reporting and not by any other application. We need not fill the buffer tables explicitly with the data, The required data gets filled at run time as and when you execute the interactive reports. The buffer tables are supposed to have only the required data and not the whole data that is present in the document tables, then there will be no point for having seperate buffer tables , we can as well fetch it from document tables.

The maximum amount of entries for a cache table can be seen in the customizing table CRMC_Q1O_CACHE.


相关文章
|
5月前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
5月前
|
中间件
什么是 SAP CRM 系统里的 Initial Download
什么是 SAP CRM 系统里的 Initial Download
|
5月前
|
中间件
什么是 SAP CRM Initial Download
什么是 SAP CRM Initial Download
|
5月前
|
存储 数据管理 数据处理
SAP CRM 里 Attachment 搜索的实现逻辑介绍
SAP CRM 里 Attachment 搜索的实现逻辑介绍
|
5月前
|
存储 数据库 容器
深入介绍 SAP CRM 附件存储的底层实现机制
深入介绍 SAP CRM 附件存储的底层实现机制
|
1月前
|
人工智能 Oracle 搜索推荐
CRM系统哪家好?深入分析与选择指南
2024年,市场竞争激烈,选择合适的CRM系统对提升客户关系管理和销售效率至关重要。销售易CRM、纷享销客、Zoho CRM、HubSpot CRM、Microsoft Dynamics 365、Oracle CRM、SAP CRM、腾讯企点、客如云及金蝶云之家等系统凭借各自的功能特色与技术创新脱颖而出,为企业提供从销售自动化到数据分析的全方位解决方案,助力不同规模企业实现高效运营与数字化转型。
|
5月前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
|
4月前
|
数据采集 监控 搜索推荐
CRM报表在企业中的应用:分析工具与报告自动化
Zoho CRM报表汇总客户数据,以图表形式展示客户活动、销售、市场趋势,支持定制。报表功能包括数据分析、业绩评估、预测规划和监控调整。关键在于数据质量、报表定制、员工培训及持续优化。CRM报表帮助企业做决策,提升竞争力,是数字化转型的重要工具。
55 4
|
5月前
|
Web App开发 开发者 存储
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen