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

Transport Data

former_member445996
Participant
0 Likes
697

Does anyone know which table stores the transport numbers of the tasks included in a particular transport request. For example, if we have a transport request D01K110 and there are two tasks D01K111 and D01K112 are part of this transport request, then which table stores this data that D01K111 and D01K112 are children of D01K110.

I looked at table E071 but that does not contain this link.

Any help will be great.

Thanks

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
660

Hi,

Both the request & task are stored in the table E070. The Task will have the request number in the field STRKORR(Higher-level request).

Regards,

Suresh Datti

Read only

Former Member
0 Likes
660

Hi Aurang,

Please check view <b>/BEV3/CHOBJSE071</b>.

This view will give you maintenance objects in orders.

Field <b>TRKORR</b> is for child request/task and <b>STRKORR</b> is for parent request/task.

Path: SE16 -> Table Name -> /BEV3/CHOBJSE071 -> Display -> Enter your selection screen.

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
660

Please see view V_E071EU. The child will be field TRKORR and the parant will be STRKORR.

Regards,

Rich Heilman

Read only

0 Likes
660

Table E070 is the transport header. E071 is the transport detail with all of the underlying objects.