How is CRM order status modelling in HANA studio

简介: How is CRM order status modelling in HANA studio

All system status are queried from TJ02 table:


image.png

The description of status code is from TJ02T table:

image.png

And there is a view which joins the two views above in order to return both system status code and system status description.

image.png


Data preview looks like below:


image.png

However this SystemStatusValueHelp view is only used in one OData service below:

image.png


And there is no model for user status.

image.png


For Opportunity status related HANA model, since in the report, it will show the total number of Opportunities with the following status:

won

lost

hasError

Open

InProcess

Its modelling detail:


image.png

the logic for isWon:

image.png

Final data preview result below:

image.png


From here we get the conclusion that the cardinality of Opportunity UUID : SystemStatus code is: 1:N.

For example, an Opportunity can have the system status “hasError” and “In process” for the same time, as also introduced in this picture below.

image.png

相关文章
|
测试技术 BI
一个 CRM One Order Application log 的单元测试报表
一个 CRM One Order Application log 的单元测试报表
|
12月前
SAP CRM One Order Text customizing 的读取代码
SAP CRM One Order Text customizing 的读取代码
|
11月前
一个查看 SAP CRM One Order 运行时生成的应用日志(Application Log)的小工具
一个查看 SAP CRM One Order 运行时生成的应用日志(Application Log)的小工具
|
12月前
SAP CRM One Order 锁定模式用的是 Exclusive Lock
SAP CRM One Order 锁定模式用的是 Exclusive Lock
批量删除满足指定条件的 SAP CRM One Order 订单
批量删除满足指定条件的 SAP CRM One Order 订单
How is CRM order status modelling in HANA studio
How is CRM order status modelling in HANA studio
87 0
How is CRM order status modelling in HANA studio
SAP CRM Service Order(服务订单)的状态字段设计原理介绍
SAP CRM Service Order(服务订单)的状态字段设计原理介绍
SAP CRM Service Order(服务订单)的状态字段设计原理介绍
|
Go API
SAP CRM One Order函数CREATE_OW的设计原理
SAP CRM One Order函数CREATE_OW的设计原理
150 0
SAP CRM One Order函数CREATE_OW的设计原理
|
SQL API
SAP CRM One Order函数SAVE_EC的设计原理
SAP CRM One Order函数SAVE_EC的设计原理
137 0
SAP CRM One Order函数SAVE_EC的设计原理