cancel
Showing results for 
Search instead for 
Did you mean: 

How to restart an application

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

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-e681fe75...

Regards

Abhimanyu L

Message was edited by:

Abhimanyu Lagishetti

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wouter,

The same issue was discussed in another thread .. I guess you can gain information from there .. there are 3 different solutions suggested by Abhimanyu, Yashpal and Me so depending on your current scenario you may follow one of them ..

Here is the link ..

Request you to close the thread if your query is answered.

Regards,

Anoop