Multiple subsreen in tab ---in tabstrips

hi,
this is the interview question i have faced that can we place multiple subscreens in same tab page in tabstrips?
how can we write code?

hi,
This is possible. Paging in Tab Strip Control is achieved in two ways
Paging  in SAP GUI
Paging in SAP Application Server.
Click the link below to know more about Paging in Tabstrip Controls.
http://help.sap.com/saphelp_47x200/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm
Regards,
vara

Similar Messages

  • How can I have multiple WINDOWS (NOT tabs) with INDEPENDENT content?

    How can I have multiple '''windows''' (''not ''tabs) with '''independent''' content?
    I used to be able to open separate windows with Firefox, and the content could be completely different in each window. No matter what I did in any window, no OTHER window open at the time, nor any of the content therein, was affected. This is no longer the case and it is extremely frustrating for me.
    I do ''not ''like tabs and do not use them. I prefer multiple windows plus I am so used to using them, for so many years now! But with v9.0.1 I suddenly can no longer do what I've always done with my browser without this aggravating problem constantly reminding me that I can't have what I want in firefox anymore.
    Or can I? Does anyone have a solution I don't realize exists?
    Thanks,
    Sowelu

    AppleScriptObjC can use pretty much everything in the Cocoa API, so yes, it is possible.
    Note that a view is not the same as a window, and a window can have multiple views. There are also many ways to implement "tabs";  take a look at some of Apple's applications - they use various mixtures of toolbars, checkboxes, and radio buttons, for example.  An application such as this will be a lot more involved than what you have done so far though, using custom classes and subclassing existing ones, so be prepared to do a lot of reading and researching.

  • How can I setup multiple home page tabs?

    I am trying to setup mozilla like I have internet explorer. This is to say with multiple home page tabs on opening. Can I do this, if so how?

    See:
    * https://support.mozilla.com/kb/How+to+set+the+home+page

  • I can't view multiple images in tabbed panels in photoshop CC (do not have this problem in PS5 or 6)

    I can't set up multiple images in tabbed panels in photoshop CC (do not have this problem in PS5 or 6). Has anyone had this problem with CC and if so do they know the fix?

    I just discovered something really weird.  If I open the images in
    photoshop (and the tabs are not showing) and then open another window on
    top of photoshop (for example word or safari) , then the images and tabs
    show in the photoshop window.  But if I move Pshop to the front screen then
    the tabs disappear!

  • Tab in Tabstrip Control in display mode (Module Pool)

    Hi friends,
    I am trying to give authorization based on sy-uname, in runtime based on uname the particular tab should be opend in a display mode and some in change mode.  please help me out in this
    Edited by: shravan sonayila on Aug 12, 2008 8:06 AM

    Hi,
    when u creating tabstrip,while defining each tab in tabstrip , u have to
    create one subscreen for each tab.i think u want one tab for display
    mode and one tab for edit mode. if u want this way , in one tab try to
    give fields all in invisible mode this for display mode and goto second tab if u want all visible only keep like that only other wise u have create geoups.when u press enter ,groups will be change.it means visible , invisible modes.
    u have to give logic for screen in pbo.
    *&      Module  STATUS_0300  OUTPUT
          text
    module status_0300 output.
      set pf-status 'GUI_300'.
      set titlebar 'TITLE_300' with v_title.
      if i_aktyp = 'H'.
        if temp_flag = 1.
          loop at screen .
            if screen-group1 = 'GP2'.
              screen-input = 1.
              modify screen .
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 0.
          endloop.
        else.
          loop at screen.
            if screen-group1 = 'GP1'.
              screen-input = 1.
              modify screen.
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 1.
          endloop.
        endif.
      elseif i_aktyp = 'V'.
        loop at screen.
          if screen-group1 = 'GP1'.
            screen-input = 1.
            modify screen.
          else.
            screen-input = 0.
            modify screen.
          endif.
        endloop.
      endif.
    endmodule.                 " STATUS_0300  OUTPUT
    Try to give this logic.
    Regards,
    Ramya

  • I have been using the Firefox feature in which I could have multiple sets of tabs open but see only the set I was working with. I updated and now feature is gon

    I have been using the Firefox feature in which I could have multiple sets of tabs open but see only the set I was working with. I updated and now feature is gone. I had a small icon on the upper right side of my toolbar. I used it all the time to keep separate windows for news, financial items, travel plans, etc. Has this been removed from Firefox?

    Hi,
    The [https://support.mozilla.org/en-US/kb/tab-groups-organize-tabs Tab Groups] feature is still present. You can try to right-click the + after the last tab and [https://support.mozilla.org/en-US/kb/how-do-i-customize-toolbars Customize]. If the icon is hidden behind another, or if it's available inside the Customize mini window, you can place it back. If the problem persists, you can also try to '''Reset toolbars and controls:''' and '''Make Changes and Restart''' [https://support.mozilla.org/en-US/kb/Safe%20Mode Safe Mode] start screen.

  • Problem hiding Tabs in Tabstrip of My Trips and Expenses WD ABAP iView

    Hi,
    My requirement is to hide the thet tabs ALL MY Trips,All my Travel REquest,All my travel Plans,Pending expense report from the tabstrip ALl my Expense report in Travel and Expense Application.
    I have gone through the thread and the sap note mentioned in
    Re: Problem hiding Tabs in Tabstrip of My Trips and Expenses WD ABAP iView
    My problem is tabs that has to be deleted /hidden does not present in the Development system, but exist in the QA or the prd system.
    So how to implement the note when data is not present in the dev system and only exist in the QA/PRD system.
    Pleas eprovide me your valuable inputs.
    Thanks in advance.
    Pooja

    Implemneted the note and problem is solved.

  • Disabling opening of multiple windows and tabs

    Hi experts,
    do we have any option to disable opening of multiple windows and tabs. Like making end user to use single window browser to do all operations.
    Regards
    Govardan Raj S

    HI Rajendra ,
    Actually if end user access the portal in a browser window , and if he opens another window i.e file->new window --- same portal applications will open in the new window with the same credentials and hence here i should either restrict him or log off the user in both windows.
    Regards
    Govardan Raj

  • "Leave tab" event for tabs in TabStrip UI

    Hi
    I want to check that some input fields are valid and force users do not change Tab in TabStrip (until enter valid values for required fields) but I do not know is it possible this in Webdynpro? Does anybody know which is this event and may I use it in my WD Application?
    In TabStrip there is action for OnSelect event but this is event when user enters in Tab. I need event when user exits the tab.

    In BSP the tabStrip has a value "selection" which if you read the tabStrip to see the tab they selected you can store that value.
    Then check if the fields are filled in if so then pass the stored value back to the "selection" parameter and if not give the name of the tab they were currently on back to the "selection" parameter.

  • Problem on tab in tabstrip

    Hi all,
       I want to execute particular code or event when i select a particular tab. But in standard only one event is available, that execute every time when i select any tab in tabstrip.Plz reply....
    Regards,
    Ramesh.

    hi,
    You can use selected tab property of tabstrip, just bind it to attribute
    says tab, node selected_tab and read that attribute by code wizard,
    suppose you have 3 tab name tab1, tab2, tab3
    i.e,
    DATA LO_ND_SELECTED_TAB TYPE REF TO IF_WD_CONTEXT_NODE.
      DATA LO_EL_SELECTED_TAB TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      DATA LS_SELECTED_TAB TYPE WD_THIS->ELEMENT_SELECTED_TAB.
      DATA LV_TAB LIKE LS_SELECTED_TAB-TAB.
    navigate from <CONTEXT> to <SELECTED_TAB> via lead selection
      LO_ND_SELECTED_TAB = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX_SELECTED_TAB ).
    get element via lead selection
      LO_EL_SELECTED_TAB = LO_ND_SELECTED_TAB->GET_ELEMENT(  ).
    get single attribute
      LO_EL_SELECTED_TAB->GET_ATTRIBUTE(
        EXPORTING NAME =  `TAB`
        IMPORTING  VALUE = LV_TAB ).
    case lv_tab.
    when 'tab1'.
    *do somthing'
    when 'tab2'.
    *do somthing
    when 'tab3'.
    *do somthing.
    when  others.
    exit.
    endcase.
    Y N

  • Are multiple rows of tabs a planned feature for Safari?

    I've been a Mac users for almost 5 months now. A feature I've really missed from my previous browser( Firefox) was multiple rows to make it easier to navigate my tabs. With every Safari release, the 1st thing that I check for is support for multiple rows of tabs.
    Otherwise, I really love this browser, but the lack this feature really bugs me. I wonder if there is some technical limitation that is rooted the way that Safari is designed that makes this feature extremely difficult to implement.
    Does any know if Apple has plans to add this feature in Safari 8.x or 9.x? 

    thanks, I was afraid of that. I dropped Apple a line
    Please add the option to configure Safari to create tabs as multiple rows of tabs in the case that the width of open tabs exceed the width of the Safari application window. This is feature is common in modern browsers, and it has become the de facto standard by which users evaluate Web browsers. 
    Let's hope that they listen!

  • Can we push multiple application on TAB from Afaria Policy.

    Hi,
    Can we push multiple application on TAB from Afaria(cloud) Policy.

    Hi,
    Once one app is sent through afaria followed by multiple apps ... will all applications be accessible on the afaria market... And if yes till which time apps will be available on afaria market.

  • How to display multiple components in a single tabstrip with different tabs

    Hi Experts,
    I am working on PM UI development. We have created 5 webdynpro components and all have seperate application and link to run. Now we have requirement in which we should have a single window and all components should exist in different tabs.
    Till now I have used Tabstrip in a single copmponent and have no idea how to fix this issue. Could you please help me out to get this done ASAP.
    Thanks in advance.
    Madhu Omer

    Hi Madhu,
    One option that you can try now is to create a new webdnpro component with a tabstrip.
    1. To each of the tab area you attach view container.
    2. In the used components of webdynpro component tab you can add each of the components that you created
    3. Create inboud plugs for each of these application that you created.
    4. When the tab is pressed trigger a call to the inbound plug of the applications
    5. You can refer the following also https://cw.sdn.sap.com/cw/docs/DOC-24752
    All the Best !

  • View Multiple PDFs in tabs in ONE window in ADOBE 9

    OK...so after hours of uninstalling and reinstalling adobe 9 to get past adobe's multiple error messages and running CHCKDSK and Windows registry cure I finally get Adobe reader 9 to work, only to find out that
    I can not view multiple pdf's in one window in tiled tabs. Basically I need to have several pdf's open in one window in adobe. I'm a student and writer and deal with multiple e-books at once for dissemination and I do not want them open in multiple windows, just one window with multiple tabs.
    In adobe 8 this option was in preferences. It does not exist in adobe 9. I can not have all these pdfs open in different windows, I want multiple pdfs to open in one window.
    This has been a very frustrating evening dealing with adobe 9. I wish I would have never installed it in the first place. I probably won't be buying 9 pro, its pretty crazy that there are all these frustrations. This whole thing with the Error 2330.Error getting file attributes C:\Program Files\AdobeReader 9.0 GetLastError:1392 which I finally fixed myself and then to find that there is not any way to view multiple pdf's in one adobe 9 window--at least according to what can be found here on adobe, I'm just in tears. I'm not a technical person and I have things due on monday. This is very frustrating.

    The change is due to Adobe's following Microsoft's user interface
    guidelines. I would recommend getting MS to change its tune.
    Mike

  • After downloading FF 20.0.1, I can no longer open multiple FF windows; tabs still work.

    I upgraded directly from version 18.0, and now I can't open more than one Firefox window. Like I said, all my tab functions are still working, but I'd like to be able to open multiple windows at times. I had the same problem with version 19.0, which is why I rolled back to 18.0. Any ideas?

    Thank you, ideato! I found the culprit among one of my add-ons.

Maybe you are looking for