Three views into 1 pane

I have three views and want them into 1 pane
Basically I have 3 panes displaying different outputs and I would like to link them into one pane is there an easy way to do this?

Model/view/controller?
Kind regards,
  Levi

Similar Messages

  • How to divided Main view into three sub views

    Hi Friends,
            Requirement : i have created four views, 1. Main View 2. search View 3. Display View 4. Update View
    Now i have to show all the sub views in one view that is in Main View.
    Can some tell me how to 1. How divide one view into two vertical views and 2. how to divided second half view into  two horizontal views. if any quires please let me know
    Note : High Priority
    Thanks in Advance
    Sankar

    Hi Sankar,
    The contextual panel is a UI element like any other.Once you insert the ContextualPanel UI element, you can insert child UI elements of FreeContextualArea, NavigationList, and ViewSwitch.
    For Contextual Panel.. please check WDR_TEST_EVENTS.
    And read sap help..
    http://help.sap.com/saphelp_nw70/helpdata/EN/28/fe5a42091de32ce10000000a1550b0/frameset.htm
    Cheers,
    Kris.
    Edited by: kissnas on Mar 22, 2011 10:01 AM

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • How to include one view into another view

    Hi SDN's,
                   Could any please tell me,How to include one view into another view.
    In my requirment.I want to create a 'Z' view for an interface .In that  view i have to take,
    1) Ship-to-email adrr by
                              LIKP-KUNNR -> KNA1-ADRNR
                              KNA1-ADRNR -> ADR6-ADDRESNUMBER.
    2) E-mail addr of person who created the document.i.e
        LIKP-ERNAM -> USR21-BNAME.
        USR21-ADDRESNUMBER ->  ADR6-ADDRESNUMBER 
        USR21-PERSNUMBER -> ADR6-PERSNUMBER.
       In both the case we have to pass ADDRESSNUMBER to ADR6 table.
    If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.
    So i created two which fetches only the email addr of  person who created the document.and another view fetches Ship-to-email addr.
    Now i want to include the second view into first view . Is it possible?or please
    tell me someother way to get these email addresses in a single view.

    hi
    as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.
    regards,
    shamim

  • Dynamically embed View into View Container UI Element

    Hi all,
    I'm searching for a possibility to embed a view into a dynamically created View container element.
    I want to do this out of another view, where a tabstrip is contained. So I have a button on this view for generation of a new tab with an view container element in it. Now I got to the point where I have to set the view to this container within the tab strip.
    I read several blogs and articles, where this is done via the window manager within an method of the window, but non how to do this within a view.
    Any ideas?
    Thanks
    Olli

    HI,
    that's nit what I wanted. What I want to do is a kind of table maintenance. There is a button under the tabstrip for creating a new row. If the user klicks on that button a new tab should be created for the new row. Therefore the view on the tabs are always the same.
    I have created the tabstrib. dynamically add a tab to this strip on button press is no problem. Also a ViewContainerElement is created. But now I have to set the statically created view for the row maintenance into the container.
    Thanks
    Ragards
    Olli

  • Anyone tried this - Extract data from HANA Live reuse views into BW?

    Hello Experts,
    I've read from this blog http://scn.sap.com/community/bw-hana/blog/2014/05/26/go-hybrid--sap-hana-live-sap-bw-data-integration that this scenario
    > "Loading of data into BW using Reuse Layer of SAP HANA Live as data source (Extract data from HANA Live reuse views into BW)" is possible.
    Does anyone has a step by step guide on how to do this? Can you please share?
    Regards,
    DaSaint

    Hi DaSaint,
    best to check the online documentation
    Notes about transferring data from SAP HANA using ODP - Modeling - SAP Library
    Best regards,
    Andreas

  • Extract Tables/views into ECC 5.0 SAP system from Non-SAP system

    Hi,
    I am looking for some inputs on how to set up the following scenario of extracting data stored in tables/views in a non-sap external system into my SAP ECC 5.0 SAP database.
    Currently we are using a middleware between SAP and the external system to fetch data. I would like to get rid of the middleware and set up a scenario to call this non-sap external system and pull data stored in views into our SAP system directly. Is that possible in SAP version 5.0? If yes let me know the steps to be performed... do I need to set up XI ?

    maybe you can access sap data using some connector such as java or .net connector.

  • Embed an external view into a tabbed menu

    Hi All,
    I'm a beginner in WebDynpro Java.
    Could you please help me to embed an external view into a tabbed menu in WebDynpro Java?
    Please help with your solutions.
    Thank you.
    Regards,
    Sari

    hi sari,
         Inside tabbed menu you can't use external view.
         For your problem you can do .
         1. copy your external view ui element from root elements..
         2. paste into seprate tabs.
    Another Solution
         1. Inside window controller you can create view set in two division..
         2. First Devision for your navigation menu .
         3. Second Devision For your External views
    Thanks & Best Regards
    Aasif Shah

  • How to get data from maintaince view into internal table

    Hi,
    I want to get the all data from v_t179 (maintanence view) into intrenal table.
    if i write select stmt , it is giving error.
    I want all data into internal table.
    regards,
    Ajay

    I think this is what you want:
    TABLES: t179, t179t.
    DATA: v_t179_int TYPE TABLE OF v_t179.
    SELECT * FROM t179
      JOIN t179t ON
        t179~prodh = t179t~prodh
      INTO CORRESPONDING FIELDS OF TABLE v_t179_int.
    Rob

  • Calling a view into another Dynpro Component

    Hi,
            Could you please let me know the steps involved in calling one of the view into another abap webdynrpo applications.
    Thanks,
    Kumar

    If you want to use a view from another WD Component, then you have to have a Component Usage for that other view.  Have you ever used the ALV Component?  If so this is exactly the process that you would follow.  You can read more about the techique here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a7/1d8b412bb5b35fe10000000a1550b0/frameset.htm

  • Consolidating three rows into one

    Hello,
    I am struggling to figure this out and my googling hasn't quite led me to what I need. I have found some ideas such as sys_connect_by_path but I want to convert my three rows into columns (using one row), not concatenate them. I can not quite find the right thing or work it out. The code below gives me the columns I want but I can not figure out how to consolidate it onto one row. When I uncomment the group by line it doesn't like it as the role and emp fields are not group expressions. The values I wish to pivot are strings and not numbers (role).
    Would anybody be kind enough to help?? my brain has frozen!! :D
    Thanks very much
    Jon
    With t As
             Select 25840 id, 'Bob' emp, 'Primary' role  From dual Union All
             Select 25840, 'Jim', 'Secondary' From dual Union All
             Select 25840, 'Dave', 'Tertiary' From dual
        Select
        id
        ,decode(role,'Primary',emp) Prim
        ,decode(role,'Secondary',emp) Sec
        ,decode(role,'Tertiary',emp) Ter
        From
        t
        --group by id

    You just need to add a MAX and uncomment the GROUP BY
    SQL> ed
    Wrote file afiedt.buf
      1  With t As
      2           (
      3            Select 25840 id, 'Bob' emp, 'Primary' role  From dual Union All
      4            Select 25840, 'Jim', 'Secondary' From dual Union All
      5            Select 25840, 'Dave', 'Tertiary' From dual
      6           )
      7   Select
      8      id
      9      ,max(decode(role,'Primary',emp)) Prim
    10      ,max(decode(role,'Secondary',emp)) Sec
    11      ,max(decode(role,'Tertiary',emp)) Ter
    12    From t
    13*  group by id
    SQL> /
            ID PRIM SEC  TER
         25840 Bob  Jim  DavePersonally, I'd use a CASE rather than a DECODE, but that doesn't matter much.
    Justin

  • Search view : Combine two search views into one serch view

    Hi ,
    We have a requirement for combining two search views into one and display single result view consisting of some fields from One search and few fields from other search.
    Ex. There are two seperate search views for Oppotunity and Quotation. Now we want to combine search views of both into one search view with selected fields and then display a single result view with combined fields from both result views .
    Kindly suggest me the steps I can follow to achieve the same.
    Thanks,
    Madhura

    Hi,
    This is possible by creating dynamic views in a window.
    1)create views you required.
    2)create a tray in the view 1 and a link and set the properties.
    3)create an outbound plug for the view1 and save the application.
    4)create one more link in the tray for view1 and set the properties and create one more outbound plug.
    5)go the main view view and create 2nd tray and create a UI container element in it.
    6) now embed view1 and view2 in the container .........................
    <removed_by_moderator>
    regards,
    Muralidhar .C
    Edited by: Stephen Johannes on Jan 26, 2010 7:53 AM

  • How to insert Query View into a WorkBook

    Hi Experts,
                   Is it possible to  insert a Query View into a workbook template . I know about how to insert Query into a workbook template but I am not aware of how to insert a Query view.Please help me in this regards.
    Thanks & Regards,
    Bala B...

    In ur analyzer u will get the design toolbar. Like u did for inserting query into workbook , same procedure u need to follow here-only difference being instead of query u select ur query view,while creating data provider.
    Steps:
    Goto design mode, b selecting 'design mode icon' in analyzer toolbar.
    Double click on 'analysis grid' icon from ur analyzer toolbar.
    In that create DP(data provider).
    In that give a name for DP and select your query view in that screen.
    Hope it helps.
    let me know any issues
    Regards,
    Rathy

  • DBA views into procedure

    Hi,
    I have create a user with dba grant.
    I can select data from dba views, but when I select from dba views into procedure, I have an error message PLS-00201 sys.dba_tables must be declare.
    What is this ?
    Thank in advance for your help
    Nicolas.

    I found the answer. I need to give priviliges explicitly not through the role.
    Topic close.

  • I guess there are not phone support...  I cannot drag images from grid view into collections.

    I have been trying desperately to fix this issue.  I cannot drag any images from the grid view into collections.  Can anyone help?  I looked everywhere for a  customer support number but I was not able to find one on Adobe Website. 

    Hi,
    Only a couple of things I can think of:
    1. Make sure it isn't a Smart Collection, and
    2. Drag by placing the cursor on the actual picture NOT the grey area surrounding the image.

Maybe you are looking for

  • Organizer not showing photos in thumbnails...only getting grey square w/hour glass

    The organizer is only showing a blank grey square as the thumbnail and not the actual photo.  However, once I click on the thumbnail, the photo pops up and is veiwable.  This is a problem that just recently started.  All of my other photos, in other

  • Inserting values into multiple tables in one jsf page with single commit op

    hi all, i have two tables , one is parent table and other is child record. record details: table1:(parent table) emplid (primary key) empl_name table 2:(child table) empl id ( Foreign key) empl_name ( Foreign key) contact_no (primary key) my senario

  • Blank, non-loading emails in Snow Leopard Mail

    Hi, I'm really confused. I am upgrading to a new computer, an iMac i5, and just transferred my main IMAP-based mail account. Some messages - it seems to be messages with attachments only - are displaying blank. They load up fine on my backup machine

  • Trusted RFC connection Problem

    Hello, Trusted RFC connection between two systems when the results are negative. The error we get is "You Are Not authorized to logon to the target system (error code 1)." But everything looks smooth (kernel, logfiles, etc.).. S_rfc users and has s_r

  • Store Counter Number in BODS using Global/Local Variable

    Hi All, Anyone done before adding a counter integer field into a table based on key via BODS? Example: Table 1 (contains just 1 field) <-Input: Key 1 Key 1 Key 2 Key 2 Key 2 Table 2(contains 2 fields with INT as the 2nd field) <-Output: Key 1      1