How to separate the Webi executing duration

Dear experts,
I'm running a webi report connected to backend BW via universe. Any idea on how to separate the webi executing duration into BO side part, BW side part?
Thanks,

Hi Hong ,
*The overall runtime can be split into 5 different parts (Database, OLAP, MDX, RFC and
WebIntelligence) .
*We have to gather the statistics in the SAP BW system. Use transaction SE16 (Data Browser)
and go to table RSDDSTAT_OLAP
*Enter User name and UTIME and calendar date object name (Bex query)
*Press the execute button and you will get the table with all the statistics in SAP BW. Now, you
have to separate the backend runtimes into database, OLAP and MDX runtime.
*Gathering the Database Runtime
Click on the header of the column “EVENTID” to mark the whole column. Set a filter by pressing
and select the between range from 9000 to 9011.
*Gathering the OLAP Runtime
Click on the header of the column “EVENTID” to mark the whole column. Set a filter by pressing
and select the between range from 2500 to 4999.
*Gathering MDX runtime
Click on the header of the column “EVENTID” to mark the whole column. Set a filter by pressing
and select the between range from 40000 to 40036.
*Gathering the Single Statistical Records STAD
To get the memory consumption, Remote Function Calls (RFC) and the details about all the BAPIs
called during report execution, we need to enter transaction STAD in SAP BW.
When starting STAD, set a filter on the connection user for the Universe and select the appropriate
start time and the length of the interval to be investigated (according to the total runtime of the report).
This will return a set of RFC calls to the backend. Normally, the major runtime influencing part can be
easily determined by the column “Response time (ms).
Subtract all this times from Webi report refresh time , we get time taken at BO end.

Similar Messages

  • How to create the web template

    Hi BW Experts,
       how to create the web template.....!
       I just want to know what is the use of Web template. i want to display the report
    in WEB-UI screen ( sap-crm 7.0 portal ) can any one help me please how to proceed ...!
    Thanks
    shahina..!

    Hiu2026
    Steps to follow to create WAD in WEB Template in 3.5 or 7.0 u2026u2026..
    Go to All programs and select your web application designer
    Select the button to create a new page in WAD
    Select the chart and place in the layout
    Next goto Data provider Target and select your query
    Give your report name in the given data provider screen
    Select your query in History/find/Favourites/Infoareas button
    Select your query in this screen and click OPEN
    Now we can see the data provider is assigned to the chart.
    To edit the chart you have to right click on the chart
    After right click on it we will find another screen where we can edit all the settings
    In this screen we can find NEXT click button to change our settings
    In this screen we can state the tasks (Title, units, values, range)
    In this screen we can change our background /validity/color
    In this screen we can add values to the chart
    In this screen we can add validity/positions/order/axis types to the chart
    In this screen we can change the global settings/and overview of the chart.
    This screen shows that we have customized the chart successfully
    After successful creation of the chart we have to save the chart
    Save your chart in your favorites by giving the description and technical name in the given block.
    Now execute your WAD by selecting the execute button
    The BEx Web Application Designer is a desktop application for creating Web applications with BW-specific contents. Using the BEx Web Application Designer, you can create an HTML page that contains contents such as various tables, charts or maps. This HTML page (Web application) provides the basis for not only Web applications with complex interaction, but also for Web cockpits and iViews.
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/content.htm
    Web Application Designer for Beginners
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    Web Application Solutions: A Designer's Guide
    http://www.lukew.com/resources/webapplicationsolutions.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-solution-manager/bw-web-application-designer-1955944
    Feautures of WAD in 7.0
    http://help.sap.com/saphelp_nw70/helpdata/en/88/4d354277dcb26be10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6

  • How to get the current executing file/itself absolute directory?

    hellooo,
              gentlemen/lady, how to get the current executing file/itself absolute directory?
              thanks
              

              Hello,
              you can get the real path information of the JSP through the servlet context:
              http://java.sun.com/products/servlet/2.2/javadoc/index.html
              javax.servlet
              Interface ServletContext
              Method getRealPath
              Christian Plenagl
              Developer Relations Engineer
              BEA Support
              [email protected] (alex mok) wrote:
              >hellooo,
              >
              >gentlemen/lady, how to get the current executing file/itself absolute
              >directory?
              >
              >thanks
              

  • How to change the output executable file name(a.prj:(output)--- b.exe)

    LabWindows / CVI: how to change the output executable file name
                For example, I have an A project a.prj, I do not want to compile the output file is a.exe, but b.exe.
    I will try to save as a.prj b.prj, a.cws save as b.cws
    eg:a.prj  ---->(output)--->b.exe
    Solved!
    Go to Solution.

    You can go to Build >> Target Settings menu item, select Release (or Release 64) in the Configuration filed and set the name of the executable to create in Application FIle field, withouyt need to change the prj or cws filename.
    See the complete description of available options here.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to Customize the Web item " Text Elements"in WAD

    Hi All,
    Can any one let me know how to customize the web item TEXT ELEMENTS. When we place the web item Text element in the web template, it displays the query details and the info provider details.
    I question is I do not want to list all the list that is displayed in the text elements. I want to see only part of the list....can any one whether this is possible or not..if possible how...?
    Thanks in Advance,
    Hash

    yes you need to specify the variable name
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value="BORDER"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
            <b> <param name="ELEMENT_TYPE_1" value="VARIABLE"/>
             <param name="ELEMENT_NAME_1" value="0H_CCTR"/></b>         ITEM:            TEXTELEMENTS_1
    </object>
    Regards
    Raja

  • How to config the web.xml file, when I use Richfaces + RI 1.2?

    Hi there:
    I want to use Richfaces + RI 1.2 to build a project. I don`t know how to config the web.xml file.
    By the way, my web server is Tomcat 6.0, my JDK's version is 6u6. I don`t want to use the facelets.
    thanks.
    lxm

    just add this before *</web-app>*
    <context-param>
           <param-name>org.richfaces.SKIN</param-name>
           <param-value>blueSky</param-value>
      </context-param>
      <filter>
           <display-name>RichFaces Filter</display-name>
           <filter-name>richfaces</filter-name>
           <filter-class>org.ajax4jsf.Filter</filter-class>
      </filter>
      <filter-mapping>
           <filter-name>richfaces</filter-name>
           <servlet-name>Faces Servlet</servlet-name>
           <dispatcher>REQUEST</dispatcher>
           <dispatcher>FORWARD</dispatcher>
           <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>

  • How to change the web server??

    How to change the web server in the details of the mobile application component in the MI webconsole??

    hello irene,
    had your tried checking on the "Use IP instead of host
    name" checkbox?
    to edit your registered application info, go to
    "Upload Mobile Component" tab and click on the Edit icon
    on the left part of the record list which corresponds to
    the application you had just uploaded.
    your application is uploaded to the same host as your
    web console application is running on. if you like to
    point it to a different server where you have your
    archive accessible, you have to change your mcd
    deployment attributes on your middleware. try the ff:
    1)run tcode: mi_mcd
    2)click on Create Mobile Component
    3)Enter Mobile Solution Name and Version
    4)Click on Display MCD
    5)Select Deployment Tab
    6)Click on Edit
    7)Change the values of WEBSERVER and WEBPATH location eg.
      if your archive is located at
      http://myotherserver:80/archive/myapplication.war
      your entry will be:
      WEBSERVER: http://myotherserver:80
      WEBPATH: /archive/myapplication.war
    where you myotherserver is the name of your http host
    server and myapplication.war is the name of your archive.
    the archive directory is just a virtual directory where
    your application archive is.
    you might need to change the port number depending on
    your http server port.
    regards
    jo

  • How to change the clip's duration under imovie 10.0.3?

    How to change the clip's duration under imovie 10.0.3?

    This is a new feature introduced in 10.0.3 which works fine for me.  The old way was to select Modify - Fast Forward.  You can only select certain speed ratios but a slider should appear near the top of the clip which allows finer speed adjustment.  have you tried this?
    Geoff.

  • Is there any step-by-step tutorial on how to program the web content viewer to resize

    II'm working on my portfolio site and have couple of DPS projects that I want to post in there and need to know how to modify the web content viewer to adjust for different screen size. Than you.

    If you are using an embedded web viewer, this developer network article provides some information on how to resize it:
    Resizing the Embedded Web Viewer | Adobe Developer Connection
    Thanks,
    Brian

  • How to find the last executed date of any program?

    <<Frequently asked questions. So search>>
    How to find the last executed date of any program?
    is there any system variable or function module?
    Edited by: Matt on Oct 5, 2010 12:48 PM

    check the transaction STAD.
    Prabhudas

  • How to separate the music by tracks language

    I appreciate if someone tells me how to separate the music on my iPod by tracks language, example: English, Spanish, etc. I only find classification by Genere, not by language, Thanks

    I cannot thank you enough!
    you have saved me much frustration.
    thanks for taking the time to answer and have a great day!!

  • How to Separate the Instances?

    Hi All,
    Please let me know  How to separate the instance (CI & DB in one Cluster and DI in Failover )
    Thanks in Advance,
    Jayakumar C

    Hi ,
      Can you please explain the present scenario. Is your SAP running in clusture? do u have 2 seperate boxes for Primary and Failover and now you want to run all services in primary and you want your FO to act as a DI?

  • How to embed the WEBI report as portlet

    I am a fresh man of WEBI.
    I want to know how to embed the WEBI report to a web page as the portlet (like weblogic portal).
    I have used the OpenDocument URL to do it, but the report have a tool bar on the top, status bar on the bottom and a prompt area on left. So what i want to know is how to integrate the report itself on my portal (no tool bar, no status bar and no prompt area). Is there any way to control the display of these different area?
    thnaks!

    Normally there is not way to deactivate the statusbar and the toolbar. What you can do is to try to capture the HTML stream using javascript and filter out the toolbar components. This can be quite complicated though since the html structure of the report is quite complicated (multiple iFrame layers). And there is no garantee that this structure will remain inchanged in the next fix pack or service pack.
    A rather simpe solution could be to "cover" the toolbar with an additional  opaque frame.
    Regards
    Stratos

  • How to deploy the web.xml file when trying to use the JSP SDK from SAP?

    I want to use the adduser.jsp which downloaded form SAP SDK samples to add user in BO, but I cannot run it sucessfully. I believe it's caused the web.xml file was not deployed appropriately.
    could you please teach how to deploy the web.xml file for the JSP samples ?
    Could you show me some sample of web.xml for the SDK jsp files? Thank you very much!

    Ensure that you have followed below directory structure while deploying your web application.
       web_application_name
          WEB-INF
             lib
             classes
    web.xml must be placed in WEB-INF. Ensure that you have included all the jar files and other necessary files in your application.
    For more information refer to the below link:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Regards,
    Anuj

  • How much of the Web?

    How much of the Web can I browse with Apple TV? Apple's webpage says that the unit accesses Netflix, YouTube, MobileMe, and Flickr. But there are many more websites with video than just those four. Can I surf the Web with Apple TV?

    No, not as designed to be used at this point.
    Brian.

Maybe you are looking for