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

Hi

Former Member
0 Likes
426

Hi,

Am using 5.B version .

I want to find out one job name and program Name ,

one program is creating session and Job , i know only session name but i want 2 find out Program name and job name ? plz can anyone expalin me is their anyway to find out ..............................?

Thanks in Advance,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Hi

Check the table <b>TBTCP</b> for the Job Name and Program name

for session data check the table <b>APQI</b>

You will find the info needed

<b>Reward points for useful Answers</b>

Regards

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
402

Hi

Check the table <b>TBTCP</b> for the Job Name and Program name

for session data check the table <b>APQI</b>

You will find the info needed

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
401

Hi,

Thanks for your reply and still i have a doubt if i go to tbtcp table it is not showing my report name it showing some standard program name , then how can i find out which job is creating for my report . i given 10 points for your answer,

Thanks in advance

Read only

0 Likes
401

hi,

CHECK THESE TABLES.. TBTCJSTEP,TBTCO,TBTCP,TBTCR, TBTCS..

if you program is going to create a job then check the program code and try to find out from the code

Thanks

mahesh

Read only

0 Likes
401

Hi Sheethal,

Check table <b>TBTCO and TBTCP</b> to know about the program used for background processing.

Give Job name to TBTCP-JOBNAME and get report name in the field TBTCP-PROGNAME.

Thanks,

Vinay