cancel
Showing results for 
Search instead for 
Did you mean: 

Can I Schedule a webdynpro Application...

Former Member
0 Kudos

Dear Experts,

I have a webdynpro application without any views, and this application reads some data from the model and performs some action, without any user interface, can I schedule it to run periodically.

Warm Regards

Upendra Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

nitin_mahajan2
Contributor
0 Kudos

If you are using webdynpro Java, you can use java scheduler

see the following link, it has an example on how to use java scheduler.

http://oreilly.com/java/archive/quartz.html

Second, if you have any other application, and your server is unix based, you can use unix cronjob facility to schedule a job that calls a java class.

Hope it helps.

Regards,

Nitin

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ugendra,

please look in this blog.

/people/prakash.singh4/blog/2005/04/20/did-you-know-you-can-schedule-jobs-in-portal-using-kms-scheduler-task

kind regards.

Gunter

Former Member
0 Kudos

first thought...

....I could say that you could make the process start on the init of the component controller. Then you make an App and put the request of the URL on an Cron job

Former Member
0 Kudos

Hi,

Go throght this link:

Regards,

Charan