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: 

How to get the Batch Job name for a program

Former Member
0 Kudos

hi,

Is there anyway to find out the Job name that is associated with any program ?

thanks in advance.

sanjay

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Through a program, you can select from TBTCP using program name. In SM37, you can give the ABAP program at the bottom of the selection screen.

3 REPLIES 3

Former Member
0 Kudos

go to the table TBTCP and give your program name there

and you will get job name

Former Member
0 Kudos

Through a program, you can select from TBTCP using program name. In SM37, you can give the ABAP program at the bottom of the selection screen.

former_member181966
Active Contributor
0 Kudos

You can also See FM :BP_FIND_JOBS_WITH_PROGRAM Find Background Requests for a Specified Program

tip :go to se37-> give function group = BTCH.

call function 'BP_FIND_JOBS_WITH_PROGRAM'

exporting

abap_program_name = lt_jbname-jbname

dialog = btc_no

tables

joblist = lt_joblistx

exceptions

no_jobs_found = 1

program_specification_missing = 2

invalid_dialog_type = 3

job_find_canceled = 4

others = 5.

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"