Difference Between BEx Web and Web Intelligence

Hi,
Could someone help me understand why someone would want to choose SAP BW BEx Web over Web Intelligence (apart from license issues)?
Web Inteligence is a very strong tool from a UI point of view and has can do most of the functions that SAP BW BEx Web can. WebI allows users to actually create your own reports.
A couple of drawbacks with WebI
-  I can see is that Web Intelligence does not handle SAP BW hiearchies very well (i.e. they are not shown in a hierachical manner).
- WebI holds the data within the report which can mean long run times. BEx Web only brings back data for fields that are shown in the report
I have heard people saying that BEx Web is an OLAP tool and WebI is not. How does this make a difference?
Thanks

Hi,
take a look here:
http://www.sdn.sap.com//irj/scn/index?rid=/library/uuid/d00ae0a1-8086-2d10-118c-f35b8e604bc4
BEx is an OLAP Tool and Web Intelligence for sure not - means that Web Intelligence is not designed for multi-dimensional concepts.
Ingo

Similar Messages

  • What is difference between Site template and web template

    What is difference between Site template and web template

    Both are almost same, are you referring to Site Definitions vs web template?, if so, refer to the following post
    http://blogs.msdn.com/b/vesku/archive/2011/07/22/site-definitions-vs-web-templates.aspx. 
    --Cheers

  • RE:difference between application server and web application server

    hi,
         i am a fresher to SAP.please tell me the difference between application server and web application server so that my doubt will be clarified.

    Hi,
    the SAP Web Application Server is the reliable, open standard-based application server from SAP. It supports both J2EE and ABAP, and serves as the underlying infrastructure for all new and upcoming SAP solutions, like SAP R/3 Enterprise, SAP Portal, SAP Exchange Infrastructure, and all other SAP components.
    The SAP Web Application Server is not a new product, it is the natural evolution of proven SAP application server technology formerly known as SAP Basis. It provides the platform to develop, execute, and operate Web applications and Web services as well as traditional SAP GUI based applications
    if it helpful rewards points are appreciated

  • What is difference between bex analyser and bex browser

    what is difference between bex analyser and bex browser . please explain what are use of both and what we do in both.

    hi
    Bex Browser
    The Business Explorer Browser (BEx Browser) makes it possible for you to access all document types of the Business Information Warehouse that are assigned to your role or that you have stored in your favorites. You can select and open documents assigned to you in the BEx Browser or store and manage new documents in the BEx Browser.
    Document types that you can work with in the BEx Browser are:
    · BW workbooks
    · Documents that are stored in the Business Document Service (BDS)
    · Links (references to file system, shortcuts)
    · Links to internet sites (URLs)
    · SAP transaction calls.
    · Web applications and Web templates
    · Crystal Reports
    Bex Analyser
    The Business Explorer Analyzer (BEx Analyzer) is the analysis and reporting tool of the Business Explorer that is embedded in Microsoft Excel.
    Features
    You can call up the BEx Query Designer in the BEx Analyzer, in order to define queries. Subsequently, you can analyze the selected InfoProvider data by navigation to the query created in the Query Designer and create different query views of the data. You can add the different query views for a query or for different queries to a work book and save them there. You can save the workbook in your favorites or in your role on the BW Server. You can also save the workbook locally on your computer.
    Beyond that, you can precalculate the workbook and distribute it by e-mail to recipeients or you can export it to the Enterprise Portal and make it accessible to other employees in the company.
    You can start queries in a standard view (with a Standard Web Template set up in Customizing) in the Web browser and forward the URL or continue to navigate on the Web. Similarly, you can export the Web query to MS Excel 2000.
    Overview of the Functional Area of the BEx Analyzer:
    ·        BEx toolbar
    You access the functions of the BEx Analyzer from the BEx toolbar, which takes you to the BEx Open dialog box where you can open existing queries, or to the BEx Query Designer where you can create new queries or change existing queries.
    ·        Evaluating Query Data
    The BEx Analyzer offers convenient functions for evaluating and presenting InfoProvider data interactively. In the BEx Analyzer, you can add queries to workbooks, navigate within them and refresh the data. You can also process the queries further in Microsoft Excel or display them in the Web browser in a default view.
    Navigation of a query allows you, for example, to filter characteristics on a single value, drilldown on all values for a characteristic, regroup characteristics and key figures in the rows and columns of the results area, or hide key figures. Navigation results in different views of the InfoProvider data. In addition, a range of further functions is available which allow you to edit a query interactively (for example, sorting, cumulated output, among others). In addition, you can use the editing functions in Microsoft Excel in order to set up individual format templates, to print results areas, or to create graphics.
    ·        Queries in Workbooks
    Queries are inserted into workbooks so you can display them. When you insert a query, a link is made between the cell areas of the worksheet and the data of the InfoProvider upon which the query is based. A link therefore exists between the Business Explorer and the Business Information Warehouse Server (BW Server).
    When inserting a query into the workbook, a VBA routine is automatically generated in the workbook. You can also connect the Business Explorer with your own VBA programs (Visual Basic for Applications).
    You can create workbook templates, into which you can insert your queries. Workbook templates can contain pre-determined items for the area of the query, formatting settings, logos, VBA macros, and so on.
    ·        Precalculating workbooks
    You can precalculate and distribute workbooks with the BEx Broadcaster, which is a Web application you get to form the BEx toolbar. The system generates MS Excel workbooks with historical data. You determine the time for precalculation yourself: You can have workbooks precalculated at a predefined time or they can be precalculated whenever data in the underlying InfoProvider changes. You can have the precalculated workbooks sent by e-mail or you can export them into the Enterprise Portal, where you can make them available to employees within your company.
    Activities
    To start the BEx Analyzer, choose Start ® Programs ® SAP Front-end Business Information Warehouse ® SAP Business Explorer Analyzer.
    You can also access the BEx Analyzer via SAP Easy Access ® SAP Business Information Warehouse ® SAP Menu ® Business Explorer ® Analyzer or in the Business Explorer Browser using the Business Explorer Analyzer symbol in the menu bar.
    Hope this will solve your issu
    nagarjuna

  • Difference between site.allowunsafeupdates and web.allowunsafeupdates

    What is the difference between web.allowunsafeupdates and site.allowunsafeupdates? I have seen that for some cases both are used and in other cases only web.allowunsafeupdates are used..Please tell me the exact difference ASAP.

    Yes.But see i tried this code also..working..
     string filePath = string.Empty;
                if (SPContext.Current != null && SPContext.Current.Web != null)
                    SPUser currentUserName = SPContext.Current.Web.CurrentUser;
                    SPSecurity.RunWithElevatedPrivileges(delegate
                                                                 using (SPSite spSite = new SPSite(GetRootSiteCollectionUrl()))
                                                                    // spSite.AllowUnsafeUpdates = true;
                                                                     using (SPWeb spWeb = spSite.OpenWeb())
                                                                         spWeb.AllowUnsafeUpdates
    = true;
                                                                         SPFolder list
    = spWeb.GetFolder(spWeb.Url + AppConstants.ListUrl.ELC_MASS_USER_UPLOAD);
                                                                         SPFile document
    = list.Files.Add(Guid.NewGuid().ToString() + bulkUserUploadDto.Name, bulkUserUploadDto.DocumentUploadedFileData, true);
                                                                         SPListItem listItem
    = document.Item;
                                                                         SPFieldUrlValue
    fieldUrl = new SPFieldUrlValue
                                  Description = bulkUserUploadDto.WebTitle,
                                  Url = bulkUserUploadDto.WebUrl
                                                                         listItem[AppConstants.Fields.AddUserToGroup.WEB_URL]
    = fieldUrl;
                                                                         listItem[AppConstants.Fields.TITLE]
    = bulkUserUploadDto.Name;
                                                                         listItem[AppConstants.Fields.AddUserToGroup.IS_REMOVE_EXISTING_USER]
    = bulkUserUploadDto.IsRemoveExistingUser;
                                                                         listItem[AppConstants.Fields.AddUserToGroup.GROUP_TYPE]
    = bulkUserUploadDto.DepartmentGroupType;
                                                                         listItem[AppConstants.Fields.AddUserToGroup.STATUS]
    = AppEnums.JobStatus.New;
                                                                         listItem[AppConstants.Fields.AddUserToGroup.SITE_URL]
    = bulkUserUploadDto.WebUrl;
                                                                         SPUser user =
    spWeb.SiteUsers[currentUserName.LoginName];
                                                                         listItem[AppConstants.Fields.AddUserToGroup.UploadedBy]
    = user;
                                                                         listItem.Update();
                                                                         filePath = document.Url;
                                                                         spWeb.AllowUnsafeUpdates
    = false;
                                                                        // spSite.AllowUnsafeUpdates
    = false;
                return filePath;
    Here i didnt use SPcontext and still it works without that.. :(
    Ankur garg

  • Differences between ITS based and web dynpro based ESS

    Hi all,
    What are the main differences between ( in functionality ) for ITS based and web dynpro based ESS.
    I know a few
    Underlying technology
    ITS ESS had inbox concept, where as web dynpro based ESS/MSS has UWL concept for approvals.
    The time statemment in ITS uses smart form while we can use Adobe document services for time statement in ESS 2004.
    Funcitonality
    There was not collective time approvals option In ITS ESS ( not even in ESS 2004 ) but ther is a collective time apporvals in ESS 2004s
    Am not pretty mich intrested in look and feel,  or the overview page concept but any additional functionality and a shift in the technology used.
    Please add.
    regards
    Sam
    Message was edited by:
            sameer chilama
    Message was edited by:
            sameer chilama
    Message was edited by:
            sameer chilama

    answered

  • Pros and Cons between BEx client and Web access

    Dear all,
    I am quite new to BI 7.0 and have some question about frontend tools.
    I am looking for a comparison material describing pros and cons of BEx client application and Web access in BI 7.0.
    There are many tools in BEx suite and I am a bit confused about what fuctionality each tool has or what to consider to choose the right tool.
    Thanks a lot in advance and appreciate any input.
    Regards,
    Kazuya

    Hello,
    Shortly speaking there are 4 tools and you need at least 2 of them:
    1. Query Designer: you need it always as this is a tool for defining queries
    2. Web Application Designer: you need it if you want create web reports
    3. Report Designer: only if you want create formatted reports in web
    4. BEx Analyzer: if you want to run queries in Excel (Analyzer is an add-in)
    Help on BEx:
    [http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm]
    -> BI Suite: Business Explorer
    Regards, Karol

  • Difference between BLOCK DATA and WEB ACCESS BLOCK?

    Currently my account shows I have both BLOCK DATA and WEB ACCESS BLOCK in place. I did this a couple of years to prevent data charges. Works perfectly. Now I'm trying to upgrade one of my lines to a Kin Onem because of the WiFi option and when I add the phone to my shopping cart and go to the Select Features & Services Page I see a message at the bottom that says: Features We Needed To Remove (Because they're incompatible with your phones or plan) - Block Web Access.
    It looks like I don't have a choice when ordering the phone, but what exactly will removing the Web Access block do? Maybe I have to turn it off anyway to use the WiFi anyway right? I just don't want to incur any data charges.
    Someone please help. Thank you!

    "Data block" actually blocks your phone's ability to connect to the 3g data network. What this means is your phone can't create an internet connection on a cellular network. Web Access block specifically blocks the browser/mobile web on your phone from making a connection. Unblocking mobile web will not cause your phone to be able to connect to the cellular data network (resulting in 1.99/mb charges), but will allow the browser on the kin to connect while you're using wifi.

  • Difference between Bex Analyzer and Bex WAD

    Hi Every one,
    I am pretty new to SAP, and working on SAP BW Front end.
    I am pretty aware of Bex Analyzer and also Browser, but i always have a doubt about Bex WAD.
    In my present job i talk to the users and take the requirments and create queries in the Bex analyzer which i am comfortable doing it.
    I also know all the features of Analyzer and created quries and also published it on web, and also created workbooks and inserting multiple quries in the workbook etc etc..
    However i have zero knowledge on WAD and how it is useful to me, and as if now i haven't got any requirment from the client for me to create any report in WAD or do some thing in WAD.
    I have gone through SAP SDN help etc but i am not understanding it at all.
    So can any one explain me in a laymans terms what WAD is and how it will be useful to me?
    and also if possible send me link which has got PDF screen shots of what WAD is?
    Points is for sure.
    Regards,
    Ram

    Raj,
    Thanks for the reply, but i still did not get the understanding about WAD. i have studied the link which you sent me.
    I am still not able to understand how it is helpful for people like me,
    See i create my report in Query designer, and i can execute the query in Analyser. and if i want i can execute it in the Web from my query designer, and also i can create chart on the web if i want.And i can Broadcaste it in the Web.
    and also if i want i can create it in the workbook and create chart in that work book.
    Then what is the point of Web Application Designer (WAD).
    See i have created the Query in Designer in Development say Sales report Query on the infoprovider for SD, now what should i do with it in WAD.
    How can i get it in WAD, i went to start> all Programs>Bex> WAD and i logged in to development and a sereen opend. And from here what i can do, i mean how can i open my created query in WAD?
    As you guys know i am new to SAP itself, but i dont see any advantage about WAD, i read all the articals and there i found that i can create Web Items, HTML etc etc, but i already have HTML, when i execute my query from the Designer i get it in Web Browser...
    See my question is simple, i have a query which i have created in the Query Designer, now how can i get it to WAD and after getting it what can i do with it??
    If any one has a screen shots of there pls send me.
    And Sanjeev has sent me a PDF which i saw earlear and i done the same in my WAD but i am not about to get it to work.
    I have given the points to every one but still what i need i did not get yet.
    Regards,
    Ram

  • Difference between BEx tansport and normal transport

    Dear Experts,
    Could someone please explain the difference between normal transport truck button and the truck with 'BEx' as label.
    Please let me know the context where these will be using
    Kind regards
    Shanthi

    If you press the help button this appears:
    <b>Transporting BEx Objects</b>
      BEx objects (queries and workbooks) are transported differently in BI to
      other objects. When you maintain these objects, you do not get a dialog
      box asking you to create a transport request. Instead, an administrator
      has to generate requests for these objects in the Data Warehousing
      Workbench (function area Transport Connection).
    <b>Standard BEx Transport Requests</b>
      All BEx objects that have been transported already and have therefore
      been assigned to a package, are written to a standard BEx request
      whenever they are changed. This request is set by the administrator. All
      changes are written to this request regardless of the current user.
      When this request is released, the administrator needs to create a new
      BEx request immediately. If there is no request stored as a BEx request,
      you are not able to process queries or workbooks.
    <b>BEx Transport Requests for Single Packages</b>
    In some cases, one request is not big enough for all the BEx objects.
    This can be the case, for example, if you want to transport objects from
    a development system into various different productive systems.
    If this happens, you can create BEx request for each package. The BEx
    objects are distributed among the different requests according to their
    package. The package specifies among other things the transport target
    of an object, and this means that you are able to use this process to
    put BEx objects that you want to transport to different transport
    targets into different requests.
    If you do not create a special request for the package of an object, the
    object is written to the standard BEx transport request.
    Remember to create a new request as soon as one request is released.
    Hope it helps.
    BR
    Stefan

  • What is the difference between Bex transportation and Normal Transportation

    Hi experts,
    I have doubt with Transporting queries , in this I've used the normal transport (truck icon) rather than Bex Transport. I would like to know which is the preferable one and what is the main difference between them.
    Suggest me if I can go for normal Transportation rather than Ibex transport, as I've  not tried Bex transportation before.
    Give me some valuable inputs please.......
    Regards
    Kumar

    Hi Kumar,
    We have a Bex transport because we may make changes in the query very often and these changes will be automatically taken care by Bex transports.
    Generally this is how it goes.
    You will capture the queries by creating a transport request and immediately you will create a Bex transport request and  you have to assign the previously created transport request number to this Bex transport request, so that everytime you make changes to the query will be taken care by the Bex transport.
    You can even create a Bex transport request individually.
    Hope this tip may be useful.
    Assign points if you find useful
    Thanks
    Regards
    Sam Mathew

  • Difference between apps server and web server...?

    hi,
    i would be grateful if anybody could list out around ten difference b/w web server and apps server,,,,,as i have presntation today afternoon...also i m not finding so many differances...anywayz ...lemme know if u know...
    Thanks in Advance.....
    nav

    Can it be that you are a little bit arrogant ?
    Why you don't simply use that little text field on the left side of this page or use a search engine ?
    One example:
    http://www.javaworld.com/javaqa/2002-08/01-qa-0823-appvswebserver_p.html

  • Netflix.ca catalog differences between Apple TV and Web

    If I access my Netflix.ca account via my new Apple TV, I get completely different catalog items than when I access it via my iPhone or laptop. I am using the same account name and password, same location, same wifi connection at my home in Vancouver, BC.
    One example: I can watch Leverage using my iPhone and laptop, but it's unavailable via my Apple TV.
    Netflix guy, could you please weigh in on this?

    Thanks Vazandrew. The problem was with Netflix -- their database had my IP Address identified as being in Dallas instead of Vancouver and therefore when I logged on via Apple TV or home wifi I was seeing the US catalog, not the Canadian one.

  • What are the differences between application server and webserver

    pls give the differences between application server and web server with examples

    Google.
    Example
    http://www.google.ca/search?hl=en&q=Do+your+own+damn+searching&meta=

  • Difference between a Search and a Retrieve web service?

    Anyone has any idea what's the difference between a Search and Retrieve web-services generated by the 7.1 WS Generator? It seems like you can use both to retrieve any kind of result definition and search by any field.
    I don't mind really, just curious if I'm missing something.
    Alon

    Googling led me to this:
    Authentication:
    Portal: You log-in to the site. Provides you with information based on who you are.
    e.g. mail.yahoo.com
    Website: No log-in.
    e.g. www.yahoo.com
    Personalization:     
    Portal: Limited, focused content. Eliminates the need to visit many different sites.
    e.g. you type in your user name and password and see your yahoo mail only.
    Website: Extensive, unfocused content written to accommodate anonymous users needs.
    Customization :
    Portal: You will select and organize the materials you want to access. Organized with the materials you want to access.
    Website: Searchable, but not customizable. All content is there for every visitor.
    e.g. you can navigate to yahoo mail, yahoo shopping, geo cities, yahoo group. If you wish to use any of these services you will either have to authenticate yourself and see things personalized to you or you can simply visit sections that are for everyone like yahoo news were if you are not signed in then the default sign in is guest.

  • (261680070) Q WWO-13 What are the difference between WLS6.1 and WLS7.0 web services?

    Q<WWO-13> What are the difference between WLS6.1 and WLS7.0 web services?
    A<WWO-13> The differences are huge, so different in fact that 6.1 web services cannot
    be deployed in 7.0. WLS7.0 and Workshop have much greater functionality than the
    limited stateless session (RPC-style) and JMS destination (MSG-style) approach of
    6.1. Workshop web services can interact with any type of EJB, any JMS destination
    as well as other web services and directly accessing databases. The framework for
    building the web service is better and more adaptable and Workshop provides a fully
    integrated develop, deploy, test and debug environment. Additionally, WLS7.0 have
    the capacity to be much better at performance since due to XML parser enhancements
    and the addition of XML maps.

    If you want to take existing WLS6.1 web services and convert them to WLS7.0 you can
    do so quite easily. The WLS7.0 Ant still supports wsgen so you do not need to even
    change your build.xml file. The generated web service however will be implemented
    is a manner compliant with the WLS7.0 environment. More details are at:
    http://e-docs.bea.com/wls/docs70/webServices/anttasks.html#1070576
    "Adam FitzGerald" <[email protected]> wrote:
    >
    Q<WWO-13> What are the difference between WLS6.1 and WLS7.0 web services?
    A<WWO-13> The differences are huge, so different in fact that 6.1 web services
    cannot
    be deployed in 7.0. WLS7.0 and Workshop have much greater functionality
    than the
    limited stateless session (RPC-style) and JMS destination (MSG-style) approach
    of
    6.1. Workshop web services can interact with any type of EJB, any JMS destination
    as well as other web services and directly accessing databases. The framework
    for
    building the web service is better and more adaptable and Workshop provides
    a fully
    integrated develop, deploy, test and debug environment. Additionally, WLS7.0
    have
    the capacity to be much better at performance since due to XML parser enhancements
    and the addition of XML maps.

Maybe you are looking for

  • A better way to manage Notes?

    We are a small team in collaboration on a book-length manuscript.My editors are inserting hundred of Notes into the document that I must cycle through and resolve each one. But I find the Note icon soooo tiny. When I'm at full page I can barely see t

  • How to get back the standard document file on my dock

    I accidentally moved the standard document file off my Dock and it "puffed" away. I found all the documents in the finder and got them to my desktop in one file, but when I tried to put it back on the Dock, it also remained on my desktop. When I thre

  • Change existing stock items from Non-Batch to Batch Management Method

    Hi, Any prerequisites before changing the existing stock items from Non-Batch to Batch Management method which have On hand stock qty? Please advise. Thanks & Regards, Priscilla

  • HT1338 lost final cut pro 7 serial number

    My FCP 7 keeps on asking me about my serial number. I've thrown that box a long time ago. How can I retrieve the serial number? Also, I don't want to move on to FCP x. Such a horrible interface and system. I want my FCP 7 back please. Is there a plac

  • ME23N : simple layout

    Hi, in ME23N i want to add a column in the header of the PO, so i click in the button "Configuration" (in the right) but i can't add it instead that i remove the check from the column wanted. Please how to add this column ? I hopr ur help regards