On Resume Plug another iview ?

Hi Webdynpro Java guru's ;
I have an suspendable application and it has 3 iviews (iview a , ivew b , iview c).
my application starts with iview a then plugs iview b. In iview b application navigates another application.
After some process it returns back and my first application resumes. When resume plug called. i want my
application plug iview a .
How i can do this ?
Pls help

Hi,
When u click resume plug u want application plug iview a right ?
String Url = "application iview a url";
    wdThis.wdGetSusResWindowInterfaceViewController().wdFirePlugResumePlug(Url);
u store iview a url in Url variable and pass that variable to resume plug.
Regards,
sunaina Reddy T

Similar Messages

  • How to fire resume plug?

    hi experts,
            when we make suspend plug in window in componet X  and call another application of component Y through URL of that application. If i have already made resume plug of component X.  So after switching over to Y application how should i come back to application X through resume plug.
    Please revert back.
    Thanks,
    Saurin.

    1. create a event EXIT_EVENT in Component controller
    2. create a method CALL_EXIT_EVENT in component controller.
    3. write code in CALL_EXIT_EVENT to fire event EXIT_EVENT.
    4. create a event handler method CALL_EXIT_PLUG in window of application Y which will fire on event EXIT_EVENT.
    5. write code in CALL_EXIT_PLUG to fire exit plug of Y.
    now you can call CALL_EXIT_EVENT to exit from application Y and to resume to X.
    there is no need to pass url of X in exit plug.
    that's it. u r done...

  • How to Include one iView into another iView

    Hi All,
    My requirement is to have 3 input fields across many iviews. on entering the values in those fields, i will invoke a Web Service Model.
    I dont want to keep these 3 fields in all iviews, rather i am planning to create one iview with 3 fields integrated with model and call this iview in many other iviews.
    How do i achieve this in wed dynpro coding. In JSP, there is a concept called "Include Jsp Page" . Is there any similar kind of functionality in WD.
    Kindly guide me .
    Reg/Venkat

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • Opening another iview from an iview in the same page ....

    Hello ....
    I need to open another iview from an existing one in the same page without overwriting the other existing iviews on the page. I am using EPCM.doNavigate() as given below
    EPCM.doNavigate('ROLES://portal_content/com.hersheys.Hershey_Content/com.hersheys.Human_Resources/com.hersheys.hr.sap_mss_iviews/EmployeeExit?SCENARIO_PARAMS=PERNR='+person,0);
    The iview does open in the same page, however i lose the other iviews on the top and bottom of the page ....
    Any pointers??
    Thanks,
    Devina

    Hi Devina,
    Try using IUrlGeneratorService to generate the URL to the required iView, instead of EPCM.doNavigate().
    doNavigate sometimes refreshes the whole page while loading the required iView.
    cheers
    Kiran

  • Photo iView in another iView

    Hi all!
    We have a problem showing photos of employees in a home made CV iView. The pictures are currently stored using standard document handling in SAP so there are standard procedures to "retrieve" the pictures. There is an iView called "Photo", in mss package: com.sap.pct.hcm.eeprofilephoto.par, and this iView does nothing else but showing a photo. Is there a possibility to place this iView embedded/within another iView like our home made one? It can't be placed outside the CV iView on a page since it doesn't give the correct layout for printing the CV.
    A great thanks in advance!
    Best regards
    Benny Lange

    Thanks a lot for this idea!
    But I'm having some problems: I don't recognice the different headers straight of. I find "Support" on top bar, under this one I find "Support desk". On this page I can find "Portal Java runtime" but not "Portal runtime" but I suspect this is just another name. Now I'm stuck though. I can't find any place here to download the par-file you mentioned.
    What I did find by going into "Browse deployment" and then going all the way down to "ROOT/WEB-INF/plugins/portal/lib" was a file called "prtlayout.jar". Could this be the file you are talking about? Perhaps I should mention that I'm working in EP5 and this might be the cause of the differences in headers and location of different things.
    Best regards
    Benny

  • I plugged another iPhone into my i tunes now that phone cannot connect to facebook and other apps

    I plugged another iPhone into my i tunes now that phone cannot connect to facebook and other apps

    iOS: Device disabled after entering wrong passcode
                  http://support.apple.com/kb/ht1212

  • How Can I Call a method in iView  ,which is in another iView

    I Have 2 iViews i want to call a method in Iview which is i another iView
    Thanks and Regards
    Prasad.Y

    Hi Prasad,
    first, welcom at SDN.
    Next, let us clarify some wording:
    A <i>PAR</i> is a <i>Portal ARchive</i>. It is a zip in a certain format. It contains a <i>portal application</i>.
    A <i>portal application</i> consists of <i>components</i> and/or <i>services</i>.
    An <i>iView</i> is somehow an "instance" of a <i>component</i>. It is created within the portal. There are <i>no iViews in a PAR</i> (like: "There are no objects in a JAR (but classes).").
    With this in mind, you know that the question does not work, for iViews don't have "methods".
    If you ask how you can call a method of a class belonging to a different component (but within the same portal app), it is no problem at all, each class has access to each other class within the same portal app (in fact, one has to differentiate between public and private part, but we don't want to go so far). To call use a class belonging to (the public part of) a different app, you will have to set the SharingReference within portalapp.xml.
    If that's what you're looking for - great.
    If not, ask again, but far more detailed.
    Hope it helps
    Detlev
    PS: Please consider to reward points for helpful answers. Thanks in advance.

  • Display of iView (any kind) in Content Area on click from another iView

    Hi All,
    I want to display any type of iView in the content area of my portal on click of link which is another iView on the same page.
    how do we go about this??
    Thanks in advance
    Srikant

    Hi Srikant,
    Paste this code in the jsp from which u have build an iview
    <a href="link14" onclick="return EPCM.doNavigate('ROLES://portal_content/Folder/Pages/iview')">Link</a>
    Hope this answers ur question.
    regards,
    Joshua Kiran

  • Can a iview monitor the loading of another iview?

    Hello,
    We created some IAC iviews and these IAC sometimes takes upto 1 minute to load completely. While doing so, there is no indication that the page is loading. In workplace, there was a image(similar to the webdynpro loading image) but this is not available in the portal. We poked around  and concluded that the image was being loaded and unloaded by the base frame. How can we accomplish something similar in the portal? Specifically, can we use EPCF for it? Biz has ruled out modifying IAC pages to fire EPCF events. Can a iview monitor the loading of another iview?
    Thanks for viewing this question,
    Raj Balakrishnan

    To make app maintenance easier, I'd prefer to define the logic in one button and have the second button
    simply do whatever the first button is defined to do -- as if it was the one that was clicked. Generally a button either submits the page with a request (i.e. 'CREATE') or executes some Javascript. You can make multiple buttons on your page that when clicked issue the same submission request. In that case, the Processing designed to run on that request will run regardless of which is clicked. Likewise more than one button could execute the same Javascript function.
    For example, I have several apps that my userbase makes use of, and some people make use of several. To make it clear which they are logging into, the login screen of each has a graphic that indicates the app name (the same as defined in the application's logo). That graphic is actually in the screen as a graphic button and when clicked will submit as 'LOGIN', so it matters not whether someone clicks on the image or the Login button, the login logic will execute.

  • IView read another iView's profile.

    I have two iViews derived from the same PortalComponent, but have been set different set values for the profiles.
    When I added both of the iViews to the same page, one iView reads another iView's profile. Most of the time both of them use the same value from one profile, but which profile it is used is undertermined. If I keep refreshing the page, I can see which profile the two iView choose to use is random.
    The expected behavior should be each iView only uses its own profile.
    My EP's version is:
    J2EE Engine 6.40 PatchLevel 87289.311
    Portal 6.0.9.0.0
    The same code works fine on
    J2EE Engine 6.30 PatchLevel 84868.311
    Portal 6.4.0.0.200406231750
    In my portalapp.xml my profile is define like this:
    <component-profile>
         <property name="My Profile Name" value="default">
    In my portalcomponent code.
    I read profile by :
    request.getComponentContext().getProfile().getProperty(paramName));
    Can somebody tell me why? Is it a known bug? Did I missed some patch?
    Please mail me to [email protected] too.
    Thank you for your help.
    Harry
    Message was edited by: Xiaochen Du

    Hi Harry,
    > saved in IPortalComponentRequest
    In the original message, you wrote about a problem concerning the profile, now it's the request!?
    > If this is a fixed issue, please let me know,
    > in which patch it is fixed.
    If your are lucky, you'll get an answer to such questions on SDN, but anyhow, no official ones. That's the reason why I have suggested to open an OSS message, that's the support channel which should be able to answer officially to this kind of question. Anyhow, you would have to describe the problem in detail, also if the profile or the request is concerned...
    > confused with the version numbers
    There is a note about what build version corresponds to what SP/Patch. Anyhow, "sneak preview EP version 6.4.0.0.200406231750" probably is quite old, it's from 23.06.2004...
    Hope it helps
    Detlev

  • IPod stopped sync. just sync when you plug another USB device, e.g pendrive

    As weird as it may seem all my iPods (i have 2 old Nanos, 2 new Nanos, one Shuffle and one Touch)stopped syncing. iTunes recognizes them without a problem. I can configure them to sync to a particular playlist but nothing really happens.
    After a lot a work (plugged them in another PC to have 'em erased and all; reinstalled iTunes 9, etc) I just found out the strangest behavior: if I click Sync it takes a long time and nothing really happens. If I do it again anfd plug another USB device (like a pendrive) then sync goes smoothly.
    Not sure why.. all I know is that I love the hardware but hate the software.
    Maybe if I reinstall my PC the issue will go away...
    Any ideas???
    <Edited by Host>

    It's probably not a problem with the shuffle.  Your computer's USB bus may not be providing enough power for all of your connected USB devices.  A typical USB mouse and keyboard are low-power devices, so you must have other devices connected...?  An iPod, because it charges battery from the USB port, is a high-power device.
    I use a powered USB hub.  The hub has its own power supply.  I have the hub connected to the computer, and most of my devices, like iPods, iPhone, flash drives, etc. connect to the hub.  I use the USB ports on the computer for things I leave connected more or less permanently, such as printer and external drive.
    Since the hub has its own power supply, devices connected to it do not draw power from the computer's USB bus.  So that is important.  Some cheaper USB hubs are not self-powered; they are powered by the computer's USB port.  I use an older version of this one
    http://eshop.macsales.com/item/NewerTech/USB2HB7PRO/
    but there are many options.  Just get one that has its own power supply.

  • Resume plug in EP

    Once I have a RESUME PLUG (interface) in my WDA window, the EP keeps a single session open for each WDA.
    While this is a performance boost it is a memory waste. So in my application I'd like to programmatically switch it on / off (as per configuration).
    Is there any chance to do so. Possible solutions:
    - Dynamically create the plug (Dynamically Created Outbound Plug), but how?
    - change the type of the plug programmatically (Standard / Resume)?
    - change the state in WDDOAPPLICATIONSTATECHANGE, but I have no idea how.
    Any idea on how to attack this?

    This seems to work, I just want to keep an eye on that:
    In the WDDOAPPLICATIONSTATECHANGE I do check for Suspend state and in this case I can set the dirty flag (of course, in the real implementation this will be configurable)
    ELSEIF state_change->state_change_reason = state_change->co_reason_suspend.
        r = 'SUSPEND'.
    CALL METHOD lo_portal_manager->set_application_dirty_flag
      EXPORTING
        dirty_flag = TRUE
    I'd really like not know what a SAP WDA developer would say this is, a trick or very bad hacking because of..?

  • Resume Plug POST Parameter

    Hi,
    Can we read the resumeURL before calling suspend ? If yes how ?
    On application resume, Can we read the POST parameter value immediately on resume, returned by external application and on which method we can read them ?
    Vinit

    Now i understud you.
    To get the post parameters from resume plug... you need to create in this plug a few parameters with the same name of the post parameters.
    regards,
    Angelo

  • Suspend and Resume Plug

    Hi all,
    Here: <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/68/3aee42c4257176e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/68/3aee42c4257176e10000000a1550b0/frameset.htm</a>
    is written about Suspend and Resume Plugs, and how to use them.
    I have one question about it:
    "<b><i>To be able to put a Web Dynpro application into the suspend state and resume it later on, you must set the Suspensibility (sap.suspendable.application) application property to true.</i></b>"
    Is this <b>SelfDefined</b> property for the webdynpro application? if- no, what have to be done, so to be set?
    Thank you in advance.
    BR

    Hi Diana,
    the only way to define a Web Dynpro application explicitly as suspendable is to define a specific application property named sap.suspendable.application. Possible values are true or false. Not defining this parameter means that the application is not suspendable.
    Check the document <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/102ed591-62a6-2910-94ac-e6038ef7b76e">How to realize suspendable Web Dynpro Java applications within the SAP NetWeaver Portal</a>. There you will find detailed instrcutions how to set the property.
    Best regards,
    Martin

  • Control iView from another iView

    Hi,
    I would like to know, how I can control on iView from another iView. Is there any HowTo-Guide about this? Or a simple example, maybe a list of links in one iView and the displaying of those links in the other iView.
    Kind regards,
    Dominik

    Hi Dominik
                           You can do that using the client side eventing framework (EPCF) provided in EP.
    Please go through this
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/3e98408d953154e10000000a1550b0/frameset.htm
    Hope this helps,
    BR,
    Goutam.

Maybe you are looking for

  • Modify Web Gallery - Paypal Integration - Filename Extraction

    Hi Everyone, I'm embarking on a mission to try and create a custom web template that will integrate Paypal's "Add to Cart" buttons on the "Details" page of an exported Web Gallery. It only requires modifying a Web Gallery template file and adding the

  • Frames missing scroll bar in browser

    I have created a webpage index.html that will be my main page on the web with three frames on it. The top frame will hold the name etc- and the bottom one will hold about 100 small size jpeg pictures that will be linked to display the larger size in

  • Radio buttons on form are not always Re-enabling when i Tell them to re-ena

    I have a game setup where there is 1 server and 2 clients. The 2 clients each have a gui where they have 3 radio buttons to select from. Once they make their choice then their buttons are re-enabled when the server sends the message "#newround" to th

  • Getting path names

    Hi I was developing an application where I had to get the path for a file, So I wrote: String s= file.getPath(); - this returned (for example): "C:\code\networking.txt". How can I get this path as "C:/code/networking.txt". The reason why I need to ge

  • Can CWM2 API creating dimensions and cube reference a view

    Can CWM2 API creating dimensions and cube reference a view instead of a table. Can the following API reference a view instead of table For creating dimensions CWM2_OLAP_TABLE_MAP.MAP_DIMTBL_HIERLEVEL CWM2_OLAP_TABLE_MAP.MAP_DIMTBL_HIERLEVELATTR For c