zoukankan      html  css  js  c++  java
  • 如何在SAP Fiori应用里消费SAP HANA Query view

    In CRM Fiori there is one standard application called Customer report, where you can consume the HANA query view modeled in HANA studio, taking one example below:

    This blogs shows the step by step how to consume a given HANA query view in CRM Fiori.

    (1) log on Fiori with user which is assigned with PFCG roles /UI2/SAP_KPIMOD_TCR_S and /UI2/SAP_KPIFRW5_TCR_S.
    You can get more detail from sap help.

    You should see the following tiles after log on.

    [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-13A7dHXr-1596945487247)(https://upload-images.jianshu.io/upload_images/2085791-d1574a5f287b0548.png?imageMogr2/auto-orient/strip|imageView2/2/w/1240)]

    (2) Create a new KPI:

    Maintain KPI id and Title:

    [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-gLTZLJNh-1596945487254)(https://upload-images.jianshu.io/upload_images/2085791-33ce6118f02f6581.png?imageMogr2/auto-orient/strip|imageView2/2/w/1240)]

    in the Data source area, I just use the standard HANA view OpportunityQueryOData delivered by SAP. Click Save and Activate.

    (3) The KPI itself could not directly be consumed by Fiori launchpad. Instead only an evaluation belonging to a given KPI could be consumed. Go back to Fiori launchpad and go to tile “KPI Workspace”. Find the KPI just created in step2 and create an evaluation based on it. ( Current Evaluation: 0 )


    And for evaluation, we need to specify four mandatory parameters:

    You may ask where does the definition of these four parameters come from, actually they are just defined in the underlying HANA view in HANA studio, as mandatory.

    Click Save and Activate, after that you should see your evaluation.

    (4) Open your evaluation just created in previous step, click “Configure Tile”:

    Click “Add Tile”:

    Specify the following Semantic Object and Action, so that in the runtime when this tile is clicked in Launchpad, the SAP standard Fiori application “Customer Report” will be opened, which acts as the container to display the HANA Query view configured in the KPI.

    (5) Last step is to configure the tile created in step 4 to make it visible in Launchpad.
    By default all KPI tiles created based on a given evaluation will appear in catalog “SAP : KPIs”:

    Now it is ready for test. Open launchpad the the measure you specified in KPI in step 2 will automatically be calculated by smart business framework. In the roundtrip you can really observe the four parameter you specify on evaluation you have done in step 3.

    The calculation result is displayed in tile as expected:

    If you click the tile, all CRM WebUI reports created based on the HANA odata serviceOpportunityQuery would be displayed in the left part list. By selecting one of them you can navigate to report drill-down detail page.

    For how to create CRM WebUI reports based on a given HANA view, please refer to this blog: Step by Step to create HANA live report in Webclient UI.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    python字符串连接方式(转)
    Python顺序与range和random
    将EXCEL中的列拼接成SQL insert插入语句
    Python OS模块
    Python3.5连接Mysql
    Mysql查看连接端口及版本
    Mysqldb连接Mysql数据库(转)
    Python 文件I/O (转)
    Python 日期和时间(转)
    Python序列的方法(转)
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13625618.html
Copyright © 2011-2022 走看看