cancel
Showing results for 
Search instead for 
Did you mean: 

Background Job has to run JAN,Feb,Apr,May,Jul,Aug,Oct,Nov month only?

Former Member
0 Kudos

Hello ,

I have a requirement to create a BG job to run JAN,Feb,Apr,May,Jul,Aug,Oct,Nov month only?

Need your suggestion on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Matt_Fraser
Active Contributor
0 Kudos

Hi Arunkarthick,

Probably the easiest way to do this (this is in an ABAP system, yes?) would be to create two separate jobs. Job A will start in January and be scheduled to run every 3 months, and Job B will start in February and likewise run every 3 months. So, in SM36 in the Start Condition, set the Date/Time appropriate for the 1st run of each, then in the Period Values, set Other Period, and then define it as 3 Months.

Cheers,
Matt