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

Report about transport request statuses

Former Member
0 Likes
386

Hi!

I have to make a report about the transport statuses. We have 3 systems, DEV (development), QUA(test) and PRD(productive). It causes problems, if an object is getting into QUA system, someone is modifying the same object in DEV, with some other objects, and then transports his request into QUA and the PRD. In PRD this could cause dumps, because of the previous, unfinished development is still in the UQA system, and not in the PRD system.

To prevent this I got a task to write a report, which can be used for checking the pre-requisites of a transport request.

I mean if there's an object in the new transport request, which has a version only in the QUA and not in the PRD system, it should appear in the report, to inform the developer about the possible version differences in PRD.

So I will use the E070 and E071 tables for reading the transports/objects.

Unfortunately I don't know yet, how can I check/get the previous transports' statuses in the QUA and PRD systems, it would be good, if someone could help me in it.

Something like transported successfully, transported with error, etc...

Thank you

Tamás

Edited by: Thomas Zloch on Nov 8, 2010 11:48 AM - subject slighty enhanced

Hi!

I have to make a report about the transport statuses. We have 3 systems, DEV (development), QUA(test) and PRD(productive). It causes problems, if an object is getting into QUA system, someone is modifying the same object in DEV, with some other objects, and then transports his request into QUA and the PRD. In PRD this could cause dumps, because of the previous, unfinished development is still in the UQA system, and not in the PRD system.

To prevent this I got a task to write a report, which can be used for checking the pre-requisites of a transport request.

I mean if there's an object in the new transport request, which has a version only in the QUA and not in the PRD system, it should appear in the report, to inform the developer about the possible version differences in PRD.

So I will use the E070 and E071 tables for reading the transports/objects.

Unfortunately I don't know yet, how can I check/get the previous transports' statuses in the QUA and PRD systems, it would be good, if someone could help me in it.

Something like transported successfully, transported with error, etc...

Thank you

Tamás

Edited by: Thomas Zloch on Nov 8, 2010 11:48 AM - subject slighty enhanced

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
344

I know of two function modules that allow reading the control files of transport requests, which contain the desired information:

STRF_READ_COFILE and TR_READ_GLOBAL_INFO_OF_REQUEST

You can also look at table TMSBUFFER if it contains the required information.

Thomas

Edit: TMSBUFFER only holds that information as long the requests have not been removed from the import queues yet