Application Development and Automation 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: 
Read only

batch job name from program name

Former Member
0 Likes
3,030

How do we know the batch job name from program name and the variants with which its being run daily

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,891

Hi,

Check the table TBTCP

Give the program name in PROGNAME and variant in VARIANT..

Thanks,

Naren

7 REPLIES 7
Read only

Former Member
0 Likes
1,891

Use SM37.

In the selection screen there is a field for program name use that and use * for both job name and user name.

Read only

Former Member
0 Likes
1,892

Hi,

Check the table TBTCP

Give the program name in PROGNAME and variant in VARIANT..

Thanks,

Naren

Read only

Former Member
0 Likes
1,891

Hi,

Please check this FM BP_VARIANT_CHECK.

Regards,

Ferry Lianto

Read only

0 Likes
1,891

I checked in the table tbtcp i could find it but how do we check for the variants in SM37 . I could find the job name.

Read only

0 Likes
1,891

In SM37 after you get the list of job names, click on a particular job name for which you want to know the variant and click on step. you will have the variant with which it is run. Or else double click on the job name again and you will see more details there.

award points if it helps.

Read only

0 Likes
1,891

You can use FM <b>SWE_BATCHJOB_SHOW</b> to check the details of the job ....

You can see the varaint name when you select the job and click on the job log ......

Read only

Former Member
0 Likes
1,891

The variant you can find in the same table TBTCP..

In the field VARIANT..

Please make sure to reward points for helpful answers..

Thanks

Naren