How to use master master web templates?

Hi,
I have around 20 reporst in BW to be displayed on web. Hence I have created Web Template for each of them. Format and Layout of these web templates is exactly same. The problem is, if there is any change to layout or if any new funtionality needs to be added/removed from toolbar, I need to repeat same for all 20 web templates.
Is there anything where I can create one master web template and give reference of this template to all new templates I will create. And if I change master web template, automatically it will reflect all referencing web templates.
Can this be achieved? Please let me know.
Thanks
Abhijit

Hi Abhijit,
One way to work this is to use the embedded templates. For example put your toolbar in a template, then embed this template (TB_WT001) into each new one that you have created. Then if you change TB_WT001, the change will be reflected wherever it is embedded.
http://help.sap.com/saphelp_nw04/helpdata/en/62/661d0d486a1c4086ea1444c953a14b/content.htm
Hope this helps...

Similar Messages

  • How to use stylesheet from web-template in portal

    Hello all,
    I want to integrate a web application consisting of several web-templates (BW 3.5) into a portal (EP 6.0) via iviews.
    When called from the portal the web-templates stylesheets are replaced by portal stylesheets.
    How do I force the portal to use the web-templates stylesheets.
    Thanks in advance,
    Denis

    You can define the styles you want in a *.css file then put a link in your jsp to use these styles.  You can also just put the styles directly in your jsp.  Either should work
    I have another post with some examples feel free to look there
    Hope this helps

  • Master Web Template (restrict # of data providers)

    Hi!
    Quick question:
    After suffering bad performance with a huge web template (about 70 queries), we were told to strip down the template into several small ones. We have now splitt them down into 4 web templates (15-20 each) and linked them into one master template via TAB panes, still it seems that all 70 queries are executed at once, when starting the main template. Any idea how to direct execution to just one (sub) templated at a time with the start of the main template!?
    Points will be awarded for useful information.
    Frank

    Thanks for your swift reply.
    A couple of questions.
    How is it possible to not assign a query to data provider(s) in the web template definition, I was under the impression all utilized queries had to be defined as data providers in order to be used in the web template!?
    The command you mentioned would "activate" the queries upon an event (user interaction), would it be possible to set the displayed queries back to "inactive" after having left the TAB panel, in order to save memory!?
    Looking forward hearing from you.
    Frank

  • How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ?

    Hiii all,
    How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ? In my case , i am researching and wanting to add,search,delete an user object request from Web Services Client to SPML webservice in VDS by SPML request. anybody has documents or tutorials please share to me.
    Thanks

    Hiii all,
    How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ? In my case , i am researching and wanting to add,search,delete an user object request from Web Services Client to SPML webservice in VDS by SPML request. anybody has documents or tutorials please share to me.
    Thanks

  • How to use "Context Menu" web item in WAD 7.0 ?

    Hi Experts,
    Kindly tell me How to use "Context Menu" Web item in SAP WAD 7.0 ?
    How to attach this Web item to my Graph/Chart ?
    Plz provide some documents on this.
    Full points will be given.
    Thanks.
    -Jay Jay
    Edited by: jayaprakash j on Oct 10, 2008 1:47 PM

    Hi Jay
    Web items and HTML elements (for example, tables, texts, and images) that you insert into a Web template, as well as the Web template itself, have a context menu. This context menu has context-sensitive menu entries that you can use to call various Web Application Designer functions. You can, for example, use the context menu to save a Web item (for which you have specified properties by using the parameters) as a reusable Web item, call the properties dialog box for this Web item, copy the Web item and paste it into another Web template, or delete the Web item from the Web template.
    for more info go to following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2f/776b3d32390968e10000000a114084/frameset.htm
    Regards
    Vivek

  • What is Digital Signature, How to use it in web based applications?

    I am new to digital signatures. Any body can help me how to create a digital signature and how to use it in web based applications. Do we need certificates to use digital signatures?

    <link_farm_and_everything_else_removed_by_moderator>
    Edited by: Julius Bussche on Sep 3, 2008 8:59 AM

  • How to use master warranty in case of excess production

    Dear Gurrus !!!
    My client company is involved in Electronics products (Refrigerator, TV, Oven, AC etc) manufacturing and sale business. There are hundreds of units produced and sold on daily basis. now i have to make warranty check here in CS module. My requirement is:
    When we create Service notification type S9 with IW51 we enter Serial number on create screen. Serial number is linked with equipment, batch and material master. Requirement is when we enter serial number system should tell the warranty status in pop up screen. Warranty of Refrigerator and Compressor are different. Ref 1 year Compr. 3 Years. I have done every thing in system but now im facing two problems only.
    1    I used user exit BG000001 and check standard tick for pop up too. A pop up screen appears but there is no warranty
          detail on that screen but when i check Additional data tab of serial number it shows compressor and ref warranty
          accurately.
    2    It is not possible for users to enter master warranty and warranty start date in every serial number because there is
          hundreds/thousands of units produced daily.
    Please give me any idea that how can i take date of sale (601 movement date) as warranty start date and how to enter master warranty in serial numbers automatically. i want to perform these activities automatically. 
    I am stuck here in warranty check. Please help me in this regard.
    Pop up is not a big deal but my major concern is to enter automatically start date and master warranty.
    Edited by: moazzamjii on May 6, 2011 2:17 PM

    Hi,
    I hope you are creating Equipment automatically while doing delivery for the Material with the combination of Material number & Serial Number.
    If that is the case, have you tried with the update of equipment warranty data after creation of equipment?
    Try this Function module:
    'WARRANTY_ASSIGNMENT_RFC'
    [Update warranty details|FM or BAPI to update Master warranty and Begin guarantee;
    2nd Option:
    In Serial Data view of Equipment Master, you can find the Date of Last Goods Movement, that would be the delivery date of that equipment.
    Create a Ztransaction to update the warranty details of the equipment. That could be manual or automatic batch job running on daily basis.
    Develop a program to call this Function module & try to update that date as Warranty start date.
    Decide on Warranty end date based on your company warranty policy & incorporate the same in coding.
    Even you can consider the equipments which are created on that particular day based on the field Creation Date.
    So other equipments will not get affected.
    Regards,
    Maheswaran.

  • How to get the list of data providers used in a web template?

    I want to find a quick way to retrieve the list of data providers defined in the <object> tag in the Web template. One awkward approach is to parse the entire HTML page for <object> then filter out "DATA_PROVIDER: xxx".
    But is there any method or function call to retrieve the list quickly?
    Thanks!

    Try the function below, pass the item name and get the Data provider for that particular item, you will have to do this for all the items in the template.
    function getDPName(item){
         prop = SAPBWGetItemProp(item);
         var tableHidden=true;
         if (prop != null){
           for(i=1;i<prop.length;i++){
             if (prop<i>[0] == "DATA_PROVIDER")
                   return prop<i>[1]
           }//end for
         }//end if
    }//end function
    Thanks.

  • How to get table in web templates

    Hi all,
    how can i capture table in the web template using javascript.. any help on this is very helpful to me.
    please help.
    Thanks in advance
    Kiran

    Hi A.H.P,
    That link is very good...
    but  the thing is i have to get the table from BEx..
    why because i will be displaying the data which i get it from BEx tables.
    so if u can help me out in that way it would be more helpful...
    Thanks,
    Kiran

  • How to launch HTTPS based web template?

    Hello All,
    My requirement is to launch a Web template using HTTPS protocol(SSL encryption). Now in this case, I need to replace HTTP with HTTPS in a web template URL (Correct me if I am wrong). Please clarify the below queries.......
    1. How do I check, whether responsible BW server is SSL enabled or not?
    Thanks and Regards
    Ketan Patel

    Hi,
    You can check to see if HTTPS is configured check the instance profile parameters:
    icm/plugin_<n>         PROT=HTTPS,.....
    icm/server_port_<n>    PROT=HTTPS, .....
    Cheers,
    Mike.

  • Can anyone recommend a good tutorial on how to use pre-designed website templates in Dreamweaver? Thks

    I am fairly new to Dreamweaver (cs6), having previously designed and maintained a few sites using Freeway. I purchased a template from TemplateMonster.com in the hope that this would simplify the creation of a new site. The template came without any instructions other than how to unzip the file. Their helpline really isn't helpful at all. Can anyone recommend an online tutorial on how to use a predesigned template? Lynda.com doesn't have one. Thanks!

    I found this page :
    http://www.templatemonster.com/dreamweaver-templates.php
    Followed a link. Ended up here :
    http://www.webdesign.org/tutorials/html-and-css/page-1.html
    Did a search. Found this :
    http://www.webdesign.org/search.html?keywords=dreamweaver&category=6
    Then this :
    http://www.webdesign.org/web-design-basics/templates-tuning/working-with-templat e-using-html-editor.1546.html

  • How can I pass the web template name dynamically to a container

    Hi Experts ,
    I have a container web item in 7.0
    I would like to pass the name of the web template to be displayed in that web item dynamically .
    how can I achieve the same .
    How can i change the visibility settings of a container using a javascript .
    Thanks in advance for your help .
    Regards
    Nikhil

    Hi Nikhil,
    When you say that you want to display the name of the template for the container item, I think you are talking about the tray caption for the item - is that correct? You can use a text item to access the web template name, but in the caption of the container item, you cannot specify other web items.
    What you can do it to use a group item in the template and embed your container layout in it. In the group item, you have an option of specifying a caption using another web item where you can reference this text item.

  • Use Stylesheet in Web Template

    Hi All,
    is it possible to use my own stylesheet in my Web Template? if yes, how?
    Thanks, Johannes

    Are you using 3.5 or Netweaver?
    You could do it in the old version (3.5), but in Netweaver you need to change the portal theme through portal administration - even if you point to a custom CSS through your template, the portal theme will overwrite it
    Regards,
    Pavel

  • How to define a standard web template for a specific group of queries?

    Hello experts,
    I had to enhance the standard web template 0ADHOC and saved it as ZADHOC.
    Then in SPRO t-code I defined it as the standard web template. The problem is: it started to be the standard web template for all the company queries.
    Is there a way to define it as standard only for the queries of my project? Like adding some parameter in the web link only for my project queries?
    Thanks in advance,
    Helder

    I have figured out how to  slice it up myself,  however it appears as though I have to do it all  manually, drawing  each box myself.
    Yes, that's how it will have to be. There is no pertinent slicing in the PSD.
    This will result in either ALLOT of  work making sure  that each box is perfectly aligned with the one before  it, or uneven  slices.
    I am obviously doing something wrong.
    Yes, you are not using guides. You know, those cute turqoise lines of which the document already has a few when opening it...
    As for everything else - the template is simply rubbish. It's poorly organized and mostly unsuitable for building a website template right off the bat. Your work needs to start there by properly grouping items to mimic button states and then exporting them in two passes. And then there's things like this large dummy text etc. that simply don't make sense. Anyway, even if it sounds liek the same record over again: The biggest failure of any such work is to assume that PS could even spit out a working web page. All a web designer would use it for is to extract the graphical elements, but teh rest would stil lbe designed properly with standards compliance in mind in a web design app...
    Mylenium

  • How can Javascript in BW web template access query data

    Hi All,
    I want to access the BW query data from within Javascript within the BW Web template. Can you kindly share ideas how I can make my Javascript reach the query results returned by the dataprovider query in the BW template.
    Your help is highly appreciated.
    Thanks
    Karen

    Hi
    The question is not using BW queries in Web templates I use them all the time. Within a BW web template I have Java script I want to access the BW query data from Javascript. The question is how to access query data within JavaScript.
    Regards
    Karen

Maybe you are looking for