2005 Sep 28 9:26 AM
Hi,
I have a requirement to check if the transport requests have been moved to Quality server from development server.
I am able to find out the status of the request as released from the table but i need to know if the same has been transported succesfully or not.
I have to display this information ina report.
So can anyone tell me if this informaton is stored in some table or can anyone help me how can i achieve this.
Thanks
GT
2005 Sep 28 1:13 PM
There are two SAP tables E070 and E071.
First is used to store the TR with the attributes and the second for the object list for the TR.
The status related info you can get from the first table.
Amit
2005 Sep 28 9:43 AM
2005 Sep 28 9:52 AM
Dont know about getting the report but you can see the transport status of individual requests by selecting them and viewing the transport log OR selecting and pressing CtrlShiftF2.
Hope this helps.
Abhishek
2005 Sep 28 10:07 AM
Hi,
Normally you release the transports using <b>SE01</b>.
As you may know you can find the released requests with
the status released there.
After that when we need to transport that request the
transaction <b>STMS</b> is run.This is used to
transport the released requests.
If a transport fails corresponding log will be
generated.
Please reward points if you find this explanation
useful.
2005 Sep 28 10:12 AM
Hi,
do you have checked function group CTS_API already?
There is a fine function module to read informations about a certain transport request. It's named CTS_API_READ_CHANGE_REQUEST.
The status information will be returned in field STATUS and will be same meaning as table field e070-TRSTATUS.
2005 Sep 28 10:13 AM
Hi,
You may try the transaction code STMS to know the details,
Rgds,
2005 Sep 28 1:13 PM
There are two SAP tables E070 and E071.
First is used to store the TR with the attributes and the second for the object list for the TR.
The status related info you can get from the first table.
Amit
2005 Sep 28 1:24 PM
Hi,
try fm TR_READ_GLOBAL_INFO_OF_REQUEST
regards Andreas