cancel
Showing results for 
Search instead for 
Did you mean: 

Run WD application in Background

Former Member
0 Kudos

Hi,

We have a web dynpro application that sets pre-defined properties to documents in KM repository. On executing the application, it is taking around 20 minutes to complete the process.

We need to run this process in background once the execute button is clicked, so that the user can move to other pages after that.

Is there some option in Webdynpro to achieve this?

Thanks,

Das.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

Is there any way to run a WD application in background?

Thanks and Regards,

Das.

Former Member
0 Kudos

Hi,

You can create a windows shortcut to "iexplore.exe http://<host>:<port>/<wdapp>"; and run it using the windows scheduler.

If you need a user to operate this, then ther is no known way to achieve this in a WD application and continue navigating in the portal.

Aviad

vikas_saxena3
Participant
0 Kudos

Hi Das,

I'm not able to understand , why r u creating this application in Web Dynpro?

Best practice to always go with PDK development for this type of req's.

You need to use Scheduler Task Wizard in NWDS to create service. and write your all property updation related code inside this service.

After deployment in the portal, you 'll be able to see this under Scheduler Task options.

-Vikas