Skip to Content
0
Jul 20, 2016 at 03:19 PM

Find Task / Transport Request for Most Recent Change to an ABAP Program

2146 Views

Hello ABAP community,

for development-related statistics, I try to collect data about ABAP programs (or other ABAP code objects). What I would like to add is the task and transport request according to which the object was modified most recently.

I know that trasport-related data is stored in tables e070 and e071, and I already read the example given in Transport Request details in tabular format. Given a code object, the code given there basically selects and shows all requests that object belongs to and whose status is not released. It is of course possible that an object is included in multiple requests.

Is there a way to find out what request the most recent change to a code object "belongs to"? E070 contains change dates of the transport requests themselves, but this lets me only select the transport request that was modified most recently, which is not what I need. Do you see any way to achieve that?

Thanks a lot and best regards,

Andreas