Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

background jobs

Former Member
0 Kudos

hello friends,

i have a background job and has a variant associated with it. however for the program i have changed some of the selection criteria and have created a new variant. I want to use the same job name as it was previously used but want to change the variant.

How can i do that.

Any suggestions,

Shejal.

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

You may need to update the variant only and the old job should be able to pick new update variant.

Regards,

Ferry Lianto

12 REPLIES 12

Former Member
0 Kudos

Hi

You have to change that job and assign the new variant to it by SM37, if this job is periodic.

Or define your job again by SM36.

Max

ferry_lianto
Active Contributor
0 Kudos

Hi,

You may need to update the variant only and the old job should be able to pick new update variant.

Regards,

Ferry Lianto

0 Kudos

Thanks,

Its a periodic job.

hOWEVER DO IT CHANGE THE VARIENT IN sm37 AND HOW?

sHEJAL

0 Kudos

tHANKS eVERYONE.

sHEJAL sHETTY.

0 Kudos

If it is a periodic job, you need to change the job that is currently "Scheduled".

Regards,

Rich Heilman

0 Kudos

IS it always necessary to create a Variant if my selection scree has all default values and i dont want to make any changes in the selection screen.

Shejal.

0 Kudos

IS it always necessary to create a Variant if my selection screen has all default values and i dont want to make any changes in the selection screen.

Shejal.

0 Kudos

Hi

Yes it is! If you want to run a job you have to assign a variant to it!

So u should create a variant with only default values.

Max

0 Kudos

Hi Shejal,

You don't need to creata a variant if you have all the values as default at selection screen which you want.

But if you have to run the program as batch job for some other values in selection screen which are not default, you will have to create variant.

Former Member
0 Kudos

Hi,

Goto SM37 give the job name..Press Execute..

Then check the job and in the menu..Job -> change..

Then you can change the variant..

Thanks

Naren

Former Member
0 Kudos

Hi,

You have to create a variant with the default values..

Thanks,

Naren

0 Kudos

Thanks everyone.

Shejal.