cancel
Showing results for 
Search instead for 
Did you mean: 

How to kill Web Dynpro Application in runtime ?

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

I've got a requirement for my WD app.

As each applications, we have some action which take some times. We have a problem that some times, <b>the process doesn't stop</b> anymore then it blocks the application. <i>(it is not a backend action and not a infinite loop)</i>

1. It seams it is a<b> Internet Explorer issue</b> because when we switch the cookies management from "<i>Every time I visit the webpage</i>" to "<i>Automatically</i>" it works fine otherwise it blocks the application !

2. We want to set a waiting timeout for the loading process. if it is not possible, is it possible <b>to interrupt the Web Dynpro Application</b> via a <u>external Thread</u> to simulate the time out process.

Thanks by advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U can add TimedTrigger in views. and u can set delay for that.

Using TimedTrigger UI element automatically and periodically triggers an event with a specified delay. Create action which invokes based on ur req.

Thanks,

Sanjeev