cancel
Showing results for 
Search instead for 
Did you mean: 

BAtch job names

Former Member
0 Kudos

Hi SAP Experts,

Is there any T-code to find the Batch JOb name from the Program/ varaints asscioated with it.

Or what is the Table which stores the relationship between the Batch job and the Program name.

Appreciating your quick answers.

Thanks and Regards,

Umesh Karane.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can find the BATCH JOBS for the Associated program in the transaction code SM37

Goto the Transaction code SM37 and enter the details like below.

*JOB NAME --- Put * ( as you dont know the job)*

*USER NAME --- Put * ( as you dont know the user who created)*

JOB STATUS check all the options available

Program SDBILLDL ( for example)

Now execute

You will get the Job rnning for this program , now goto the JOB STEP and execte , there will find the VARIANT for the job.

The table is TBTCO which contain the JOB and PROGRAM associated for the Job

You can find this in SE16 -- TBTCO

regards,

santosh

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

HI

Goto SM36, if you have provide name to your job, that name will be your job name. Else your program name will be your job name.

try and revert