‎2008 Apr 24 1:14 PM
Hi All,
Can you tell me the tables associated with Transport Requests. I wanted to know the Creation Date of the all Transport Requests. I am getting the Modified Date where as I am not able to get the creation date.
Please tell me all Tables which are associated with the Transport Requests.
Thanks
Subc
‎2008 Apr 24 1:17 PM
hi,
E071 Change and Transport System- Object Entries of Requests/Tasks
E07T Change and Transport System- Short Texts for Requests/Tasks
E070 Change and Transport System- Header of Requests/Tasks
TRBAT Communication Table for Transport Control
Hope this helps. Do reward.
‎2008 Apr 24 1:22 PM
E071 Change and Transport System- Object Entries of Requests/Tasks
E07T Change and Transport System- Short Texts for Requests/Tasks
E070 Change and Transport System- Header of Requests/Tasks
TRBAT Communication Table for Transport Control Reward points if useful
SAS
‎2008 Apr 24 1:28 PM
hi subc,
see the belo link for entire info
https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=tablesassociatedwithTransportRequests&adv=false&sortby=cm_rnd_rankvalue
You can pass the ABAP Dictionary objects to be activated to the mass activation program as follows:
Transport request: All the Dictionary objects contained in the transport request are activated.
External table: The external table must be a pooled table from the ATAB pool and must have the same structure as table TACOB. You can also define table TACOB itself. All the objects entered in this table are activated (see Activating in the Background).
Direct objects: The objects to be activated can also be entered directly with an input template when the mass activation program is called.
all transport requests will be stored in r/3 data base tables
like e070> parent entry of transport rquest
e071---> list of sub totals of a transport request
e071k-->key of database table entries include a request.
thanks
karthik
if the above ionfo is usefull pls reward me points