zoukankan      html  css  js  c++  java
  • SAP CRM WebClient UI交互式报表的Gross Value工作原理

    SAP CRM WebClient UI交互式报表(Interactive Report)的Gross Value工作原理



    the selection fields passed to backend for this report:

    what is difference between Gross value header and Gross value of Service Orders?



    Subject: RE: Some questions regarding CRM Interactive Report

    OLTP based on so called reporting area.
    Relation between Reporting Area and OneOrder Object type is 1:n.
    i.e. by service table CRMD_DHR_HSRVORD serves not only Service order also Service confirmation.

    difference

    (1) Gross Value Header: Gross Value of all Document headers selected in this report area.
    (2) Gross Value of Service Orders: Gross Value of all Service Order Headers.
    (Not read directly from Reporting Framework, but calculated in the OLTP extractor).

    Via debugging Jerry knows that the calculation of ** Gross Value of Service Orders" is calculated in this BAdI implementation:



    Accumulation for final report display is done here:

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

  • 相关阅读:
    as3 三行三列 布满9个为一个界面
    as3 判断鼠标移动方向
    求两点之间 的直线距离
    AS3 localToGlobal、globalToLocal方法的总结
    as3 TweenMax TweenLite方法
    禁止点击
    影片 发光 变色
    ASCII字符串互换
    关于C语言的书
    关于态度
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12433106.html
Copyright © 2011-2022 走看看