cancel
Showing results for 
Search instead for 
Did you mean: 

Transport Request Doubt

Former Member
0 Kudos

Hi all,

By using transaction SE01 (Transport Organizer) we manage the Transport Requests/tasks, say for example PDCK900002.

I want to know all the tables into which this Request/Task No. is stored.

Thanx in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To start with you can check E070, E071 tables.

Regards,

Subramanian V.

Former Member
0 Kudos

Hi,

But i want to know all the tables that is containing that Transport Request.

Is there any way for that ??

Former Member
0 Kudos

Hi,

Doesn't really make too much sense trying to get all the tables that contain the transport request. If you need any particular information about a transporting request, then you should search for the relevant table containing that information. For example :

E070                             Change & Transport System: Header of Requests/Tasks
E070A                            Change & Transport System: Attributes of a Request
E070C                            CTS: Source/Target Client of Requests/Tasks
E070CREATE                       Change & Transport System: Creation Date of Request
E070M                            CTS: Target Package/Layer for Requests
E070TC                           Help Table for E070 for Client-Specific Imports
E071                             Change & Transport System: Object Entries of Requests/Tasks
E071C                            Change & Transport System: Client-Specific Lock Flag
E07T                             Change & Transport System: Short Texts for Requests/Tasks

.

Regards,

Anand Mandalika.

Former Member
0 Kudos

Hi ,

After the transport to the Production Server using a transport request say, PDCK900002.

I want to know all the tables in the production server whose contents have been changed due to the transport.

Thanx in advance

Lakshmant1
Active Contributor
0 Kudos

Hi Sandeep,

Check tables under development class SCTS_REQ.

Thanks

Lakshman

Answers (2)

Answers (2)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Sandeep,

so it's about the content. One way: transaction SE09, display the request and double click the number. This will open the object list.

In general, you have to distinguish between customizing and workbench: programs (and classes) aren't stored in tables (which you can access with SE16).

Requests can containg tasks, which is most times starting a report (e.g. automatic generation of formulas, infosets...).

Main content of a request is stored in table E071 - but it's not easy to extract all relevant data. There are external tools (which are expensive) about this topic - that's not a simple question.

If you want to follow up one specific setting, then searching with transport organizer tools is usefull (transaction SE03) (more or less first line, objects in requests).

Maybe you get a start with table E071 and restrict

PGMID = 'R3TR'

OBJECT = 'VDAT'

Regards,

Christian

Former Member
0 Kudos

Hi,

The most important table would be E070.

Regards,

Anand Mandalika.