如何在SAP WebClient UI里使用HANA Live report

简介: 如何在SAP WebClient UI里使用HANA Live report

(1) Log on WebUI with role ANALYTICSPRO.


image.png


create a new HANA live report:


image.png

report type choose “SHL”:


image.png


in popup window, you have to specify the following three attributes:


image.png


For field “SAP HANA Live Query”, You can choose from F4 value help:


image.png


In this example I just use standard HANA query delivered by SAP: OpportunityQuery.


(2) Do not be confused by the id “OpportunityService” in previous screenshot. It is just an identifier defined in SPRO, but not the technical ID for a given HANA query view.

The 5 entries of the value help come from the below customizing:


image.png


So the query ID I choose, “OpportunityService”, actually points to the HANA query OpportunityQuery.xsodata:


image.png


(3) Now you are asked to specify value for mandatory parameters of the HANA query you select from step2.


image.png


The three mandatory parameters are defined in HANA studio:


image.png


You can find the example OpportunityQuery via the path in System perspective in HANA studio: sap->hba->crm->Calculation Views.


image.png


define an attribute for report ( Attributes are the individual non-measurable analytical elements). Here I choose “Analysis Phase”.


image.png


Add measure ( Measures are measurable analytical elements ):


image.png


(4) Now the report can be rendered – all the data comes from HANA database retrieved by HANA query efficiently:


image.png


In Chrome development tool, you can observe how analytic data is retrieved by HANA query:


image.png


response:


image.png


And the response data is also displayed in the bottom part of report:


image.png


You can switch to different stype of graph via the “Select Chart Type” drop down list.

image.png



Note: The prerequisite of using this solution in CRM Webui is the following configuration must be done for SAP Web Dispatcher.


a. URLs with the path /sap/hba/apps/crmhlq are routed to the OData port for the SAP HANA Extended Application Services in the SAP HANA database, which contains the SAP HANA Live Content with the query views used.

b. URLs with the path /sap/opu/odata/sap/ are routed to the message server for the CRM system.


相关文章
|
1天前
|
开发者 数据处理 数据管理
SAP HANA 的不同类型
SAP HANA 的不同类型
39 9
SAP HANA 的不同类型
|
1天前
|
SQL 数据库 索引
关于 SAP ABAP REPOSRC 数据库表在 HANA 中的 DDL Definition
关于 SAP ABAP REPOSRC 数据库表在 HANA 中的 DDL Definition
24 1
关于 SAP ABAP REPOSRC 数据库表在 HANA 中的 DDL Definition
|
1天前
|
Linux 开发工具 开发者
关于 SAP HANA 开发那些事
关于 SAP HANA 开发那些事
26 0
|
1天前
|
数据库 存储 监控
什么是 SAP HANA 内存数据库 的 Delta Storage
什么是 SAP HANA 内存数据库 的 Delta Storage
21 0
什么是 SAP HANA 内存数据库 的 Delta Storage
|
1天前
|
数据库
什么是 SAP S/4HANA 的 Brown Field 迁移和 Green Field 迁移
什么是 SAP S/4HANA 的 Brown Field 迁移和 Green Field 迁移
7 1
|
1天前
|
Java BI API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
22 0
|
1天前
|
数据库 存储 安全
使用 SAP HANA Cloud 的一些优势
使用 SAP HANA Cloud 的一些优势
27 6
使用 SAP HANA Cloud 的一些优势
|
1天前
|
Linux 数据库连接 数据库
如何在 Linux 系统下使用 PHP 和 ODBC 连接 SAP HANA
如何在 Linux 系统下使用 PHP 和 ODBC 连接 SAP HANA
19 0
|
1天前
|
数据库
SAP S/4HANA 系统的底层基石 - 通过实际的例子,介绍 CDS View 入门级的概念试读版
SAP S/4HANA 系统的底层基石 - 通过实际的例子,介绍 CDS View 入门级的概念试读版
11 0
SAP S/4HANA 系统的底层基石 - 通过实际的例子,介绍 CDS View 入门级的概念试读版
|
1天前
|
数据库 SQL 应用服务中间件
SAP ABAP CDS View 和 HANA CDS View 相同点和不同点辨析
SAP ABAP CDS View 和 HANA CDS View 相同点和不同点辨析
24 0
SAP ABAP CDS View 和 HANA CDS View 相同点和不同点辨析

热门文章

最新文章