How to find owners and transports of deleted ABAP programs
If an ABAP program is deleted, it causes a short dump. Examples are: Deleted inculde, Deleted program for print output. So how do you find out who did it? In a short dump, you will find the name of the missing program. Then you go to table E071 via DataBrowser(SE16) and put the program name in field Object Name(OBJ_NAME). So now we have a list of all transports containing the given program. In order to find the owner and short text of the transport, we could use standard way of checking transports one by one, but there is also a faster path. Go to table E070 and put all transports in Request/Task field. So now we know the owner and the transport of that deleted program.
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
Dig Deeper
-
People who read this also read...
-
This was first published in October 2008