Web Report - ABAP Vs JAVA engine - ABAP 10 times faster than JAVA

Guys,
I want to share what we found in our project and see if any of you have insights
into our findings.We are on NW2004S SP14 and we are moving to SP15 in a couple of weeks.We created query, developed WAD for it and executing the WAD takes for this query takes 22 secs (Vs 2 secs using ABAP) the query output has 1 million records and most of the actions we take from that point on like right click on account takes 20 secs (Vs 0 secs/instant using ABAP) , drilldown to level 4 of account hierarchy takes 58 secs (Vs 5 secs using ABAP), drilldown on cost center level 6 takes 42 secs (Vs 4 secs using ABAP), , right click on cost center takes 32 secs (Vs 3 secs using ABAP), ..etc.
Basically every action we take in the JAVA report takes an average of  28 secs.There are 9 aggregates built on the cube that are barely hit by this query but the same query performing same actions with same selections hit the aggregates many many times.The questions I have is why is ABAP so fast compared to JAVA ? What is true explanation behind this behavior ? What are the dis-advantages by using ABAP engine ? Users are loving the performance and features of ABAP while they weren't really on board with the original JAVA report (as it was slow). ABAP is sure enough 10 times faster than JAVA. Query/Query Properties are exactly the same in ABAP and JAVA.Please explain.
Cheers
RT

Hi All,
Thanks to all you for your responses. I appreciate your time for going through my questions and coming forward to express your views.
However, I was looking for more specific "factual" answers. My question is "What does a client miss if they opt to install only ABAP based BI 7.0, as against JAVA Based BI 7.0"
thanks again.
Naga

Similar Messages

  • Any WebI reports / graphs for job chain performance over time?

    I am trying to get reports over time that contain job and job chain information such as job chain, job description, elapsed time, job status, etc to allow for trend reporting against the job schedules.  Thanks for any help.  I would have thought that there was some basic reporting that could execute and be saved for reporting and reference.

    Hi Robert,
    For WebI/Graph report, you need to create the Dashboard but it will not give details which you required. It will be created on basis over day, time and dialer. You can find the option there for Graph/Techno etc.
    If you want to create the report, please refer to below thread:
    Re: Question on Reporting
    CPS Report with Schedule and Job Parameter Information
    Regards,
    Abhishek Singh

  • Adobe form to save data using Web Dynpro ABAP

    Hi. I am pretty new to SAP world and trying to learn and work on a task given to me relate to
    creating Adobe offline form using Web Dynpro ABAP same time.
    I have several questions and hopefully, many gurus like you will provide answers.
    I noticed there are many examples creating and using Adobe interactive forms (though not many newer version),
    but I didn't see (at least I didn't find any) any detail example on saving data to an internal table (such as fixed assets, vendor master, etc)
    using interactive form. Is there any detail explanation/example on this?
    I have ask this question in another forum (before I found this forum) but didnu2019t get the answer yet.
    2. When I tried to see graphic layout and modify the layout from Web Dynpro, I can't see the graphic layout.
    All I see is text list of fields/buttons that I created, but can't see section for graphic layout where I can modify layout.
    I am sure I didn't install/configure something correctly.
    Anyone has any idea what I didn't do?
    I have another question, but I will wait till later after I figure out above ones first.
    Thanks for all your help in advance.
    John

    Hi John,
    In the WD4A view, there is a button "Show/Hide Layout Preview".
    Click on that button to be able to see the Layout.
    Note that this button is next to the Pretty Print button.
    regards,
    Reema.

  • WebI Report is taking too long time to opening

    Hi All,
    When iam trying to open the WebI report in Infoview , it is taking long time to open and refresh,
    Please suggest me a solution.
    Thanks in advance..
    Regards,
    Mahesh

    Hi,
    As the issue you are facing is that the webi report is taking too long to open and refresh, I would recommend the below steps.
    1. Check whether the webi report is set to "Refreh on Open" if yes probably you need to uncheck, save the report and open it again.
    2. Try to run the same query in the backend database and see if it returns the data.
    3. Try to run refresh the report for a smaller data selection.
    4. make the report run on a specific webi server, and when refreshing have your BOBJ admin monitor that process to see if the process is going in a hung state, using High memory etc.
    5. restart webi process and run again
    Thanks,
    aKs

  • Disabling Cache for a webi report

    Hello,
    We have BO 4.1 SP1 system. We have a webi report based on bw- bex. That bex is connected to a table in R3 that momentarily updates itself. So, we are supposed have a report connected to live data. (bex query cache is already disabled on bw)
    The problem is, by the data changes, the webi report fails to catch the new data in time. The bex query it is connected, almost momentarily updates itself, however, webi does not. The goal is to make the webi report's result data to match the bex query result as the table in R3 updates.
    To achieve that, we created a server group in CMC, named it "no-cache" and put some cloned servers with supposed no cache holding properties. (The screenshot of the servers are attached.) We scheduled the webi report in every 5 minutes, allowing only the no cache servers to be used. However, it is still reported that the webi report does not match the bex from time to time.
    Am I missing some server cache configuration? Or is a real-time data webi report not possible?
    Thank you

    Also, the third screen shot for the server properties is as below.
    Thank you again.

  • Change the colour of a cell text depending on the value Web Reports (NW04s)

    Hi all,
    does anyone know how to change the color of the text of a cell depending on its value on Web Reports? For example red text for values smaller than zero and blue for values bigger than zero?
    I know you can create exceptions, but that changes the background color of the cell and not the text color
    I have tried modifying the theme but the property "negative text" doesn't related to cell values.
    Thanks
    C
    PD: Point will be awarded!
    Message was edited by:
            Carles Prunera

    This function changes all numeric fields to blue if no css style is set.
    [code]
    function turnblue(){
      var cells =document.getElementsByTagName('a');
      for ( i=0; i<cells.length; i++){
        if ( cells<i>.className == '' ){
          var changeColor = checknumber(cells<i>.innerHTML);
    // additional condition on value
          if (changeColor) {
            cells<i>.style.color = '#0000FF'
    function checknumber(cNumber){
      var x= cNumber
      var anum=/(\d+$)|(\d\.\d$)/
      if (anum.test(x))
        testresult=true
      else{
        testresult=false
    return (testresult)
    [/code]
    hope it helps

  • Runtime error in Webi Report

    Dear All,
    I have a Webi Report, it is taking too much of time in data retrieval and finally resulting in the following Run time Error:
    Microsoft Visual C++ Run time Library
    Run time Error!
    Program: C\Program Files\Business Objects\....
    The application has requested the Run time to terminate in an unusual way.
    Please contact the application's support team for more information.
    Please help in this.
    In this report I am using Division, Year and Calendar day at the Query Filter level with Operators "InList" for Division and Year and "Less than or Equal to" for Calendar Day.
    Regards,
    Arun

    Hi,
    this is a known issue. Please check these corrective notes:
    1494404 - Using Webi query filters based on dates using "Greater than" and "Less than" does not work properly when based on SAP BEx.  
    1467239 - Date prompts produce incorrect result with 'Between', 'Greater than or Equal' or 'Less than or Equal' filter operators when a Webintelligence report is based on OLAP universe  
    1614245 - Prompts on date ranges return values outside the given range in Web Intelligence reports based on a SAP BW data source. 
    Regards,
    H

  • List of Web Reports & corresponding Roles

    Hi,
    I'm looking for some table or something which can provide me the list of all Web Reports and corresponding Roles to which they are assigned.
    Does anybody know how to find it?
    Regards,
    Vikrant.

    Hi Danny,
    I certainly can get the information from Metadata Repository, but the problem is we have close to 350 web reports. It would take lot of time to determine role for each.. one by one.
    Regards,
    Vikrant.

  • How to connect Already created WebI reports with Xcelsius Dashboards

    HI Experts,
    My requirement it to bring data from already in use WebI reports to a consolidated Dashboard. I am aware of connecting universe with Dashboard with the help of QaaWS.
    Is there is any other way that we can connect our dashboard?
    We are thinking to publish those dashboards on the SAP Enterprise BI Portal.
    Thanks in advance!!!
    Edited by: BIBO_Apprentice on Aug 13, 2011 7:40 AM

    Hi,
    One can connect WebI reports with Xcelsius dashboards in 3 ways:
    1. Using QaaWS : connects universe with Dashboard. Dashboard uses the WSDL link to get data that works on SOAP (that works on exchanging web structures).
    2. Using Live Office Connection: With the help of Live Office one can connect the WebI reports directly. One can take advantage of the scheduled instances of the WebI reports. So it is good for time consuming reports.
    3. Using BI Web Services: Here custom web services are created of intended report instances. Publication is done from CMS side.
    after that WSDL is used as any other web services.
    Get back if you need any further clarification.

  • Running reports in CMC is Slow (the first time)

    when we first log into CMC - the report takes 10 minutes or more to run.
    when you run it subsequent times - it takes less than 15 seconds...
    what could be causing this unbearable delay the first time?
    I've seen some people say that you should build a blank report that users can run first - that is not a solution....
    Has anyone had a similar experience?

    Check the same query on DB, notice how much it takes to run.
    What might be happening here is, first time when it ran, that may be normal time it takes to run the report. After that, WEBI processing server (assuming you are running WEBI report) keep it in cache, so next time when it runs for the same data, it takes it from the cache, instead of querying the DB again. That is the reason, you see the results quickly.

  • Web Dynpro ABAP - Java stack required?

    Hey everyone,
    We are currently planning an upgrade to ECC 6.0 and Netweaver 2004s. A source of debate during this planning has been whether or not to install the Java stack in our upgraded system.
    I'm an ABAP developer, so I'm really looking forward to using Web Dynpro ABAP. Does anyone know if the Java stack is required to effectively use Web Dynpro ABAP? It seems like the two should be independent...but I just want to be sure.
    Thanks in advance!!
    Chad

    No, you do not need the java stack to run WDA applications.  It runs purely on the ABAP stack.  You can develop your WDA app in SE80 and run it.  It will run in a browser from the ABAP stack.  If you have a portal, then you know that this runs on the java stack.  Also, your portal is probably not running on the same box as your backend ERP system.  If you running a portal, I would suggest installing both the java stack as well as the ABAP stack for you portal to run on.  Then you will be able to use WDA to create applications to run in your portal.
    So to sum up,  the portal runs on the java side, if you have both stacks running under your portal you can development WDA and WDJ applications, which both can run on that same engine.  To answer you question, you DON'T need the java stack to develop and run your WDA application, but if you want it to run in a portal, then you need a java stack to run the portal on top of.  This can be a completly separate box and a standalone java stack.   Did I confuse you even more?
    REgards,
    Rich Heilman

  • Rules Engine using Web Dynpro ABAP

    Hi,
    Can we build a Rules Engine which works with Web Dynpro-ABAP?  Something similar to BRM in CE-7.2.
    Thanks,
    Prasanna

    Do you mean BRM or BRF.  BRF is the name of the business rules framework that is integrated in the ABAP engine. BRM is Business Rules Management and a part of NetWeaver CE - running on the Java Stack and a part of SAP NetWeaver BPM (Business Process Management).
    Generally if your work is all ABAP based you would use BRF.  Here is a small eLearning that shows the usage of BRF within Web Dynpro ABAP.
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/c0181bb1-28e7-2c10-538c-a093c616310e

  • Web Dynpro ABAP == Web Dynpro Java

    Hi Gurus,
    I've written a Web Dynpro Abap Application to maintain CRM Opportunities, working with Transaction-ID and everything (read&write) works fine.
    Now, I'd like to write the same Application in Web Dynpro Java.
    I'm quite new in WDJ and thus would like to have some good Howtos & Guides (using the NWDI, CMS, CBS & DTR on a remote J2EE Engine) - e.g. how do I get information out of FMs I used in Abap, like CRM_ORDERADM_H_READ_OB when writing code in Java?
    Thanks in Advice,
    Farid
    (help will always be rewarded)

    Hi,
    I've deleted the model, restarted the j2ee engine, created a new model in a new package, importet Z_R_CRM_ORDER_SAVE an get the following message:
    [code]
    [Warning]:     Creating a connection with Metamodel language <en> failed.  Continuing with language <DE>
    [Fatal]:     com.sap.mw.jco.JCO$Exception: Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx
    [Info]:     Creating Model: MyNewModel
    [Info]:     Creating Model Class: Z_R_Crm_Order_Save_Input
    [Info]:     Creating Model Class: Z_R_Crm_Order_Save_Output
    [Info]:     Creating Model Class Property: Cv_Log_Handle
    [Info]:     Creating Model Class Property: Cv_Log_Handle
    [Info]:     Creating Model Class: Crmt_Exception
    [Info]:     Creating Model Class: Balmsghndl
    [Info]:     Creating Model Relation: Crmt_Exception:Msg_Handle
    [Info]:     Creating Model Class Property: Log_Handle
    [Info]:     Creating Model Class Property: Msgnumber
    [Info]:     Creating Model Relation: Z_R_Crm_Order_Save_Output:Et_Exception
    [Info]:     Creating Model Class Property: Guid
    [Info]:     Creating Model Class Property: _Class
    [Info]:     Creating Model Class Property: Code
    [Fatal]:     java.lang.ClassCastException: com.sap.dictionary.types.mdi2metamodel.model.SimpleType
    [Info]:     Creating Model Class: Crmt_Return_Objects_Struc
    [Info]:     Creating Model Relation: Z_R_Crm_Order_Save_Output:Et_Saved_Objects
    [Info]:     Creating Model Class Property: Guid
    [Info]:     Creating Model Class Property: Object_Id
    [Fatal]:     java.lang.ClassCastException: com.sap.dictionary.types.mdi2metamodel.model.SimpleType
    [Info]:     Creating Model Class Property: Iv_No_Bdoc_Send
    [Info]:     Creating Model Class Property: Iv_Save_Frame_Log
    [Info]:     Creating Model Class Property: Iv_Update_Task_Local
    [Info]:     Creating Model Relation: Z_R_Crm_Order_Save_Input:Output:Z_R_Crm_Order_Save_Output
    [/code]
    and same problem as discribed above (no IT_OBJECTS_TO_SAVE etc.), even after restarting the j2ee engine a second time after importing.

  • How to configure SSO for web dynpro ABAP (not web dynpro Java)

    Hi Experts,
        I am testing SSO in IDES for web dynpro ABAP (Not for web dynpro Java / not for portal). When I am entering url of web dynpro application in web browser like internet explorer, then it should ask for user id and password first time, after login whenever user would access that url, it must not ask for user ID and password (url would be access web browser in mobile). For this I select to configure single sign-on for web dynpro ABAP. I have done below works:
    1). I have created a web dynpro application having url: http://susws076.sap.swk:<port>/sap/bc/webdynpro/sap/zadb_hello_world2
    2). I run TCode SICF and access service node to "Zadb_hello_world2". Double click on it, hit change. pressed "logon data" tab, select "Alternative logon
         procedure"
       Then deleted all logon procedure other than "SSO Authentication" and saved.
    3). Go to "STRUST" and create certificate, choosed "Environment==> Logon Ticket" fill the required parameters and execute. It is OK (no red traffic
         signal).
    4). Execute TCode "RZ10" to change profile parameter, insert new parameter (indicated by red arrow)
    After all this settings I opened a browser enter above URL and hit enter but there is an error
    There is no login page. It directly showed this error page. No cookies is saving.
    Can anyone tell me what all the settings/configuration other than this I have to do. And is there any wrong setting done by me?
    How to set the for single sign-on?
    Thanks in Advance
    Regards
    Piyush

    Hi Piyush,
    Pls refer below links,
    Single Sign On with ABAP WebDynpro
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/5e/6c85c3edf942f39349a1e337434d29/content.htm
    Regards
    K.N

  • How can I call a java object from Web dynpro ABAP application?

    I made Web dynpro ABAP application and posted it to SAP EP.
    For certain business purpose, we need to call external 3rd party java object using 3rd party's java api in Web dynpro application.
    Is there anybody who experienced this kind of java interface issue?
    I know Web dynpro Java environment can fully support this kind of requirement. but regarding Web dynpro ABAP, I couldn't find any clue for this.
    Any comment or suggestion would be greatly appreciated.
    Thanks,
    Raymond, ABAP Consultant

    if you have jco configured, then you can make calls to java api from ABAP .
    check out this weblog.
    /people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection
    Raja

Maybe you are looking for

  • Finder crashes when trying to open disc mounted from disc image

    I downloaded a disc image of an application I need to install (Verizon Access Manager).  Image downloads fine and when I double click it, it mounts the applicaiton disc.  But if I try to open the application disc, it crashes the Finder. I checked bot

  • Need to Access VoiceOver Menu + Other KB Shortcut

    I'll try to be brief: I need to restore my keyboard shortcuts to Default; Shift + T no longer types a capital "T", just nothing. In the VoiceOver menu I set Shift + t to read text. Now I cannot bring back the VoiceOver "floating" menu. Apple's docume

  • How to i get itunes to see what songs are on my phone?

    I deleted some of my songs off of my phone to make some memory room. I plug my phone into my computer to get the songs i deleted back on to my phone. When i try to sync it, itunes sees that all the songs i deleted are still on my phone. So itunes thi

  • Regarding text in textbox

    my text box name is p_out. how to read the text entered in text box. and save it.please let me know if any one has idea

  • CJS-00091 Unable to create the tablespaces

    Hi while installing database instance in ecc5.0 i am aslo getting the same error. ERROR 2006-12-11 15:11:42 CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | S