2010 Jun 17 8:06 AM
Hi All,
I want to know the database table in which the transport requests created for a particular project will be stored.
My requirement is, I want to consolidate all the TR details which are saved for a particular project. Ex: If my Project name is 'ABC'
I want to find out all the TRs created under that ABC project.
Suggest me the ways to find out the details.
Thanks in advance.
Uday Kumar.
2010 Jun 17 1:31 PM
Hi,
Some of the tables of interest would be
E070 -> Change & Transport System: Header of Requests/Tasks
E070A -> Change & Transport System: Attributes of a Request
E070C -> CTS: Source/Target Client of Requests/Task
E070CREATE -> Change & Transport System: Creation Date of Request
E070DEP -> Change & Transport System: Dependencies of Requests
Regards
2010 Jun 17 8:55 AM
Hi dear ,
for this table SNODETEXT is there that having all records of TR .
and program name is SAPLSTRH.
Thanks
Girish
2010 Jun 17 9:11 AM
hi,
Please check the table - E070,hope you will get the required transport details .
Thanks!
2010 Jun 17 9:32 AM
Here is how the link between project and transport number
CTSPROJECT-TRKORR = E070A-REFERENCE
Hope you got it.
2010 Jun 17 1:31 PM
Hi,
Some of the tables of interest would be
E070 -> Change & Transport System: Header of Requests/Tasks
E070A -> Change & Transport System: Attributes of a Request
E070C -> CTS: Source/Target Client of Requests/Task
E070CREATE -> Change & Transport System: Creation Date of Request
E070DEP -> Change & Transport System: Dependencies of Requests
Regards
2010 Jun 18 4:58 AM
Hi Uday,
You need to go to table E071 (Change & Transport System: Object Entries of Requests/Tasks), and enter the name of Your object in field OBJ_NAME (Object Name). This will help You getting all transport requests associated with your object of interest.
Regards,
Birendra
2010 Jun 18 5:22 AM
I got the required answer.
The details can be derived from table E070A.
Thank you people , for your reply.
2010 Aug 05 2:21 PM
Hi Uday,
I am also looking for the same, but in E070A the project name is not diaplayed. Can you let me know if you have teh answer for this?
Anand
2012 Jan 10 4:08 PM
Hello Anand,
Table TLOCKP contains the project and the transport request.
Brenda