Application Development 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: 

Transports

Former Member
0 Kudos

Hi,

I need to know the table which contains both header and detail data for transport requests. There is a table which has the main request and the sub-requests as well in it.Please help me for the same.

Thanks

12 REPLIES 12

former_member188829
Active Contributor
0 Kudos

E070 and E071

0 Kudos

table E070 AND E071.

search string with E0* in se11 u get all table related to transport.

kishan negi

0 Kudos

These 2 tables are header and detail tables.

I need a table that has both in one.

Thanks

0 Kudos

E070 and E071

0 Kudos

Hi Martina,

You can select your required data from both E070 N E071 tables as both contains key field as TRKORR...

Y do u require both header and detailed data in one table? i think there will not be such table.

Regards

Ashutosh

Reward points if helpful

0 Kudos

Then try creating a view for these two tables....

0 Kudos

Hi,

I dont understand how to fetch subrequest for a particular request.

The subrequest is having the number other than the main request.

for ex.

request is RESK900517

and subrequest is RESK900518.

Points will be definitely rewarded to your answers. please help.

thanks

0 Kudos

in table E070

if STRKORR field is empty than it is main request .

STRKORR have the higher request of sub request.

0 Kudos

Table - E070

Field - STRKORR (higher level request)..it will serve ur purpose.

dani_mn
Active Contributor
0 Kudos

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

E070DEP Change & Transport System: Dependencies of Requests

E070L CTS: Index for Assigning Numbers to Requests/Tasks

E070M CTS: Target Development Class/Layer for Requests

E070N UNIX/SAP User Connection

E070P Path under which a C correction is created

E070TC Help Table for E070 for Client-Specific Imports

E070USE Use of Current Requests by Users

E071 Change & Transport System: Object Entries of Requests/Tasks

E071C Change & Transport System: Client-Specific Lock Flag

E071E Lang. Transport: Positive List for Generic Object Selection

E071K Change & Transport System: Key Entries of Requests/Tasks

E071KF Change & Transport System: Nametab Information on Key Fields

E071KFINI Change & Transport System: Nametab Information on Key Fields

E071L Language Transport: Transport Information

E07T Change & Transport System: Short Texts for Requests/Tasks

Former Member
0 Kudos

check this

regards

shiba dutta

Former Member
0 Kudos

There are several views getting data from the two tables, for example E071V and V_E071.

Do a where_used on E071 and find one which has the fields you need.

Michael