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: 

Not able to locate source of running job

Former Member
0 Kudos
550

Hi Experts.

There is job running every night around 1.00 am(time differs daily) in system and I am trying to locate the source point from where it is triggering but I could not .I have tried to check where use list of job-program, but there is no hit.

I believe at this time (1.00 am) ,it will run by some other background job . Please guide for further steps.

Regards,

Shiv.

6 REPLIES 6

nabheetscn
Active Contributor
0 Kudos
159

Can you please paste the job log along with job name

NAbheet

kiran_k8
Active Contributor
0 Kudos
159

Check if the table TBTCO and TBTCP can get you some lead.

Thanks,

K.Kiran.

Former Member
0 Kudos
159

if there is a job which triggers it then you can get it from the predecessor job (you can get this from SM37)

check by whose name the job is triggering. check the STAD for that user.

Former Member
0 Kudos
159

Thanks all for your quick response.

Job name is SD70AV3A.User is MDBTC.

There is no predecessor job for this.No relevant info. found in table TBTCO and TBTCP.

Job log:-

04.01.2012 01:39:46 Job started 00 516 S

04.01.2012 01:39:46 Step 001 started (program SD70AV3A, variant &0000000003753, user ID MDBTC) 00 550 S

04.01.2012 01:39:46 Object 8322011783 output ZMAI selected for partner RGCIT01 VN 035 I

04.01.2012 01:39:48 MAIL request 000000000195 created successfully. SSFCOMPOSER 024 S

04.01.2012 01:39:48 Object 8322011783 output ZMAI for partner RGCIT01 with return code 0 processed VN 034 I

04.01.2012 01:39:48 All selected output successfully processed VN 072 S

04.01.2012 01:39:48 Job finished 00 517 S

Please let me know further steps. Thanks in advance.

0 Kudos
159

Hi,

Since its a report related to billing output type..Check the following

1. It can be the case it is running periodically

2. It can be run via some tcode related billing which may be triggering it.

Nabheet

0 Kudos
159

what if this is a simple scheduled job with user name MDBTC??

go to SM36 and give user name as MDBTC. give a date range of past 1 day to next one day.

select scheduled and released checkbox. execute.. are you getting any entries?