cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a job which runs every '2 minutes' between 6 AM-7 PM on all 7 days of the week

Former Member
0 Kudos

HI Experts

I need a jog which need to run every '2 minutes' between 6 AM-7 PM on all 7 days of the week.

Can u help in creating the job..

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI joseh

I need the logic for creating the job in this special condition which have 2 periodic values(it should run every 2 min and run every day) .

Can you explain how can i give 2 periodic values at a time..

thanks

Former Member
0 Kudos

Define a new job, set the Scheduled start dynamic date variable and time 06:00, No Start After dynamic date variable and time 19:00. Set the periodic value of 2 minutes.

Former Member
0 Kudos

Hi,

You can schedule most programs on background using the above process .This action basically calls  a variant of transaction SM36 to create a Job. You could also call the transaction SM36 to directly enter the program details and schedule/ create the job.

You can use SM37 to look up the Job either using the ABAP program name or based on time of execution. Once you get the job name.Then you could changes the job parameters by selecting a scheduled job from the output list and choosing JOB > Change.

  Please have a look in the below link.

http://help.sap.com/saphelp_470/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

You need to use SM36 Tcode to create a background job.

You can set the start condition for that background job. For details please refer the below link.

http://help.sap.com/saphelp_470/helpdata/en/c4/3a7fae505211d189550000e829fbbd/content.htm

Can you please let us know what type of job you are trying to schedule?

Thanks and Regards,

Vimal