How to restart an application

My fellow WD explorers,
Can anybody please tell me how to restart a WD application?
What I want is the following: if I'm on a certain view within a WD application and want a button which should start the application again from scratch...
So, everything should be initialized as if the application was started for the 1st time.
Thanks in advance for your recommendations.
Wouter Heuvelmans

Hi
The best thing you can do is you create an exit outbound plug to your window
and give the parameter Url of type string and give your application name while
firing the outbound plug.
this method is used to get the url of your application
CALL METHOD cl_wd_utilities=>construct_wd_url
EXPORTING
application_name = '<your application name>
IMPORTING
out_absolute_url = lv_url.
/people/thomas.szcs/blog/2006/07/18/basic-concepts-150-url-semantics
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8
Regards
Abhimanyu L
Message was edited by:
        Abhimanyu Lagishetti

Similar Messages

  • How to restart swing application by using shotcut key (ex :CTRL+ALT+ENTER)

    Hi,
    Currently my swing application freezs some times, it will not come back, only option i have is restart.
    Can some one can help me how i can implement short cut key (CTRL+ALT+ENTER) that can restart my application. (in any state, my action should allow to restart).
    Thanks
    Anjan
    Edited by: 807057 on Nov 2, 2010 9:16 AM

    Currently my swing application freezs some times, it will not come back,I would work on fixing that problem. Sounds like you aren't using Threads properly and are blocking the EDT. Read the section from the Swing tutorial on [url http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html]Concurrency for more information.
    how i can implement short cut key (CTRL+ALT+ENTER) that can restart my application.Within Swing this would be done by using "Key Bindings". A section on Key Binding is found on the tutorial link from above. However, is Swing actually is frozen then this won't work.
    Therefore this would need to be done at the OS level, which java doesn't support. You would need to use JNI, which I know nothing about.

  • How to restart Air application

    I have the following questions any help would be appreciated.
    1. Is there a way to restart Air application
    2. How to get application directory path
    3. How to get application executeable name i.e.
    (myFlexApp.exe for windows)
    Thanks in advance.

    I know air application has .air application, but after
    installing the air application its extension is no longer ".air"
    for windows its extension become ".exe" for mac and linux it is
    some thing else.
    secondly global Object Application has limited functionality
    it doesn't provide the path of directory where application is
    installed and complete name of application with extension, someone
    can change the executable file name manually in installed
    directory, in that case Application.application.name + ".exe"
    doesn't work....

  • How to restart single application server(ABAP Stack)without effecting users

    Hi Experts,
    I Want to restart  one application server(ABAP Stack) in my clustered environment with out effecting endusers. I believe can be done it by transfering users request to other application servers. Please let me know the steps to perform this activity.
    Cheers
    DV

    Hi,
    Yes, you need to wait for the users to disconnect from the app server and remove the server from the logon groups.
    You should also remove the batch processes with an operation mode switch.
    Beware also if you have HTTP applications and you use a web dispatcehr for load balancing.
    Regards,
    Olivier

  • How to restart java application

    Hi ,
    I have an application which have some parameters ( These parameters are configured in APP )
    I want if the config values changes then our application should be restarted .
    How can I do it programmitically
    Thanks and regards
    Anshuman

    Let your program detect the changes and exit with a defined return code.
    If the running script detects the Java program's having stopped with this return code,
    it restarts the program.

  • How to restart Java Application from state when system crash

    I want to know about the API that provide mechanism to save your program state peroidically or any specific task completed of application and if system crash and next time when application restart it should be started from previous state.
    I required solution urgently plz. replay as soon as possible

    write it yourself.
    Serializable Interface, FileOutputStream, ObjectOutputStream ... that'd be a start for you.

  • How to disable autostart (application) when managed server restart ?

    Hi Ppl,
    How to disable autostart (application) when managed server restart ?
    I want some of the applications to remain not started. In WebSPhere, we have an option disable auto start for applications.
    I don't find in weblogic.
    Thanks

    Hi,
    I agree with Faisal. When you shutdown your WL server while the application is running, the thing is when you start your server again, it would automatically start the application with it. Now if the application was down when you shutdown the server, it _the application_ won't start with the server.
    So it depends on the application last state, when you start your server.
    Regards,
    Mohab

  • How to restart Webdynpro abap application

    Hi  All,
    We have defined one linktoAction  UI Element to restart the application , but we are not clear to what code we should write to get this functionility in action Handler Method  Please help us as this is very urgent requirment for us......
    Points will be Awarded Its   Girls Promise.
    Regards
    Neelima and Meeta

    Hi chidipotu neelima  ,
                     Create an empty view with one inbound plug and one outbound plug. map one of the outboung plug of the view where the link is there  to the ip of the empty view.
       map the op of the new empty view to the first view of you application.
    then on the wddoint  of empty view fire the outbound plug.
       now when the link to action is clicked fire the outbound plug to the emptyview.
    Regards
    Sarath

  • How do I keep applications from automatically opening when I power up my Macbook Air?

    How do I keep applications from automatically opening when I power up my Macbook Air?

    When you Shutdown or restart, uncheck this option.
    Regards,
    Captfred

  • HT2474 when I am opening any application including safari, these icons are not showing in dock, how to get open applications in my dock?

    when I am opening any application including safari, these icons are not showing in dock, how to get open applications in my dock?

    This could be a plist corruption problem, but I'm not sure.
    Sometimes, the preference list files get corrupted. You can usually just remove them and they'll get re-created. This may require you to reset certain settings. A notable exception to this is the Mail plist which actually stores the Library structure of your email accounts. Deleting the Mail plist will definitely cause lots of problems, but is recoverable.
    The plist files are stored in the /Users/username/Library/Preferences/ folder. They usually have the naming convention of com.company.programname.plist.
    A simple troubleshooting technique is to move a suspect plist file out of the Preferences folder and start up the app, again. It will re-create the plist from scratch.
    In your case, I would try the com.apple.dock.plist. You can use Activity Monitor to kill the Dock app and it will restart. Or, you can log out and log back in.
    There is a new file with Leopard called com.apple.dock.db. I haven't figured out what it does, but you might try moving it out. If anything gets worse, you can move the old file back in replacing the newly created one.
    This all sound somewhat odd, so I don't know if this will help.

  • How to restart services?

    hi,
    we are using hyperion 11.1.1.3 version which is installed in linux server?Can anyone tell me how to restart the shared services server like we do in windows version...n 1 more question..
    how to start interactive reporting and financial reporting from linux server?if possible can u give me the path(example)
    Thanks in advance...

    Hi,
    If you want to stop and start all the services, (I am assuming the Hyperion Home, check as per ur HYPERION_HOME)
    Go to:
    1) /Hyperion/products/bin
    2) you will find stop.sh and start.sh
    If you want to start a specific service: (Assuming Tomcat, check the locatin of your application server)
    /Hyperion/deployments/Tomcat5/bin
    here you will find Shared Services, along with few more.
    use stopSharedServices9.sh and startSharedServices9.sh
    Cheers...!!!

  • How to redeploy modified application in weblogic server?

    Hi All,
    How to redeploy modified application on Web Logic server without restarting the server?.
    Please any one guide to me.
    Thanks Advance,
    Rengasamy.A

    Hi Rengasamy,
    You can use weblogic.Deployer or WLST or ANT script to redeploy your application on the server.
    Topic: Ant to Deploy & Redeploy Applications
    http://middlewaremagic.com/weblogic/?p=373
    OR
    Same way you can use WLST Script as well to redeploy your application.
    wls:/mydomain/serverConfig> progress=redeploy('myApp' 'c:/myapps/plan.xml')
    OR
    wls:/mydomain/serverConfig> progress=redeploy('myApp')
    Topic: Recursive Deployment Using WLST
    http://middlewaremagic.com/weblogic/?p=303
    OR
    You can also use the "weblogic.Deployer" utility like following:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs90/deployment/wldeployer.html#1007071
    Thanks
    Ravish Mody

  • How to speed up applications and Mac OS X start?

    hello there, I find my applications start too slow on my Macbook pro Core Duo despite a T7400 Intel processor, 2,16 Ghz .Is Mac OS X for Intel Core Duo really optimized and his applications too? How can I speed up the performance of applications? I'm newbie. I 'd like to have advice, reports and suggestions. Thanks

    Application and OS start times are not uniform. Due to heavy use of caching, start times are initially long, but get shorter as time goes on. For example, if you install OS X or a system update that changes the system, the next restart may be very long or may involve a double restart. The next time you restart will be faster, and subsequent startups will be faster still. This is because OS X will progressively build up a startup cache of the items that start up, so they don't have to be loaded from nothing each time. OS X startup times should get shorter until you modify the system again due to an update or installing a new kernel extension.
    Applications are similar. Photoshop, for example, takes a long time to start the first time after a system restart. If you exit Photoshop and then start it again, the second time starts up faster. Again, OS X is caching the application data in RAM, but that gets thrown out if you restart. If you restart your computer, Photoshop startup time is back to the longer first-time duration.
    My Mac laptop is much older than yours, but it starts up in 35 seconds and applications can start in a few seconds if I've already started them once during the current session. I, and many other Mac users, avoid restarting the machine unnecessarily. Because OS X is based on Unix server software, it is designed for long times between restarts.
    I will typically restart or shut down my Mac every week or two. This gives you two advantages we have been talking about: You never wait through the startup time because you are only waking it from sleep, and it means the caches for the current session can stay in use and not get thrown out on restart, so application startup times stay short.
    Try using your Mac by simply sleeping it when you don't want it on, instead of shutting it down, and see if that makes any difference. If it does not, there is a possibility that you don't have enough RAM for the types of applications you use.

  • Update Planning table but need to restart Web application server

    Hi All,
    We want to update the process state externally. After updating table, Windows services (Web application server) need to be restarted.
    However, the updating operation could be done frequently so that we can get real-time result. How to notify Planning application to refresh its data without restarting services ?
    Any ideas or suggestions will be appreciated.
    Edited by: kyhsu on 2009/11/24 下午 10:59

    Hi,
    Planning uses a caching system where it caches the current state of the relational tables. If changes are made in planning then the cache is updated and the tables.
    If you update the tables directly the cache will not be updated so planning will still hold its previous state. I don't think there is an easy way round this and there is no simple update cache procedure.
    If you do need to update tables directly then the only sure way of clearing the cache is to restart the web app.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do you uninstall applications in OS X specifically classic (os 9)

    how do you uninstall applications in OS X specifically classic (os 9)

    Do you mean you want to remove Classic (OS 9)?
    If so, there's not much to it. First, be sure you don't need, or plan to use any OS 9 or earlier applications. You'll need Classic to run them if you do. Second, back up any files created with those older apps if you need to.
    Once you're ready, delete the following folders:
    System Folder (NOT System. That's the OS X system folder.)
    Applications (Mac OS 9) (NOT Applications. Those are the OS X apps.)
    If OS X complains that it can't empty the trash because "items are in use", restart and you should then be able to empty the trash.

Maybe you are looking for

  • How do I use the google+  app to upload photos to google  from my ipad2

    I have already downloaded the Google+ App to my iPad2 but am unclear how to download my photos to my Google+ page.   How do I do this?

  • I can not simply load images from my computer & iphoto. I used to now i can not

    I used to be able to simply attach & upload images. I used to hit the attach button, then I would see the options incuding pictures as an aoption, I would click on pictures & it would take me to my desktop pics & or iphoto as an option, if i chose ip

  • BITAND Function in Oracle

    Hi All, Is that something wrong with the bitand function if the parameter is passed more than 2^63 ? See below example. Is below behaviour expected or there is some bug with the bitand function ? SQL> select * from v$version; BANNER Oracle Database 1

  • Suitable document archiving products for share point

    hi our org uses sharepoint as a  document management product and many users upload documents in sharepoint daily, and searchable from sharepoint by users, and this farm has 5 web applications according to business purpose. and each web app has 1 Mill

  • BEX64 Error : Fonts Won't Start DW

    Greetings All The Problem: App Crash On Start Up I'm having a problem with my Dreamweaver 2014.1 , it stopped working completely awhile ago When I launch the software, it will crash with starting up giving a BEX64 Error There seems no specific reason