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

Tables for Transports

Former Member
0 Likes
27,566

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

3 REPLIES 3
Read only

Former Member
0 Likes
20,452

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.

Read only

Former Member
0 Likes
20,452
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

Read only

Former Member
0 Likes
20,452

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