2023 Nov 08 4:12 PM
In our TM system (S/4HANA 2021), as an example we have a transport that was imported twice into our pre-production system because it failed the first time. I was wondering if there was a table or function to get the timestamps of both imports? The E070 table just contains the timestamp for the last import.
I know you can get this information in STMS but I was wondering how to retrieve this data in an ABAP program.
2023 Nov 08 4:32 PM
It's stored in the files along with the transport requests (in AL11).
See function modules like TR_READ...
2023 Nov 09 7:12 AM