WD Abap popup that navigates to view of a different window

Hi,
I have 2 windows: 'Main' and 'Popup'. Main has 2 views: View1 and View2. The Popup has 1 view: 'PopView'.
The popup is started from window 'Main' & 'View1'. In the popup I choose a search help value and then I would like for the popup to go to View2 of window 'Main'.
The problem seems to be that when I try to create a outgoing plug on the popup I can only create a navigation link to view(s) in window 'Popup'.
Is it possible to create an outgoing plug from window: 'Popup', View 'PopView' to window: 'Main', view 'View2'
Thanks,
Raymond

Hi Raymond,
I am also facing the same issue . Could you please share your idea to navigate from view of one window to view of another window.
thanks,
Deepshikha.

Similar Messages

  • Adding a popup that does not interupt the progress

    I'm trying to add a popup that opens up a URL, like help window. But I do not want it to interfere with the progress of the captivate project.
    I tried using javascript popup window.open() command, on a button. When user clicks button it brings up appropriate popup, but the project goes blank, except for the word [object] on the page.
    Any suggestions are appreciated!

    Hi again
    In that case you need to avoid using JavaScript unless you want to control the size and placement of the popup. If that's what you are doing, you need to code a function in the HTML page or the standard.js file that handles the popup for you. The way you are doing it with the Button or Click Box is likely not pointing to a function.
    If simply opening a new window is sufficient, just click the down arrow to the right of the URL and choose New. Click it a second time and DE-select "Continue playing project" to keep the movie paused when the user clicks the object.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to open a 2nd WD View in a new window?

    Hi,
    my WD Component has a button which opens a new view. I would like to open this view in a new window.
    I tried to link two views of two windows with plugs, but it seems like I'm only able to navigate between views of the same window....
    Up to now my solution was to open the view in a pop up window. Now its neccessary to open the view in a new browser window.
    For the background; with click on the button a pdf is generated (Interactive Forms). It is ok to display the generated pdf in adobe acrobat reader directly as well.
    Any suggestions how to handle this?
    Thanks in advance,
    Tan

    >
    Tan Yildiz wrote:
    > Hi,
    >
    > my WD Component has a button which opens a new view. I would like to open this view in a new window.
    > I tried to link two views of two windows with plugs, but it seems like I'm only able to navigate between views of the same window....
    >
    > Up to now my solution was to open the view in a pop up window. Now its neccessary to open the view in a new browser window.
    >
    > For the background; with click on the button a pdf is generated (Interactive Forms). It is ok to display the generated pdf in adobe acrobat reader directly as well.
    >
    > Any suggestions how to handle this?
    >
    > Thanks in advance,
    > Tan
    if your purpose is to display a interactive form as external window then you have to understand that number of button clicks would result into number of external windows and number of sessions to backend as well. You can't see which external window is related to which data in your application, you cannot close it from your parent window. User has to do that explicitly.
    I would consider the following.
    Embed the display view into a separate window.
    use create_window method to show the window .

  • Pass values between views of different window

    Hello Experts,
    I am a newbie in ABAP Webdynpro. I have 2 views in 2 different windows. I want to pass values calculated from one view to the other view. But i cannot connect the views.
    If the views were within the same window, I could connect them using inbound and oubound plugs with parameters. However in this case i am unable to establish the navigation link between these 2 views.
    Has anyone of you experts come across such kind of requirement? If so, can you please guide how to connect the 2 views?
    Thanks and regards,
    Nitish.

    Everyone,
    I was finally able to connect the 2 views by using the component controller.
    I created an attribute on the context of the component controller and read/set of the attribute of component controller on the button click event.
    To access the attribute of the component controller, please find below a code snippet which was useful to me:
    Data declaration for accessing the component controller
    DATA:
           lo_component     type REF TO if_wd_component,
           lo_context       type REF TO if_wd_context,
           lo_controller    type REF TO if_wd_controller,
           lo_node          type ref to if_wd_context_node,
           lo_child         type REF TO  if_wd_context_node.
    DATA lo_el_test_depts  TYPE REF TO if_wd_context_element.
    get component controller API
      lo_component = wd_comp_controller->wd_get_api( ).
      lo_controller ?= lo_component.
    accessing the context of the component controller
      CALL METHOD lo_controller->get_context
       RECEIVING
       context =  lo_context.
    lo_context is the required context, from here we can manipulate its components
    get to the root node in context of component controller
      lo_node = lo_context->root_node.
    using lo_node i was able to  read and write to the attribute i created in component controller.
    Thank you all for your help.
    Nitish.
    Edited by: Nitu_0105 on Apr 8, 2011 3:29 PM

  • Calling an ABAP WebDynpro Popup from a BSP view

    I need to know if the following is possible.
    I have a requirement to call an ABAP WebDynpro Popup from a BSP view.
    When the Popup is triggered (eg via pushbutton) the BSP will pass data to the Popup, before the Popup is closed the Popup will pass data back to the BSP to be displayed in the BSP view.
    I do not want to rely on Portal Events as Portals may not be used, would really appreciate a clean simple solution.

    Hi,
    any webdynpro application has a URL behind it. Haven´t you tried to call that URL with Javascript code ??
    script language="Javascript"
          url = "test_page.htm" + "?field=" + param;
          window.open(url, "F4window", "width=400, height=400");
    /script
    You can pass data to the WD application using parameters as I show you after the "?".

  • How to navigate from view of slave DC to view of matser DC?

    Hello!
    I've got DC1 (master) and DC2 (slave) in different projects. Both projects are WD Java local DC projects. DC2 has one component (say A) with view, window, view interface, controller and controller interface and has no applications. This view should be called at start of application. Only DC1 has application. Public parts created properly so DC2 visible for DC1.
    In main window of DC1 I embedded View Interface from DC2 and make it default. View Interface has outbound plug connected with inbound plug for View of DC1.
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    I'm working with NW7.0.
    Regards, Lev.

    Hi
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    Hi
    One solution will be already provided by  jithin james .
    Apart from that if u want to make something generic (For your case View interface of different Dc) follow this  [Best practices |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0409d83-5ed5-2910-ef91-e41da6d5b8b4]
    Best Regards
    Satish Kumar

  • How can i navigate via navigational link between views in different windows

    hello
    i am using CRM_UI and have opened a popup
    gv_transcr_popup is a attribute referrring to if_bsp_wd_popup in my implementation class
    gv_transcr_popup = comp_controller->window_manager->create_popup(
        iv_interface_view_name = 'AIC_CM_TRANS/AssignTranspReq' "#EC NOTEXT
        iv_usage_name          = 'CUBAssignTransporReq'         "#EC NOTEXT
        iv_title               = lv_title ).
    get instance of BOL dynamic query
      lo_qs = cl_crm_bol_dquery_service=>get_instance( 'BTQAIC_CM_TRANSPORTREQ').
      gv_transcr_popup->set_on_close_event( iv_view = me iv_event_name = 'AssignTranspReq' ).
      gv_transcr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      gv_transcr_popup->open(   ).
    through the iv_usage_name i will open in this popup a search view from another window
    in this window is a searchview implemented and now after selecting the line in the result view in want to navigate through outbound plug / inbound plug to the starting view .
    but i get the exception
    Target view AIC_CM_TRANS/TransportReq of the navigation is not assigned to the current window AIC_CM_TRANS/AssignTranspReq ( which is true)
    now the question: how can i navigate between views of different windows?
    Best Regards
    britta

    hi
    i have found a way : you have to use a outboungplug from the windows interface ..then it is working
    best regards
    britta

  • I keep getting a popup that says"host process for window services has stopped"

    hp s5220f
    microsoft windows 7 home premium edeition (64 bit)
    I keep getting a popup window that says "host process for window services has stopped"
    How can I get rid of this?

    Hello tribefanz,
    Sounds like a compatiblity issue with a program and Windows 7. We need to find out what program is causing the issue though. We can do that through event viewer
    1. Click the start orb
    2. Select Control Panel
    3. System and Security
    4. Under Administrative Tools select the Event Viewer
    In the event viewer you will want to drill down into the Application and System logs and look for anything with a Red X that says Error. Identify the program causing the problem and then we can go from there.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • Web Dynpro Abap popup doesn't display in portal

    Hi all.  A wierd issue here.  We have a couple fields within a web dynpro abap application that use search helps.  These search helps work fine when the application is run outside of the portal, but when run within the portal we get a javascript error about a 'null' object.  Any ideas of what may be going on?  I am thinkning there is some security feature suppressing the popup of the search helps.
    Thanks so much...

    Good news.  Our basis team fixed the problem.  There were some security settings on our apache server we use that caused the problem.  Thought I would post the fix.  Thanks for replies.

  • There is the possibility of making all my itunes podcast so that users can view a repertoire?

    There is the possibility of making all my itunespodcast so that users can view a repertoire?

    If you mean you have several podcasts and would like them all to be listed on the same page, you may be able to get the Store to set up what they call an 'Artist Page' which does this.
    http://www.apple.com/itunes/podcasts/creatorfaq.html says:
    How can I create a page that aggregates my podcasts?
    If you have multiple podcasts listed in the iTunes Store, the iTunes staff can create a single page that lists all of them in one place. We call this page an “artist page.” Note that a podcast can only appear on one artist page.
    To request an artist page, navigate to one of your podcasts, click on Report a Concern, and select Remove a Podcast. In the dialog box, explain that you would like an artist page, give us the exact name of the artist (please don’t include “Inc,” “LLC,” etc.), and list the exact feed URLs or links to your podcasts.

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • My mail app wont open so that i can view it but it wont let me 'quit' either so I cant just do a restart to do updates and troubleshoot?

    my mail app wont open so that i can view it but it wont let me 'quit' either so I cant just do a restart to do updates and troubleshoot?

    Yeah I did that just after posting this and was able to then follow through with the above steps. All good! thanks for replying

  • Any way to create a form that allows users to create profiles that can be viewed by other users?

    I'm working on a social media site, and I would like to give users the ability to create simple profiles that can be viewed by other users. Is there any way I can do this in Muse CC? Any good resource websites with code I can embed?

    Muse form widgets can only email the form submission data to a specified email address for non-BC hosting at this time. For BC with webCommerce plan and above, this should be possible with the help of webApps however, that is an advanced topic and would require some knowledge of CMS and HTML to implement <http://helpx.adobe.com/business-catalyst/partner/web-apps.html>.
    Also this will not be possible with Muse on its own as Muse outputs static pages only and what you are looking for requires backend technology to work (that BC offers).
    Thanks,
    Vinayak

  • How to switch to a different app store? I am trying to update my apps but am getting a popup that says your account is not valid for use in the uS store. you must switch to the Canadian Store before purchasing. How do I do this?  I can't find the place

    I am trying to update my apps but keep getting a popup that says "Your Account is not valid for use in the US store. you must switch to the Canadian Store before purchasing." I can not find where to do this! Please help! Thank you!

    [Apologies to pdesteele for this slight OT bit, but it's all relevant to your question, I think ]
    We do have a place in the UK which we could use as an address, but for various reasons it gets a bit complex even though we still have a UK bank account. We moved to France when there were no iDevices and apps around, just bought the occasional music, so it wasn't a problem. Funny thing is I can't even download the free UK bank app because it's not available in the French store .
    I'll live with the problem for now as we plan to move back to the UK in a year or so - we miss the weather .

  • How can I create a URL for a PWA for MS Project Server 2010 project file that includes the view?

    Hi, this question has been answered for 2013. The answer here suggests that it can be done in  2010.
    See:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/3affdc4f-36bf-4381-8b75-27c73465efd4/action?threadDisplayName=how-can-i-create-a-url-for-a-pwa-for-ms-project-server-2013-project-file-that-includes-the-view
    Who knows how?
    Regards
    Sander

    Hi Sander,
    As far as I tested it, it is not possible either with PS2010. The URL only contains the PDP name and the projUID.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • Redetermination of item category in deliveries

    Hi, Let me explain with an example i have sales order with item category TAN and when i do delivery i want the item category should redetermine as TAS(example) what are all the setting in need to do? Please guide me its really urgent for me. Thanks a

  • How to know that if an item/lot # combination is produced in an ORG?

    Hi All, I need to use this in a custom process which will manipulate the transactions in AR_INTERFACE TABLE before auto invoice process is ran. But my question is how can we know that an item is manufactured in a particular oraganization. Here is the

  • Travel expense break-up

    Hi, I want to get Travel expenses break-ups on Cost-Centers. For example, For a perticular person & trip, there is a line item created through 'PR05'. For a single line item, Amount are split up to 2 Cost Centers. I want to get the amounts based on C

  • Bad performance problem of Application

    Hi guys,                When I open my site by many user it will take lot of time to load than how can i solved multiuser problem i m using flex and hibernate than how can i solved performance problem. Thanks abhi

  • New camera raw extentions

    Where can I get a new camera raw cr2 extention for elements 10? I have a new canon power shot s100 so elements is not importing the raw files to the organizer