How to Refresh a WAD Template

Hi...i have a WAD template wih 6 queries on it....i want to know how to refresh all the template ...or i have to refresh every query one by one...i try to put a command button but it appears inactive and i dont konw how to actiavte it...
Regards

Hi,
Please try with CMD: REFRESH_DATA. You can find this under 'Commands for Planning Application'.
Otherwise, you can take Action as : SCRIPT_FUNCTION and give "javascript:location.reload(true)" under Script Function.
Regards,
-Vj

Similar Messages

  • How to show a WAD template in Portal

    Hi ALL
    How can i show a WAD report (WAD template) in Portal. what are the steps need to followed.
    Like for Bex Application Iview we create it by using a Query String(combination of infocube name and Query name), like wise what should be done from Portal end to get a WAD template in to portal as Iview.
    Regards
    Vijay kumar

    Hi,
    Regarding your issue your template is not active.
    In the first place you need to check if the template is activated in the backend BW system. 
    After activated and launch it from the backend system. Once the BW template is
    active, kindly launch the template from the backend system, please try
    to launch the template in browser version as we can determine the URL
    being launched. If you're able to succesfully launch the template from
    the backend and still you're encountering an error while testing it from
    the iview. Then it should be a problem with the system object configured
    for the iview. There is a need to check if the system alias SAP_BW is
    properly configured to the destination BI content system.
    Please refer the note:
    1048857 - Activating the default Web templates
      In RS_TEMPLATE_MAINTAIN_70 you can choose the version of the
      template to be displayed ("A" per default).
      Please compare and attach the A- and D-version of 0ANALYSIS_PATTERN.
      If the activation from business content was successful, the versions
      are equal. I assume, that they are not equal.
      If they are different it means that the activation was not successful.
      Another indicator would be, that the activation only takes one or two
      seconds. Normally it takes several seconds (up to a few minutes).
      As mentioned in note 1048857 it might happen that the checkboxes, to
      mark the objects for activation, are not checked and therefore nothing
      is activated. For this case note 1070452 is mentioned, which is
      available  in english since today: If the checkboxes are not checked
      and you are unable to do that manually, please use the context menu
      on the object on top to select all objects below. The activate the
      objects again (  > how long does it take, A- and D- version are the
      same afterwards ?)
    It should resolved your issue.
    Thanks,
    Venkat

  • How to Create authorization WAD template for BW3.5?

    Hi All
    How To create Authorization for a Web template in Bw 3.5 ?
    I have a requirement to restrict a particular Web templated in bw 3.5 So that all the end users should not be able to access that template only a particular user should be allowed to view the template?
    I cant find any authorization object for the WAD template in bw 3.5 ?
    Can anyone tell me the procedure to include the WAD template authorization?
    Should i include the authorization template in the Menu - in pfcg??? . i have added the template in the Menu in the PFCG but still it didnt work.
    Thanks

    As you said, the authorizations for the WAD templates should be given in PFCG roles.
    But you have to include the access/authorization details in the authorization objects. WAD templates have been created with including info/multiprovider, info cubes right.. first you have to include these objects inside the Role in PFCG.
    S_RS_COMP,S_RS_COMP1,S_RS_MPRO,S_RS_ICUBE.
    just assigning WAD template in the menu of the roles is to display when you login with the userid.
    Please request your BASIS folks to do the same.
    Hope this would help you.

  • How to use one WAD template for all the available queries

    Hi,
    I have created a WAD template... Now we have close to 25 queries which will use that template for displaying their output at Portal...
    Is there any way that i don`t have to create multiple copies of my WAD template...
    I.e. all queries would call that same template through portal...

    Hi,
    The Bex report uses the Standard Template 0ANALYSIS_PATTERN while it is executed.
    So if your sure that the look and feel of all the Reports is going to remain same, you don't need to even attach all these Queries to Templates in WAD.
    When you execute the BEx query, it would pick up the standard template and run it in portal.
    But if you want to customize the Report Template:
    1) You can change this standard template 0ANALYSIS_PATTERN  and customize it according to ur requrement in WAD.
    2) Or you can create a copy of this standard template and change it as required. Then change the template in spro (transaction RSCUSTV27) to point to this Z template.
    Let me know if you need more details.
    Regards,
    Forum

  • How to show dynamic text in WAD-Template

    Dear BW-Community,
    We are von BW 3.5.
    can someone guide me, how to display a dynamic text (depends on the comparision between two entered variables) in a WAD-Template?
    example: if var1 = var2 then the text should be text1 otherwise text text2.
    Hope this is quite simple as it sounds.
    regards
    Jürgen

    Hi,
    I embedded my CSS code in a dynamic page. I use pl/sql to test if the user is public and print my urls for the menu accordingly. Something like:
    <oracle>
    Begin
    if portal.wwctx_api.get_user='PUBLIC' then
    htp.p('MenuPage Title');
    end if;
    End;
    </oracle>

  • How to delete the queries and WAD templates from the SAP BI

    HI,
         We had a task to delete the list of quires and WAD templates from the SAP BI landscape(development,quality and production servers)
    Please suggest the process to follow for removing the quires from the SAP BI landscape.

    Hi Venkata,
    I assume that the DEV-QA -PRD are in Sync with each other.
    When you are deleting a query from the DEV,it should ask for a NEW transport request.IF not it means it is collected in some other request ,may be in NA or in Junk request.So see to it that it is FIRST saved in your request and then using RSZDELETE T .Code you can delete it.When you transport the request to QA or to PRD ,the query automatically gets deleted from that landscape.
    Let me know if there are any issues.
    Rgds
    SVU123

  • How to make a New WAD template a default Template?

    Hello Guru's
    We have imported a WAD template into BI now we want to use it as a default template against the old one, can some bosy guide me through necessary settings to make this new wad template the default one, so that next time when user runs a report on web he has to see the new template against the old one.
    Thank You in Advance.

    Hi -
    You can change or setup default web-templates using t-code RSCUSTV27. Thanks!
    Regards
    Anesh B

  • How to add a URL link to a WAD template

    Hi,
    the requirement is to have a kind of button in a WAD template
    that opens a document in a new browser window.
    (The document actually contains an extensive help for the application.
    It shall be stored in the portal CM and we have the URL for that)
    Any suggestions fr a simple solution?
    P.S.
    - A single document might be an option as well, however than we would have to attach the document to an BW object and it seems not to open directly after the call
    - A button group item that starts a script item?

    Hello,
    Try this one as Web Template:
    START ###
    <bi:bisp  xmlns="http://www.w3.org/TR/REC-html40" xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page" >
        <html >
            <head >
                <title >BEx Web Application</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            </head>
            <body >
                <p >
                    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
    <!-- insert data providers, items and other template content here -->
                    Button with portal style:
                </p>
                <p >
                    <span class="urBtnRow" >
                        <a class="urBtnStd" id="BUTTON_DOCUMENTATION" title="Documentation" href="http://sap.com" target="_new">Documentation</a>
                    </span>
                </p>
                <p >Hyperlink:</p>
                <p >
                    <span class="urBtnRow" >
                        <a href="http://sap.com" >[Documentation]</a>
                    </span>
                </p>
            </body>
        </html>
    </bi:bisp>
    END ###
    Probably you have to look into source code of this page, because you have to copy the text directly into WAD.
    Search for ### START ###
    Regards, Karol
    SAP NetWeaver BI, Development

  • Print button on WAD template

    Hi,
    Presently we are in BW 3.5 version with support pack 22. We enhanced the html code based on ' How to ... Web printing with MS Excel' document. We imported the transport file which contains package and ABAP Classes.
    After click on the print button on Web report, it was giving the same result area in the same page instead of giving the excel open or save options.
    How to debug the enhanced html code in the WAD template? How to check the ABAP class('ZCL_RSR_XLS_HELP_WINDOW_PRINT') which i used in the
    code?
    Or is there any way to print the result area of Web report?
    Please help me.
    Thanks in advance.

    This question has been answered

  • 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 refresh XML file  from my client machine

    Hai All
    I have temp.XML and temp.XSL template in our server machine.
    when i give a print from client machine first time it gives the record,and next time it did not get refresh.Always it shows the previous records in the browser.But when i go into the server machine and click on temp.xml,it shows the current record(correct records)
    How to refresh XML file  from my client machine?
    Regards
    Dhina

    You never delete a Time Machine backup by dragging it to the Trash. You are supposed to use the TM application to manage the backups. What you will need to do now is to simply erase the drive using Disk Utility.

  • How to Refresh a Page once saved to database in ADF.

    Hi,
    I created a JSF page using project template as "JSF,ADF,business components".
    There is a List of values displayed in a dropdown list,
    User can create new value and once it is saved to the database it should reflect in the list of values.But it is not displaying in the LOV and it is happening only when i close that page and open a new one.
    Can u please tell me how to refresh a page without closing the current page once save button is clicked.
    Thank you,
    Harika.

    Mini wrote:
    Hi Hari,
    Yes i have a apex page redirects from the ebs menu like you said. But for the refresh issue instead of modifying in the jsp i thought of bringing the automatic refresh for that apex page once it is loaded within apex.
    However these type of issues are sometimes get fixed by clearing browser cache or just by restarting your browser. Have you tried it?Yes i have tried, by clearing the browser cache and also by restarting the browser then too it still persist.
    Any DA action will be helpful for refreshing that page for 1sec once it is loaded. Since i dont want it to be loaded multiple times often once it is loaded.
    The refresh has to be only once if the page is loaded.
    or is it possible to Refresh the page based on the application page item through DA
    Thanks
    Brgds,
    MiniTechnically Yes, you can create a D.A. that will fire only once based on some apex page item or application item value. However this is NOT the correct solution.
    <li> When you see apex page (after clicking menu in EBS), do you see apex url in browser address bar? Can you post the URL here?
    <li> If you directly log-in to APEX (not via EBS), do you still face this issue?
    Regards,
    Hari

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • Show date variable in WAD Template.

    HI,
    I want to be able to show the date variable in WAD template. To do this I used the info field web item. This web item  has the option to show variables which is great, but unfortunatly for me it also shows all the other variables I am using. I can not see anywhere where I can restrict it to only show the date variable.
    Does anyone know how I can do this or is it something I would have to do query side.
    Regards
    Forhad

    Hi Forhad,
    Yes you can show the date var alone, for this you would have to choose the specific date var under Data Binding -> List of Text Elements to display -> Text Element Type =  Variable Value, Variable = (select the date var from the available list).
    You may also turn off the Static Variables & Dynamic Variables if required.
    --Priya

  • Javascript to Execute a button or planning function onload of WAD template

    How do I call a javascript to execute a planning function or a button that has a planning function.
    I tried creating a script using script web item and wizard to execute a planning function.  The wizard generated a javascript function that has two parameters currentState, defaultCommandSequence
    I can call the function inside the body tag using OnLoad but what parameters do I need to pass for currentState and defaultCommandSequence.
    Is there any other way of doing.   Any help is greatly appreciated.
    Thanks

    Hi Ravi
    Whatever u hav done is correct. There is no need to transfer any values for the parameters
    currentState and defaultCommandSequence .
    They r automatically derived based upon the current state of ur WAD template and the sequence of commands that you executed till now..
    Try this.. its working fine in my project since long time.

Maybe you are looking for

  • Next-Generation Java 7 Plugin Performance on Windows 7 and IE 8

    Applet performance has historically been a black eye, to say the least, for Java Applets. Slow load times over today's networks are simply not tolerated by today's network standards. I'm currently supporting an Applet that is forced to move to the Ja

  • Fax and Print

    Hi , Can we setup the fax number / printer dynamically for bursting in BI Publisher? Regards, Saurabh

  • Make sure that deleted data cannot be recovered

    Hello. I would like to know whether iErase ensures that the deleted photos sms e.t.c are permanently deleted and cannot be recovered. I am asking you because I intend selling my iphone 4s and I want to be sure that my deleted data (sms, mails, photos

  • Urgent help/attention required

    hi i hav sysadmin user access and also i hav given system administrator responsibilty to few users, a little while ago somebody did something and after that i login as sysadmin but only find HRMS Manager responsisbility. screenshot http://i.imgur.com

  • REGARDING BOM CREATION

    At the time of BOM creation We choose copy from.After that which material ,which plant needs to be copied  how will we come to know about this?Do we need do to select all the items from the BOM of source material.After copying items of the source mat