Creating tab pages in WAD 7.0

Hi team,
I have created a web template with a tab pages. I really dont know how to set a caption for the tabs and assigning created tables in to it.
In properties I have changed the caption name where still it is not changed in the output and I could not able to assign the second tab with another table.
Can any one help me by providing the step by step process of creating a tab pages with 2 tables in WAD.
No links pls if it a general explanation as I have checked with so many general explanations docs.
Regards,
chan

Hi,
I have already created tabpages in BI 7.0, it is very easy.  I am upload the code of my created tabpages.
http://download.yousendit.com/53DABBE711069E9C
In this template I have included 8 Tabpage and each Tabpage will call a different template.  While assigning the Webitems and dataproviders to the tabpages follow the naming convention include the sub Template name so that you will not receive error saying duplicate webitem assigned.

Similar Messages

  • Tab pages in WAD 3.5

    Hi,
    can i seperate reports in tab pages in WAD 3.5
    it is possible in WAD 7.0  but i can't find it in 3.5
    Please help me
    it is urgent.
    thanks ....

    hi,
    To create the tabpages in 3.5, u  must do little coding.There is an example here
    [http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm]
    use this example and in the code for each tabpage u can call different queries.
    mandha

  • How to create tab pages in EP

    Hi Experts,
    Can you please let me know how to create tab pages in EP. I have created one page. In this page, I have to place 2 iViews as tab pages. Can you please let me know how I can acheive this?
    Regards,

    Stuart,
    Within a SAP Portal Tabs are not used like you want them to
    By default Tabs are used inside an iView and not to "tab" between iViews on a page...
    The most straightforward solution would be creating a custom PageLayout that you can assign to your page.
    I would sugest to implement this custom PageLayout with DIV layers and trigger "tabbing" via JavaScript eventing.
    For more infor on how to create a custom PageLayout take a look at here:
    [http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm]
    Good Luck,
    Benjamin Houttuin

  • How to create tab pages in Human task Using Wizard

    hi,
    how to create tab pages in Human task Using Wizard.i need to display the personal details and the offical details in the same page with different tabs for each.it is possible to do lika this.if yes,how can we do this.
    Regards

    Stuart,
    Within a SAP Portal Tabs are not used like you want them to
    By default Tabs are used inside an iView and not to "tab" between iViews on a page...
    The most straightforward solution would be creating a custom PageLayout that you can assign to your page.
    I would sugest to implement this custom PageLayout with DIV layers and trigger "tabbing" via JavaScript eventing.
    For more infor on how to create a custom PageLayout take a look at here:
    [http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm]
    Good Luck,
    Benjamin Houttuin

  • How do i create TABs page dynamically using htmldb

    Hi,
    I want to create tab page using htmldb app. Using wizard it does not allow me to create tab through sql query. Is there any other option to do this?
    Please Help.
    Regards
    Vishal

    You might try to create a bunch of Tabs (static) and set shown condition to a variable controlled dynamically. Sort of semi-dynamical Tab, which I actually use but don't know it fit your need or not.
    DC

  • Creating Tab pages using JSP

    Can anyone help me in creating Tab Pages using JSP ?

    in JDeveloper 3.1 or greater version
    you have JSP Element wizard
    on riht click on mouse you choise JSP Element wizard
    end JSTabContainer
    or you write folowing code(example):
    <jsp:useBean class="oracle.jdeveloper.jsp.wb.JSTabContainer" id="tbc" scope="request" >
    <%
    tbc.setName("tbc");
    tbc.setTitle("Dr`avi");
    tbc.setHelpText("Drzavi");
    tbc.setUseModalPage(true);
    tbc.setInitialTab(1);
    tbc.setTopFrameURL("DrzaviView_Top.jsp?tc=tbc");
    tbc.setBottomFrameURL("ViewBottom.jsp?tc=tbc");
    tbc.initialize(pageContext);
    tbc.addTab("Tab1", "DR@AVA", "DrzaviView displayed using the Row Viewer", "", "DrzaviView_RowViewer.jsp", true, true, false, null);
    tbc.addTab("Tab2", "DR@AVI", "DrzaviView displayed using the Rowset Browser", "", "DrzaviView_Browse.jsp", true, true, false, null);
    tbc.render();
    %>
    </jsp:useBean>

  • Tab Pages in WAD

    Hi all!
    I'm having some problems with Tab Pages Web Item. It only allows me to reference a Analysis Web Item as Subordinate Web Item. It doesn't show any other web item already included on Tab Pages on the combo box to do the selection. I need to reference a Container because there are several items to be displayed on each tab.
    Is it a bug?(WAD 7.10, support package 3, revision 387).
    Or may be a missing setting...
    Thanks

    Sorry but you are incorrect.  You can have as many objects on a single tab page as you like although you have to group items into a container and reference the container as a subordinate item.
    I am on the latest patch for GUI6.40 BI frontend (patch 16).  My issue is I cannot add ANY subordinate items to a tab page.  Nor will the tab page pick up the caption I have added.  It just displays ??.  Is this a(nother) bug in the BI7 tools?

  • How  to create Tab pages using servlet

    I want to create a tab pages which can carry different pages. Can you help me on this?? Provided if you have some guideline or program which can help me.
    Thanks
    Message was edited by:
    wesleygch

    those kinda tab pages should be coded :) there is no built-in support for them!
    like BalusC wrote you better sould export the layout into CSS, then, you have the option of using javascript when switching between tabs.
    if you want to avoid using of javascript or you want to do it serverside, then you'll have to write that tab handling in your jsp page

  • How to create 'Tab page' portal?

    Hi,
    The 'Portal' configuration page provides 3 types 'Dashboard', 'Standalone Portal' and 'Tab Page Portal'. According to help document, to add new 'Tab Page', needs to ask customer support. Does anyone know how to use 'Tab Page Portal'?
    Regards,
    Desmond
    Edited by: user783168 on 23-Oct-2012 19:02

    Similar to Patch 8608149 for 'User Portal' tab on User Transaction in FW 2.2 (default in 2.3.1)?
    Follow How To Create A New Multi-Tab Portal Using Configuration Tools (Doc ID 1356225.1)

  • Drilldown across all tab pages of WAD

    Hi,
    I have developed a WAD template (BI 3.5) with 3 querries included.  Each query(dataprovider) is displayed in one tab page of the web template.
    The question is that if user drilldown on one query, can the drilldown apply to all querries?
    How to get the return from the drilldown using javascript?
    Thanks,
    Joanne

    Hi,
    I´m facing a similar problem. We have developed a WAD template with 2 queries included, both in the same tab. We have common filters and free characteristics for both queries.
    We want to be able to control the filters and the drill down on free characteristics for both queries simultaneously.
    For the filters this works out fine because common filters are automatically applied to both queries, but for the drill down on free characteristics we understand this is not the case.
    How should we configure it so that the drilldown on one query applies to the other queri also?
    Thanks in advance
    Nicolas

  • Create Tab Pages

    Hello Experts,
    Can u please explain to me, how to insert web items in tab pages made in WAD ?
    i promise to return and reward ALL the answers
    Thankyou
    Regards,
    priya

    hi Priya,
    the query will be executed when the tab page clicked.
    so they will run separately. to improve query performance, take a look following
    oss note
    557870 'FAQ BW Query Performance'
    and 567746 'Composite note BW 3.x performance Query and Web'.
    Prakash's weblog
    /people/prakash.darji/blog/2006/01/27/query-creation-checklist
    /people/prakash.darji/blog/2006/01/26/query-optimization
    BW Performance Tuning Knowledge Center - SAP Developer Network (SDN)
    Business Intelligence Performance Tuning [original link is broken]
    hope this helps.
    please don't forget reward helpful answers

  • Learning WAD - Tab pages

    Hi,
    I am new in using WAD and I would like to create tab pages.
    I have two reports that I would like the user to choose from with TABS.
    So far I managed to create one report in Tab but not the other one.
    this is what I have done so far
    - drag tab into layout area
    - drag container layout into tab
    - drag analysis into container layout
    - chose data provider
    How do I get the other report in the second tab.
    thanks

    you need to assign each one of the container items to the tabstrips.  If you look at the properties of the tabstrip_container object, you will have a section called Internal Display there.  This is where you will set how many tabs you have (and corresponding container objects to them).
    also, look at your XHTML code to verify that the containers fall in within the tab

  • How to insert Tab Pages into a document

    I have a print job, where I need to insert tab pages into a document. Is there a tab template that I can insert into the Indesign document? If not, how can I create tab pages in Indesign?

    When I used to do tabs I would set up a page that was as wide as the tab sheet including the tab, then add text frames in each tab position.

  • Tab Page In OAFramework

    Hi All,
    Does any one know how to create Tab Pages in OAFramework?
    Please let me know the steps for the same.
    I request you that kindly provide me documents/url, if you have it where I can get more information on it.
    Thanks in Advance.
    Regards,

    Hi All,
    Does any one know how to create Tab Pages in OAFramework?
    Please let me know the steps for the same.
    I request you that kindly provide me documents/url, if you have it where I can get more information on it.
    Thanks in Advance.
    Regards,

  • Is there a way to create multiple New Tabs pages and name them?

    This feature is great but I would like to be able to create multiple new tabs pages and label them. This would be more useful than tabs groups that all load at once.

    No that is (currently) not possible.
    It will be possible in future Firefox version to specify the number of rows and columns.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=752841 bug 752841] - [New Tab Page] make the number of tabs adjustable
    <i>([https://bugzilla.mozilla.org/page.cgi?id=etiquette.html please do not comment in bug reports])</i>

Maybe you are looking for

  • Urgent Please help: Error Testing EJB in Universal Test Client

    Hi, I have to get this working by tommrow guys - can you please help. I wonder if someone can assist. I am new to WSAD 5.1 and am trying to test an EJB I have created with both local and remote interfaces. The bean has been created OK and ithe stub f

  • Java.lang.NullPointerException while reimporting model

    Hi All, I have a Web Dynpro project that contains several models. When I try to add a new RFC (by reimporting the model) I get java.lang.NullPointerException. I can add the RFC to a new model without any problem but I need to add it to this specific

  • Help with a Dreamweaver glitch

    Hello, can anyone help me figure out why a white line has suddenly appeared on my website after I uploaded. I'm a novice, simply filling in templates, so I'm afraid I accidentally hit the wrong button w/o knowing it. Anyway, my url is: http://www.fit

  • Slave 3.9 server to master 3.8sp4 server

    Hi, I want to add a slave vpn server (3.9 in own tree) to my bordermanager 3.8 serverenvironment. I assume adding an ike server is possible in this situation and I do not need to update my master to 3.9 first? regards, John

  • Aironet 1300 as a bridge

    hi i need to configure an Aironet 1300 as a bridge to work with another aironet. Can anyone suggest something... thanks.