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: 

Jobs Deleted

Former Member
0 Kudos
149

Hi,

Does anyone know how can I find out who deleted a job?

Does the system record this anywhere?

Thanks

6 REPLIES 6

former_member208856
Active Contributor
0 Kudos
78

Hi,

check the tables : CDHDR and CDPOS.

use chngid = 'D'.

Reward points, if helpful,

Sandeep Kaushik

0 Kudos
78

Hi,

Thanks for the quick reply.

These tables do not contain data on jobs, as far as i know.

It did not solve my problem.

Former Member
0 Kudos
78

Hi,

You can find the details of the job in table TBTCO there is a field DELETE JOB which will be set to 'X' and there is also a field which says last changed by.

This will let you know who deleted the job.

Regards,

Omkar.

0 Kudos
78

Hi,

Are you sure you gave me the correct table name?

This table is for jobs that ran in the past.

If a job was not deleted while it was active it will not a record in this table.

Thanks

0 Kudos
78

yes...the table is correct.

you can find last changed by(LASTCHNAME) when deletejob(DELANFREP) is 'x'.

0 Kudos
78

Hi,

The job was deleted but the deletion flag is not marked in this table.

The job was probably deleted after the last run was recorded into this table

Thanks