cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling process chain

Former Member
0 Kudos

Hi All,

I need a help to scheduling the process chain for a particular job.My requirement is to schedule a job on a particular day say for example 2nd monday of every month. I searched in SDN and help.sap.com but didn't found usefull answer.

Anyone could help on how to do this.

1.ABAP CODE

2.Using the Calendar ID with some other option which is in Scheduling option.

Thanks a lot for your help.

rgds,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

1.go to RSPC transaction, select your process chain.

2. double click on the start process

3. click on "change selections", go to the last tab (work/day time), select your Factory calendar, the work day like 6th work day, check "beginning of the month" radio button and enter the number of periods

Former Member
0 Kudos

I am not sure if the standard scheduling process meet your requirement. I believe you may need to develop am ABAP code for this. you can schedule the job on a particular workday of every month though like every 5th workday from the beginning or end of the month using a factory calendar ID.

Former Member
0 Kudos

You can do this using the calendar. We used a custom calendar and set the workday 4 to make it run on the 4th working day of the month. You can set up this in SM36 using the last option clicking the >> button.

Former Member
0 Kudos

Hi ,

You can get it done through two ways.

1) you can schedule the process chain using cronacle (get the help from BASIS counterpart).

2) otherwise define the job in SM36,then there is the option for start condtion there you can define wheather scheduling at immidiate or particular time ,along with that if you want to schedule the job in periodoc.

Hope this will help.

Regards,

Prabhu.