2010 Nov 08 9:22 AM
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
2010 Nov 08 10:43 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |