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: 

find variants for batch jobs

Former Member

hi,

I am having one batch program running on daily basis, How can I know the variants with which the job is running.........

Thanks alot for you anticipation.

1 ACCEPTED SOLUTION

Former Member

Goto SM37-> click on the job you want to get the variant-> Then click on "Step" tab-> It will display the program name, click on program name-> Click on menu"Goto"-> Click on "variant".

You will get the variant and the values populated in slection screen for the particular variant.

Regards,

Bhavana

4 REPLIES 4

Former Member
0 Kudos

Hi!

SM37 transaction.

Click only the enabled status jobs and set a date, when the job will surely run.

Press F8.

Select the required job, and Goto - Jobsteps.

You'll see the program and variant name also.

Regards

Tamá

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this FM.

FT_CONTROL_VARIANT_VALUES_READ

FT_LOC_VARIANT_VALUES_READ

TPM_TLV_VARIANT_VALUES

FVW6_VARIANT_VALUES

Regards,

Ferry Lianto

Former Member

Goto SM37-> click on the job you want to get the variant-> Then click on "Step" tab-> It will display the program name, click on program name-> Click on menu"Goto"-> Click on "variant".

You will get the variant and the values populated in slection screen for the particular variant.

Regards,

Bhavana

Former Member

Hi Sri,

Bhavna's answer looks pretty correct

you need o go to SM37

- Enter the batchjob name

- enter the user name (use * in case of doubt)

execute (F8)

that will take you top Job overview screen

double click on the batchjob name

once the job is displayed on the next screen

click on the "step" button

the heading which reads "parameters" is the row which contains the variant name.

believe thats what you are looking for.

-Brgds