Fire OutBound Plug --- Not Working

Hi,
I have a Window with 2 Views. I have put 2 Naviagtional Links for the Plugs accordingly. I have a Button/Link available in View1 and want to Navigate to View2 on the action of the Button or Link. Strange thing is , When I perform the action, nothing happens. I refresh my Iview on my portal, and then when I perform the action, it works fine. I have never faced any problem in Navigation by firing plugs ever before. Can anyone suggest what coudl have gone wrong ?
Regards,
Murali.
Message was edited by:
        Muralidaran Shanmugham

Once we deleted the Instance of the Model, the problem got solved.

Similar Messages

  • How to fire outbound plugs of a window?

    I have a component which I want to re-use in applications. The component should have 2 outbound (interface) plugs which can be wired into parent applications. When the user clicks buttonA in the component it should fire outboundPlugA, likewise for buttonB we have outboundPlugB. My problem is that I can only seem to fire outbound plugs of the view and not of the window.
    Until now, we've solved this by firing interface events of the component controllers but it seems plugs would be more elegant.
    How does one fire outbound plugs of the window?

    OK, I've done what you said and have the following in the event handler (action of a button) in my view:
      DATA:l_ref_test TYPE REF TO ig_comp1_window.
      l_ref_test = wd_this->get_comp1_window_CTR( ).
    The compiler error message is:
    Method "GET_COMP1_WINDOW_CTR" is unknown or PROTECTED or PRIVATE.
    This method does not exist as far as I can see.

  • Fire FTP does not work with Firesfox 4. It worked OK with version 3. How can I get a New Fire FTP? Last version of FTP does not solve the problem

    Fire FTP does not work with Firesfox 4. It worked OK with version 3. How can I get a New Fire FTP? Last version of FTP does not solve the problem

    I need to know if it's 64-bit or 32-bit.
    If it's 64-bit, try copying the mms.cfg file from C:\WINDOWS\syswow64\Macromed\Flash to C:\WINDOWS\system32\Macromed\Flash

  • Why does fire outbound plugs sometimes don't work

    Hello.
    Can someone of you tell me what the reasons are that sometimes the firing of a outbound plug don't do the navigation?
    Many thanks,
      Mathias

    Check in the window if you have created the navigation link between the views. After defining the plugs, only if the navigation link is created, the plug will be fired properly. This could have been missed, have a look.
    Regards,
    Nithya

  • Exit Plug not working in Portal

    Hi experts,
    I have a web dynpro application (WDP A) which fire an exit plug to another web dynpro application (WDP B). It works fine in normal web dynpro runtime. The architecture of the application is shown [here|http://img232.imageshack.us/img232/7172/exitplug.png].
    Now i have created an iView in the EP for WDP A. When the button which fires the exit plug is clicked, i get this error.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!
    Seems exit plug is not working in portal run time. Any one has an idea on how to solve this?? Use portal navigation?? What is that?? any guideline and documentation on that??
    Thanks in advance.
    Best Regards,
    kityein
    Edited by: kityein lai on Aug 5, 2009 10:04 AM

    Hi,
    Now that your WD apps are running in a Portal they should be more "Portal aware".
    What I mean is that now they are part of a larger framework and you cannot just call the other WD app.
    To do this properly (as the error message says) you should use the portal navigation.
    Portal navigation consists of many variants: Normal, Dynamic, Quicklinks etc etc.
    I personally advice to use Quicklinks if you want to navigate between 2 applciations running in the portal but are not native-portal apps. Altough this might not fit your requrements in this scenario, I cannot say....
    In addtions here are some help resources:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/38/5dc53e5ae84d3be10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/00c110606a5277e10000000a1553f7/frameset.htm
    Hope this helps you a bit...
    Benjamin Houttuin

  • Fire Outbound-Plug of Window in Componentcontroller

    Hello,
    i have defined a Component Interface Definition with an Interface-View (ZYEX_CID).
    One WD component (ZYEX_C) implements this ZYEX_CID.
    I have defined an additional outbound-Plug TO_X in Window inherited from ZYEX_CID.
    In the component controller of ZYEX_C i fire this additional outbound-Plug (component controller of ZYEX_C uses the window controller).
    At runtime an error is issued - outbound-Plug TO_X does not exit in ZYEX_CID.
    Error occurs only if i use ZYEX_C in another WD-Component via interface ZYEX_CID.
    Implementation of ZYEX_CID is provided via Application configuration.
    If i use ZYEX_C directly (not via interface) error ist not issued.
    Thanks.
    Regards
    Paul

    Hi ,
       Just check the provided out bound plug is marked as interface plug .  Then only you can fire this plug from the using component .

  • Fire outbound plug from view in a DC to the interface view.

    I have a DC1 which has a view.From this View I fire a outbound plug with a string parameter to an interface View's inboundplug with the string parameter.This view is in another DC2 and used DC in DC1.
    Now when I try to Build the DC1,I get build error with the error log saying that the plug parameters arent compatible.But both the parameters are of same type.

    Hallo Kent,
    as long as your Comp A component keeps alive it also keeps it state when leaving it via navigation. By setting its lifecycle property as "manual" you can manage the lifecycly of Comp A on your own. This means the Web Dynpro Java Runtime will not destroy this component instance when leaving it via navigation.
    To navigate back you can apply the cross-component navigation technique I described within my tutorial on https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/751d003a-0b01-0010-8996-afbaa3fd5339">cross-component [original link is broken] [original link is broken].
    Regards, Bertram

  • Fire wire 800 not working on IMAC

    My Fire wire port on my IMAC 24 inch is not working now.  I have tried switching cables, etc.  This started when I had to have the hard drive replaced.  The drives do work if connected by USB or FW 400. 
    John

    Have you reset your SMC and PRAM?  If that doesn't get your FW800 port going, run the Apple Hardware Test to see if it spots any hardware problem.

  • Suspendable plug not working in portal

    Hello
    I am having two DC.
    DC 1 is an web dynpro application which has a suspend plug (ToDC2) in its interface view.
    DC 2 is another web dynpro application which is having a default inbound plug in its interface view.
    Now, I am using URL of DC2 application to navigate from DC1 to DC2.
    String urlToTargetApp =
         WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);
    wdThis.wdGetApp1ApplInterfaceViewController()
         .wdFirePlugToDC2(urlToTargetApp);
    This scenario is working fine if I execute my application directly outside portal.
    But in portal it gives me following error :
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Suspend-Plug must no be triggered when running in portal. Use portal navigation instead to navigate to another application!
    Now, I have read it in SDN contributed articles that above error must have come only if i would have been using an exit plug instead of suspend plug.
    In case of suspend plug you need to just set an application property "sap.suspendable.application = true" if using application within portal, as this will make it work.
    But it is not working here !
    Any comments please.
    Edited by: Saurabh Agarwal on May 21, 2010 12:27 PM

    No Vinit, unfortunately not.
    If you find a soltion then please revert back.
    Thanks

  • Fire FTP is not working with firefox 4 and i need it badly. how do i do to make it work in the new version?

    sinds i upgrade firefox to the new version 4, fire FTP it's not working. i cannot open it. and i need it badly to work everyday. so i would like to know how to make it work in this new version. what do i do? how i can open it?

    Which version of Fire FTP do you have installed? <br />
    Version 1.99.# is needed for Firefox 4.0+ <br />
    https://addons.mozilla.org/en-US/firefox/addon/fireftp/versions/

  • Fire outbound plug of interface view controller?

    Hello Experts-
        In my WD project I have two apps A and B.
        I need to navigate from app A to app B.
        In the interface view controller of app A, I have created an outbound plug called GotoB.
        I determine the URL of app B using the WDURLGenerator and store that value in a string.
        In a view of the app A I have the code:
    <code>
    wdThis.wdGetAInterfaceViewController().wdFirePlugGoToB("URLtoB");
    </code>
        For some reason nothing seems to be happening when the event triggers in the view of app A that runs the above code. The view of app A just seems to refresh. The one thing that does happen is that on the refreshed view of app A if I click on the button to trigger this event again I get an 'app A has expired' WAS error.
        What am I missing here? How can I make the navigation from app A to app B work?
    Thank you,
    - Vik.

    Hi,
    well step by step:
    1) Create component Component1 (package="com.sap.sdn", window name = "Component1CW", View name="Conponent1CV")
    2) Create component Component2 (package="com.sap.sdn", window name = "Component2CW", View name="Conponent2CV")
    3) Create application "App1" (package="com.sap.sdn", Web Dynpro component="Component2", the rest - by default)
    4) In Component1CWInterfaceView create outbound plug "GoToComp2"
    5) In Conponent1CV add Component1CWInterfaceView as required controller
    6) In Conponent1CV add button and in action handler put following:
      public void onActionGoToComp2(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionGoToComp2(ServerEvent)
        wdThis.wdGetConponent1CWInterfaceViewController().wdFirePlugGoToComp2();
        //@@end
    7) In component Component2 add Component1 as Used Web Dynpto Component (name="Component1CU")
    8) In Component2CW embed view (Component1CWInterfaceView) as Embed Interface View of a Component Interface, and set this view as default.
    9) In Component2CV add inbound plug "FromComponent1"
    10) In Component2CW link embedded View Component1CU.Conponent1CWInterfaceView.GoToComp2 with Component2CV.FromComponent1
    11) Build-deploy-run. Click on button. It should work.
    Regards, Maxim R.

  • 3G camera & Photo App Still Not Working-outbound email not working properly

    I have restored my 3G phone NUMEROUS times. I have restored it as new, I have restored it from Backup. Each time I deleted the previously downloaed upgrades, so that it would get them again, thinking this would fix the problem as Apple says it will MAYBE. I have done this so many times and I am SICK OF DOING IT!!!! My photos are somehow there somewhere because they are attached to my contacts, however I can not access them or my camera, as they go back to the home screen when pressed. This is the 2nd 3G phone within a 1 month period. The outbound email also stinks, as I can never consistently seem to be able to send an email. I have tried the smtp from AT&T (cwmx), GMAIL, AOL. None of them consistenly work. Also, each time I sync my phone, something is removed and I have to re-add it. I know others are as frustrtaed as I am, by reading the other posts???? My 2G phone which I only had for 5 months prior to the 3G, had no problems except for the consistently sending email problem on any smtp. My husband has that 2G now, and his camera works and he has the upgrade. The only thing he doesn't have on his phone is any extra apps. Could the 10 games I installed from Itunes be disruptive to the other features somehow? Also, I now have 8 games, cause some totally dissapeared! I am at my witts end!!!!!! APPLE HELP...CAN U PLZ SEND AN UPGRADE THAT WILL FIX THIS PROBLEM FOR GOOD! (NOT JUST A BUNCH OF LAME GUESSES AND RESTORES) ! Thanks!

    Might the onset of its failure coincide with your update to iOS 7?
    If they do, maybe the old app is not fully compatible with the new iOS and you need an update of it?

  • SRM XI standard content ...SRM Server 7.0 - Outbound proxy not working

    Hello All,
    we have integrated SRM SUS with ECC 6.0 using XI standard content XI SRMSERVER IC 7.0. With same configuration, Purchase Order has been send from ECC to SUS and PO is created successfully in SRM SUS. But, while confirming the purchase order, its not generating outbound proxy message.
    And when we check the interface PurchaseOrderConfirmation_Out(i.e dobule clicking) in SPROXY transaction of SRM SUS, getting the following LOG:
    1. Logical port template is inconsistent, regenerate it and activate it
    2. cannot create LPT without DT profiles
    3. Regernate proxy(inactive version incorrect)
    Let me know if you have any suggestions.
    Regards,
    Sreenivas.

    Hello Srinivas,
    1.Check your Port creation from ECC to XI  2 SRM.
    2. Activate your proxies properly and check whethar your proxy communication working properly or not.
    check this links for your reference.
    MM -XI-SUS
    MM System - XI - SUS
    MM-XI
    How to integrate MM using XI
    SRM-XI
    SRM  and XI Integration
    http://service.sap.com/~sapidb/011000358700002897342004E/CCMConfig10_01_05.pdf
    http://service.sap.com/~sapidb/011000358700003992672005E/Config_Guide_CCM200_640doc.pdf
    http://service.sap.com/~sapidb/011000358700002897402004E/ServiceProcurementNEW.pdf
    http://service.sap.com/~sapidb/011000358700002897382004E/Plan-DrivenwithSInew.pdf
    SRM and XI
    Is there pre-configured message mapping for SRM Content?
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    SRM XI scenario
    Which version of SRM needs XI?
    SRM  AND SAP XI
    XI with SRM 4.0
    Regards,
    Mahesh

  • Ipad mini lightening to USB camera plug not working

    Hi all,
    I recently purchased an ipad mini with a lightening to USB camera cable. The ipad does not recognise my camera and vice versa. It's like they are not plugged in.
    Have tried resetting ipad and camera, both have full batteries and have tried 2 different camera USB cables which both work when plugged into the computer.
    Camera is Olympus EP-3.
    Anyone else had this issue?

    Magsoff wrote:
    Hi all,
    I recently purchased an ipad mini with a lightening to USB camera cable. The ipad does not recognise my camera and vice versa. It's like they are not plugged in.
    Have tried resetting ipad and camera, both have full batteries and have tried 2 different camera USB cables which both work when plugged into the computer.
    Camera is Olympus EP-3.
    Anyone else had this issue?

  • Powerbook plug not working...PLEASE HELP

    So I have a powerbook and when I plug in the cord it charges the battery (the green light turns on around the plug). However when it charges the battery completely the cord stops, so my computer runs off battery power until it dies or until I notice it. Then I have to unplug it and plug it back in to get it to start charging again. Does anyone know how to solve this annoying problem????
    Thank you sooo much
    Mac Powerbook   Mac OS X (10.4.7)  

    Have you tried resetting the power manager? This article explains how:
    http://docs.info.apple.com/article.html?artnum=14449
    If that doesn't work, and PRAM zapping doesn't help:
    http://docs.info.apple.com/article.html?artnum=2238
    Check for hardware test or fraying possibilities using the references on my FAQ*:
    http://www.macmaps.com/frayguide.html
    * Links to my pages may give me compensation.

Maybe you are looking for

  • MSI GE60 2PL Cooling Question

    Hi there, I just bought a MSI GE60 Apache-629 Laptop. I Never owned a MSI Laptop but I am Very Satisfied so Far. Even though it doesn't have the NVidia GTX 860m , like the Apache Pro, I can Still Run Battlefield 4 on Medium Spec in 1920x1080. My Ques

  • How to clear the 'Other' category in my Blackberry Curve memory?

    So, I have found that on my device memory, 50% of the memory is being used. That's fine of course - I have a ton of pictures and loads of music, so it only makes sense - but I recently found that 26% of that 50% is being used up by a white category l

  • Yahoo toolbar. I want to get rid of it! how can I murder this add-on in FF?

    I downloaded dvd burning app and it installed yahoo toolbar in FF. I have uncheck it under tools but it persists. I can't remove the program with the uninstaller in Win 7 and not even Revo finds. I believe it's in FF. How can I remove this toolbar?

  • Laptop screen went black

    I was in the middle of working on a document when my laptop screen went white and then went black. The fan started getting really loud. The caps light would still work but I could not get the screen to come back on again. After shutting it down, now

  • Cisco Ea4500 limiting my download speed on a wired connection.

    If I use my router my download speed is about 55 Mbps, when my PC is plugged directly into my modem my download speed is about 180Mbps. What is going on here?