Hiding buttons on stadard web template

Hi
We are working on BW 3.5 version
Client does not want to see 'Information broadcast' and 'CSV Download' buttons in the SAP standard web template (0ADHOC) output.
How do i make these two buttons invisible? 
Note: I have very limited knowledge of HTML

This can be done by commenting the code in HTML

Similar Messages

  • I need help adding an additional button to a web template

    Hello,
    I am trying to add an aditional button to a web template I inherited.  I am not a web person just trying to fill a gap at the company.
    If you look at my test server www.pondviewtech.com I want to add another button above the request demo one.  I have tried a bunch of things:  making the button smaller, adding a similar line to my index file as the same button, deleting the "Welcome to" text.  The best I could get was this www.pondviewtech.com/buttontest.html .  I have attached my buttontest.html file.  I couldn't figure out how to paste a few lines of code in this page.
    I didn't create the template so if it is a mess don't worry about my feelings.
    Thanks for any help or suggestions.

    Change this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    to this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="yourlink.htm"><img src="yourbutton.png" width="266" height="56" border="0" align="right" /></a></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    Be aware that my suggestion here is NOT valid XHTML, but since you are not a web developer, and the 'invalid' markup that I have suggested will not affect the rendering or operation of the page, I decided to keep it simple for you.  In my suggestion, "yourlink.html" refers to the page to which you want this button to link, and "yourbutton.png" refers to the filename of the button image (obviously you'd want to change this to correspond to the filename and extension of the image you have created).

  • Opening a URL from a button within a Web Template

    Hi All,
    I have a requirement to provide report specific help from within a standard web template. Assuming that I had a list of help URLs for each report and an intermediary way to redirect to those URL based upon a unique id such as the reports technical name, is it possible to create a generic button from within a web template that would dynamically create a URL based on the reports technical name? I.e., http://www.example.com/page.html?ZGTRPTNME
    To date I have only used the Action "Command via Command Wizard" from within the parameters of the button Web Item. However, I did notice that a Script Function was provided. Has any used this functionality and is it possible to create a URL with the technical name of the report?

    Rekesh,
    I had a look at the document you linked however what I need to find out is how I can place the technical name (dynamically) within the web template URL (i.e., this needs to work for multiple projects over many reports that all use the same global web template).
    It's actually very easy opening a new window via javascript however finding the varible for the report technical name remains unclear. At present I am looking at command URL's. The only other option is that I use a java script substring command to pull the report technical name from the URL (although this not as clean as using command URL's).
    EDIT: Found this document: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/ef9a6c13f2025be10000000a1553f7/content.htm
    Appears that the command: sapbi_page.GetMainTemplateName(); will give me the technical name of the webtemplate although I'm finding it hard to find the command for getting the technical name of the current report.
    Edited by: Paul Thomson on Feb 18, 2010 4:00 PM

  • How to build Information button in WAD, web template

    Hello friends,
    I am working in BI 7.0 WAD
    well i designed a query in Bex and it is linked with portal , so if i run the query it shows the result in Portal
    On portal while executing the query if i filter on some characteristics, then there is a button on Upper left named INFORMATION--- so if i click that it will give me the details, what extra filters i did , what extra restrictions i did.
    I am now using the same query in WAD, in order to design a web template.
    So please suggest how to create that Information tab in Web template.
    I think i have to create a Button, than name it as Information,
    But then selecting a Command, what Selection do i have to make
    Which command selection i have to do and what settings I have to make.
    Please suggest appropriate step by step approach as i am new  and learning.
    Also if you can tell how to use a specific Query in WAD to design a Web template.
    Thanks
    W

    I am new ,so if you can shed light by giving steps i will appreciate it.
    In SPRO, i can see SAP REFERENCE IMG, IMG INFORMATION, PROJECT ANALYSIS, MANAGE WORKLIST   ....
    How shall i go to reporting section.
    All reports are linked to portal so they execute equally on Portal with same setting.
    So how shall i copy that web template/
    If i copy the web template , how shall i remove everything else.
    How shall i use that web template in My WAD.
    How to save that Web template.
    Do i have to do everything in Bi server, as i can use SPRO tcode only there.
    If i create new template in WAD, how can i drag and drop the function as of default template.
    How shall i set the property
    Please suggest

  • Send Button under 0ANALYSIS_PATTERN web template

    I use the standard 0ANALYSIS_PATTERN web template for "my query" and I have set "my query" as the data provider under the web template. When press the send button, the broadcaster wizard is launched. However the wizard does not pick up "my query" as default query for broadcast setting. I have to select "my query" again in the wizard.
    Is there a setting under the web template that I can set so that the wizard can pick up the current query without asking to pick again?
    thanks for the help.

    Hello Sri.
    Maybe the problem remains on your ivews.
    Try the following test:
    go to RSRT2 transaction.
    select a query and click on JavaWeb.
    If the browser opens teh query with ZANALYSIS_PATTERN, so the ABAP side is ok.
    If the browser opens with 0ANALYSIS_PATTERN, there is something missed on your configuration.
    Well, I believe the ZANALYSIS_PATTERN will works with my steps.
    So, go to your iviews configurations. Probably you will find the statement TEMPLATE=0ANALYSIS_PATTERN&QUERY=
    Thanks.
    Edward

  • Disable button in web template

    Hi,
    I have a requirement wherein i have to execute a process chain through a click of a button in a web template.
    Is there any option to disable the button until the chain gets completed or can we disable the button until further refresh of the template?
    Also can we generate a message that "Data Load is in Progress" until the chain completes and on completion we can give "Load Successful" message?
    Kindly help me with this.
    Best Regards,
    Prateek

    Got it!!!

  • How to make keyfigure columns in-/visible dynamically in a web template

    Hello,
    I want to implement a button into my web template, making a first key figure column invisible, a second key figure column visible. Clicking the button again shall make the first column visible, the second invisible.
    How can I achieve this?
    1) Using the filter_pane_item it is possible to choose the key figure structure and the a key figure for the analysis_item. Can this action be encoded behind a button?
    If this would be clear, create a first button to choose the first key figure, then a second button to choose the second key figure. Finally enhance both buttons making one another visible and we are done.
    2) An idea was to define two query views, one with the first key figure visible, one with the second key figure visible. Then again two buttons assigning the analysis item these two data providers. Finally again the trick, making one another invisible.
    But this has the drawback, that after navigation, drill down, etc. in one view, then switching to the other cleary looses the navigation status.
    Thank you + regards,
    Ingo

    Problem has been solved

  • How to embed a HTML Page in a Web Template and display it

    Hi All
    Can you please share ideas how I can embed a HTML page in a web template and how I can make it displayed as a popup when a button is pressed.
    Also, how do I call a HTML page stored in Portal KM from the press of a button in the web template.
    Your help is greatly appreciated.
    Thanks
    Karen

    Using C# or javascript to authenticate the user to AD to read the property directly will be very difficult. Creating a custom user profile property and adding a sync from AD to that property is definitely the easiest way to do what you are describing.
     Once its in User Profiles there are lots of samples on how to add it to the page.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Web Template 3.x - Excel Export

    Hello experts,
    how can I add some kind of "Excel-Export-Button" in a Web Template 3.x ?
    In WAD 7.0 there is this function, but what about WAD 3.x?
    Thanks in advance.

    Hi,
    Create a new web template with reference of 0ANALYZER or 0WEBANALYZER. In this you will find the option for export to excel.
    Else you can copy the HTML code from the template for Export excel option.
    Hope this helps...
    Rgs,
    Ravikanth.Indurthi

  • IE error of query and web template

    Hello experts,
    We had completed the configuration of " Integration into Portal"
    successfully.
    Query and web template can execute successfully via "Execute" button.
    After click "Execute" button, query or web template display the result
    in IE.
    And we can use right-click menu to do all of operation at beginning.
    But after we click the right menu a few times, it will occure error.
    The error information as follow:
    Line : 8914
    Char : 2
    Error: 'initMenus[...].windowHeight' is null or not an object
    Code : 0
    URL : http://jt-
    pldev.gnpjv.cgnpc.com.cn:50000/irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher
    Is there any solution? Thank you.
    Best Regards,
    Chen Jianguo

    same here.
    Internet Explorer 7, web templates or web analyzer:
    1. open context menu with right mouse key
    2. click on a free area outside the menu, to close the menu
    3. opening the menu do not work anymore. buttons do not work anymore either.
    searched notes, sdn, ... patched all to the newest level...
    still the same error.

  • Mail from Web Template : body text

    Hello,
    i created a button in my web template so that users can send a mail to confirm they have checked this months data. Nothing to fancy about it (not getting dynamicaly the variable values just some fixed text).
    This is the code i used:
    <FORM action="mailto:[email protected]
         ?subject=I have checked and approve the data for this month
          &body=Best regards"
          method=post encType=text/plain>
    <INPUT type=submit value="I have checked and approve the data for this month">
    </FORM>
    This works fine.
    Now my question : i want to have multiple lines in my body and i can't get thjis working (logic since i don't know much of HTML ). Anybody any suggestions?
    Thanks in advance for your help!

    Hi Tom,
    One small change whatever you are writing in
    Value="....."
    This Text will come on Button.
    So as explained earlier if you want more text on button you can do that.
    If you want more text in body than I think simply you can use
    <FORM action="mailto:[email protected]     ?subject=I have checked and approve the data for this month      &body=Best regards \n Tom"
    i.e. use "\n".
    Hope this helps.
    Regards,
    Ashish

  • Hiding buttons in the standard web template based on roles

    Hi,
    In the standard web template, the requirement is to hide few buttons based on the authorization.
    Can this be achieved by assigning the roles? If not what is the work around?
    Regards
    Narayana

    Narayana,
    Restricting the Buttons is not feasible thru Role restrictions, you need to work around with the WAD..
    Action Events with Btn Clck.
    Cheer's
    HVR.

  • Regarding "My Porfolio" option from Open-Button in Web Template

    Hello,
    I have added an OPEN-Button (using LOAD-Command) in the web-template, "Layout of the Open- Save Dialog" as "Display only Template Persistency Options". Currently, the user is able to see "Favourites/BeX Portfolio/My Portfolio".
    I want to remove the "My Portfolio" option after user clicks on "Open" button.
    Please advise.
    Thanks,
    SC

    Hi,
    At the moment it is not possible to disable or restrict access to these options. SAP hope to Develope this functionality in the future.
    Technical Reason:
    =================
    The dialog in which you can see tabs including 'InfoArea' is called as a
    Open/Save dialog.
    This Open/Save dialog framework is implemented in two different ways,
    one in ABAP(Rendered using .NET) and the other in JAVA.
    The authorization object you are referring S_RS_FOLD and the relevant
    setting(s) SUP_FOLDER to are evaluated in ABAP(Rendered using .NET) and
    its been applied. But the Open/Save dialog framework in JAVA is
    completely different.
    Here there is no support to evaluate authorization objects as the
    rendering is completely dealt with unified rendering framework. So, in
    java web this is not available but only in ABAP.
    I hope you have understood the fact that JAVA Open/Save dialog framework
    implementation doesn't support the feature of hiding the tabs in java
    web.
    If you want please raise the development request as per the SAP note: 11.
    Regards,
    Venkat

  • URGENT:  Not seeing the variable Pop-up for Button , on web template in WAD

    Hi gurus,
    In IP I have a standard plan function for 'Copy', which has a few variables defined on the funciton itself (as to be changed):
    Version from:
    Version to:
    Order from:
    Order To:
    Fiscal year from:
    Fiscal year to:
    All of the above variable are created with the following parameters:
    Variable input: Optional (have also tried madantory)
    Ready for input: is flagged.
    Variable represents: Single value.
    No default entry.
    No personalized data.
    Now in WAD, I create a button group for this function by selecting the Command, 'Executing Planning Function (simple)', manually entering my plan function technical name next to 'Command specific parameters', and selecting the dataprovider created for the filter I created in IP, and finally flagging the 'Display variable' button.
    The problem is, on the web template the variable screen does not appear when I click on the function button. It executes the function in the background without giving me the pop-up for variable selection. And obviously since the variables have no default values, nothing is processesed.
    I've tried this with planning sequence instead, and still wont give me the variable pop-up screen..
    I've actually explicitlet entered the variables on the 'Parameters for Command screen', the same screen where you enter the filter for databinding and well as the function.
    It still wont work (no variable pop-up screen).
    Is this issue related to the support pack. We're on SP12 right now?
    If not, do any of you gurus have any ideas? Big points will be rewarded for this.
    Thanks

    In the parameterization of the command, there is an option 'show variable screen'. I am not sure if you have mentioned this clearly, but have you checked this option?

  • Back button on Web template

    Hi All,
    I have a web template , which is working fine . There is no option of going back to the previous page on the template and the only way is to click on the back button on the explorer.
    The users have requested me to add a back button on the template. I am not an HTML guy, so I want your expertise on the same .
    Can someone who has worked on this guide me ?
    Thanks

    Hi,
    I don´t know if there is a way in HTML to return to the previous page. You can do this in Javascript this way
    !atras.gif!
    atras.gif is the name of the image you'll use as button.
    If you prefer HTML the only way I imagine is to make a link with the previous page.
    Hope it helps.

Maybe you are looking for