Which Role to execute a BEX Web Template iView

Hi All,
I have created a BEX Web Template iView. However, my test user does not have permission to see the the web template (error message is something like "User is missing credentials for system alias SAP_BW").
Does anybody know which role my user needs to merely show the web template?
Thanks, Johannes

Johannes,
For the system object, SAP_BW, open the permissions and add a everyone group and ensure you have the enduser checked & you should be good to go.
Cheers!
Sandeep Tudumu
Edited by: Sandeep Tudumu on Feb 2, 2010 4:07 PM

Similar Messages

  • BEx Web Template in NWBC

    I have create a NWBC role in PFCG with a menu item for a BEx web template with the URL <prt_protcl>://<prt_server>/<bi_launcher>?TEMPLATE=ZWAD_QMS_KPI. When i execute the BEx web template from the PFCG menu, everything works perfect. When I open the NWBC for HTML, the BEx web template menu item is not visible (All other menu items from PFCG appear in the PFCG menu).  I'm I missing something?
    My system is ECC 6.0 EHP5.

    Hi John,
    Note that only certain PFCG menu item types appear in NWBC, see the help doco for more info:
    http://help.sap.com/saphelp_nw74/helpdata/en/4c/5bdd2a97817511e10000000a42189b/content.htm
    What type did you use? You may need to just use the Web Address.
    Hth,
    Simon

  • Transformer exception while transforming BEx Web templates

    Hello,
    when opening the web application designer or calling a web template in the browser the error Transformer exception while transforming BEx Web templates occours. I found several hints in the forum like solving the problem with the SAP NetWeaver BI Diagnostics & SupportDesk Tool and several notes for this issue (like 937697). Unfortunately nothing works and the diagnostics tool says that everything is configured fine. The release is 701, SP4.
    Has someone suggestions where to start searching the error?
    Thanks a lot,
      Vanessa

    Hi Vanessa,
    Which JAVA patch are you using?
    Is it possible to download the latest patches and re-test the problem? You may find that the latest patch corrects the roblem
    Regards,
    Karen

  • How to Fix Table Header of Analysis Web Item in BEx Web Template

    Hi,
    I am using an Analysis Web Item to display line item report in BEx Web Template. Is there any way to fix the table header of the like in Excel for better navigation?
    Thanks in advance.
    Regards,
    Joon

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

  • Input for Java in the BEx Web Template Installer

    Hello,
    When you run the BEx Web Template Installer by choosing the "Complete BI PostInstallation" template and clicking Execute Template, you receive two input areas, one for ABAP and one for JAVA.  Do the input values for the JAVA section apply to the BI system or the Portal system?
    Thank you,
    Janice

    Hello,
    Yes, these seetings apply to the Business Intelligence Java Components (BI Java), but I am wondering if this is the means to connect to our Portal system or whether the Portal connection is done a different way? When I call transaction RSPLAN -
    > Hit on 'Start Modeler'. -->Log on to J2EE/PORTAL, I am directed to the "webdynpro" URL. I receive the following error message "The system is unable to interpret the SSO ticket received". We already have SSO configured between BI and the Enterprise Portal, so does it need to be configured for BI also and if so why?
    Regards,
    Janice

  • Reading SY-SYSID from BEX Web Template

    Hi Experts,
    Is there any way to read the SY-SYSID or SY-UNAME or any SYST Parameter with Javascript or Command URL in the BEX Web template?
    Thank you
    Arun Prasad

    Hi,
    SY-UNAME is part of the text elements (Parameter SYUSER).
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/4e9d39d44cd45ee10000000a11402f/frameset.htm
    For SY-SYSID you would need to use the table-interface to get this information to the frontent.
    Heike

  • BEx Web Template for Planning (IP)

    Is there a standard BEx Web Template I can use for my planning (IP) query or is the norm just to make my own?
    e.g. 0ANALYSIS_PATTERN_PLANNING etc.

    Hi Joel,
    SAP does not provide any planning specific web templates.
    you can create your own web templates.
    Hope this helps.
    -swati.

  • BEx Web Template (BTMP) and Web Template (TMPL)

    Hi,
    I found in BI7 Objects, there are BEx Web Template (BTMP) and Web Template (TMPL). what's the different between them? For the BEx Web Template (BTMP), i can find in Web Application designer.
    But for Web Template (TMPL), I cannot find them in Web Application designer. How can I edit them?
    for example, there is a standard Web Template (TMPL)  0tpli_0tct_mc01_q0111, where can I change it?
    Many Thanks
    Jonathan

    hello,
    TMPL is for 3.5 template and BTMP is for BI 7.0 templates. For opening 7.0 template you need to use BI 7.0 WAD not 3.5 WAD.
    you can open the standard template 0tpli_0tct_mc01_q0111 in WAD and then do save as to save it custom template.
    Then you can edit the custom template and make the changes.
    Make sure that the std. template is installed correctly.
    Regards,
    Dhanya

  • Variable Screen of Web Template iView

    Deployed Web Template iView to Portal. But when ever i click on the link of the web template iview in the navigation panel in portal. Variable screen comes up first which is mandatory. Is there some way in the web application designer that i fill up the mandatory variable screen with values through some ABAP table interface or by using text elements web item without letting variable selection screen show up initially in the portal.
    I cant make those variable values default by going in BEx because those varaibles are global variables and getting used in many queries.
    Any help will be appreciated.
    Thanks

    We've just implemented a NetWeaver 2004s system, and these hints may help you out:
    1. In the Web Application Designer, there is a property on the web template which determines whether the variable screen is displayed or not. Therefore, you could uncheck that checkbox, and the variable selection screen won't be shown.
    2. As to defaulting values in the selection screen ... we have used ABAP code to default values in variables. I think it was done in the start routine. The code we have implemented works, but then we present the variable selection screen to the user, so I can see that certain values (like date for example) are defaulted. I am not sure what happens if you default these values and then don't present the selection screen ... assume it would work for you though. Check on SDN and find out about pre-popup ABAP code for queries, I am sure you will be able to find something that helps you out.
    Cheers,
    Andrew

  • Error in BEx Web Application Iview in Portal

    Hello All,
    I am trying to access a query from the BI NW2004s (Ver 7.0)in EP 7.0 and i have created a BEx Web application Iview and have specified the proper Query/Template , but i am not able to preview the output on Iview and getting the following error in Iview
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: com.sap.ip.bi.web.portal.integration.launcher.
    Exception id: 05:52_11/10/06_0006_17835450
    See the details for the exception ID in the log file
    Further to add is that when i access the same BI application using the URL Iview, it's wokring absolutely fine. Can somebody identify the problem with the BEx Web Application Iview and suggest a suitable remedy for the same??.
    Thanks in advance.
    Regards,
    Sarabjeet.

    Hello,
    You can download these components from Service Market Place (service.sap.com/swdc) and:
    Download -> Support Packages and Patches -> Entry by Application Group -> "Support Packages and Patches" -> "SAP NetWeaver" -> "SAP NETWEAVER" -> "SAP NETWEAVER 2004S" -> "Entry by Component" -> "BI Java":
    BI BASE SERVICES 7.00
    BI WEB APPLICATIONS 7.00
    You have to download the SP that equals your APAP SP.
    Normally, these SCAs will be installed with installation of "BI Usage Type" of the J2EE engine.
    Regards, Karol Kalisz
    SAP BI Development

  • BEx broadcaster precalculation variable value shows BEx web analyser iview

    Hi Experts,
    I'm getting this very weird problem on BEx Broadcaster in BI production portal. In BEx Broadcaster, the general precalculation tab, variable value create /change link when clicked show BEx Web Analyser iview instead of variable entry screen.
    This was working fine until two days back when this problem started showing up.
    Users are not able to create new broadcast settings in the production environment nor able to change variables of existing setting which is casuing lot of problem.
    If anyone has faced this issue before please let me know how can this be resolved? Also it will be greatly appreciated if someone can explain how the link is calling the variable entry screen.
    Thanks & Regards,
    Seema Rane

    Hi Experts,
    Can anyone please guide?? We are facing this issue on Production portal and affecting the functaionality.
    Any inputs are appreciated.
    Regards,
    Seema Rane

  • BEx Web Application iView not found

    Hello,
    Any BEx Web Application iView that I create in the portal and try to run ends with an error. This is what I see on the trace file:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.sap.ip.bi.web.portal.integration.launcher
    Any ideas...?

    Hi Roy,
    I am having exactly the same exception "iview not found" on my consumer production portal. I transported these BEx iviews from consumer pre-prod to consumer prod. My user ID is configured on the backend BW system and still its not working.
    Can you please tell me what user credentials were configured on your backend system?. This is an urgent production issue, and I appreciate your earliest response.
    Here's my exception details:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.sap.ip.bi.web.portal.integration.launcher
    at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:434)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Thanks.

  • Web Template iViews

    Hi Guys,
    If anyone can tell me in detail what is the difference if publish BEx Web Application iView as iView then publish BEx Web Application iView as URL iView.
    Thanks
    Chin

    D Nore did you found the way to do it ?
    I still have the issue, whatever the place where I force the template, the queries on the portal does not use my specific template.
    I tried :
    pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bexwebanalyzer
    (this one was working before upgrade to netweaver stack 17).
    as well as
    pcd:portal_content/templates/iviews/sap_bw_report_iview
    and
    pcd:portal_content/templates/iviews/sap_bi7x_report_iview
    none works !
    If you have the tricks share it with us.

  • How to assign a Bex Web template to a role?

    Hi Guys,
    How to assign a web template to a role? I have created a role from PFCG but i dont see this role when i open the Bex Web application designer to assign the role using the menu option
    choose Web Template --> Publish --> In Role.
    what needs to be done to make the role available under the above menu?

    HI,
    look into this....
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/8483a350b130f3e10000000a11466f/frameset.htm
    Thanks

  • How to recall variable screen in Bex web template 3.5 ?

    When I execute a BW web report and I want to recall the variable screen in order to modify a variable , how to ....
    Also how to export to excel ? is it possible to export table + graph ?
    Indeed in query designer , when you execute the query, you see icons to do these task. But when you execute the web template, you don't have automaticaly the icons' bar.....
    How to display this bar ?
    Thanks 4 your help

    Hi Michael,
    In the web template properties there should be a tick box called 'display variable', the web template will now show the variable entry screen.
    You can create a commad with the command wizard which will allow you to export to excel or show graph and table.
    Thanks,
    Nick.

Maybe you are looking for

  • How do I use Airport and Uverse?

    I've got a Mac Mini connected to the internet via Uverse and on board airport.  I also just connected an iPad to the same Uverse router.  I have an unused Airport Extreme that I bought before I found out I couldn't use it with the printers I had then

  • How do you change the axis of an object?

    I'm trying to make a rotating image on the corner of my screen, but the only axis it rotates around (trying to do an x axis rotation) seems to be in the corner of the image. Can i change it so it rotates around the middle? Thanks

  • Tag;   Could you explain how it works?

    Let?s say, I have dozen of elements (floating point numbers) in a 1-D array. I am planning to do mathematical manipulation and sort it later. However, I have to keep track of where all the elements have placed. I wish to add tag to each element in th

  • Signing applets: Classnotfoundexception

    Hi everyone, I've created a web application that contains an applet as well. In that applet ,the user should be given the opportunity to open and save files from and to a directory on his own computer. I've read alot of things about signing applets t

  • Trouble printing markups

    I need to be able to draw trim lines around art in PDFs.I discovered that I could easily draw a box around them in Acrobat with the Markup tool, but then, the box won't print. How do I get it to print? I'm using Acrobat 9 Pro, on Windows 7 Thanks in