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

Transports

Former Member
0 Likes
1,625

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

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
Read only

former_member188829
Active Contributor
0 Likes
1,524

E070 and E071

Read only

0 Likes
1,524

table E070 AND E071.

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

kishan negi

Read only

0 Likes
1,524

These 2 tables are header and detail tables.

I need a table that has both in one.

Thanks

Read only

0 Likes
1,524

E070 and E071

Read only

0 Likes
1,524

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

Read only

0 Likes
1,524

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

Read only

0 Likes
1,524

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

Read only

0 Likes
1,524

in table E070

if STRKORR field is empty than it is main request .

STRKORR have the higher request of sub request.

Read only

0 Likes
1,524

Table - E070

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

Read only

dani_mn
Active Contributor
0 Likes
1,524

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

Read only

Former Member
0 Likes
1,524

check this

regards

shiba dutta

Read only

Former Member
0 Likes
1,524

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