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

Deleted programs

Former Member
0 Likes
816

Hello All,

Do you know how can I see the log of a deleted program? A program deleted in our development system and in production system but I cannot track who deleted the program.

I cannot check the versions because the program is not there. I checked table TADIR but table is not logged.

Checking the transport requests could be an option but there are too many transport request.

Any ideas?

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
772

You can also peek into table VRSD for the missing object to see the version history with transport numbers and user IDs.

By the way, even for deleted programs you can see the version history, in SE38 just enter the program name and directly switch to version management from the entry screen.

Thomas

6 REPLIES 6
Read only

Former Member
0 Likes
772

Hi,

If the program has been deleted and you want to know who did this, surely you just need the most recent transport?

Regards,

Nick

Read only

former_member404244
Active Contributor
0 Likes
772

Hi,

Check the tables E071,E070.

Regards,

Nagaraj

Read only

ThomasZloch
Active Contributor
0 Likes
773

You can also peek into table VRSD for the missing object to see the version history with transport numbers and user IDs.

By the way, even for deleted programs you can see the version history, in SE38 just enter the program name and directly switch to version management from the entry screen.

Thomas

Read only

GauthamV
Active Contributor
0 Likes
772

>

> Checking the transport requests could be an option but there are too many transport request.

>

You can sort the transport requests of that program in descending order

using E070,E071 Tables and the latest will contain the user who deleted it.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
772

Call transaction SE16 on Table E071 with keys PGMID = 'R3TR', OBJECT = 'PROG' and OBJ_NAME = name of the deleted priogram, copy TRKORR list . Then SE16 on table E070 with the list of requests, sort by date and then call SE01 to get information on the last transport request or task

Regards,

Raymond

Read only

SujeetMishra
Active Contributor
0 Likes
772

This message was moderated.