cancel
Showing results for 
Search instead for 
Did you mean: 

Timed Processing

Former Member
0 Kudos

I need to run a process in my web dynpro application on the background at a specific time every day that changes the database values. Is there anything in web dynpro that can do this or would I have to do this in another java application?

Web dynpro would be less work for me as all the DB access interfaces are built.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use KM Scheduler provided by Netweaver platform.

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

You could connect to database using function modules and acessing them using JCo.

We have done similar thing in one of the project and It works fine.

Jawed Ali

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use Java Schedular for background processing.

Regards

Kavita

Former Member
0 Kudos

Hi,

See these below links. Hope helpful.

http://www.onjava.com/pub/a/onjava/2004/03/10/quartz.html

Regards,

Charan