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: 

Relationship between original transport and transport of copies

former_member202253
Participant
0 Kudos

Hi Experts,

My requirement is to find TRs which have TOCs and list of TOCs using ABAP report program.

Can anybody help me to find a relationship table/FM between original TR and TOC's. I have found table  e070 which has field TRFUNCTION if it is T that means it is a TOC.

Please guide me to resolve my problem.

Thanks

NJ

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

To identify Transport Of Copies : E070-TRFUNCTION = "T" (and E070-STRKORR initial)

If transport of copies was generated from some Workbench or Customizing requests, look at table E071 with same TRKORR and E071-PGMID = 'CORR' AND E071-OBJECT = 'MERG', first characters of E071-OBJ_NAME are original transport request, followed by timestamp and user name.

Regards,

Raymond

3 REPLIES 3

matt
Active Contributor
0 Kudos

There is no direct relationship.

You can find out which transport requests and which ToCs relate to an object by checking its version management.

raymond_giuseppi
Active Contributor

To identify Transport Of Copies : E070-TRFUNCTION = "T" (and E070-STRKORR initial)

If transport of copies was generated from some Workbench or Customizing requests, look at table E071 with same TRKORR and E071-PGMID = 'CORR' AND E071-OBJECT = 'MERG', first characters of E071-OBJ_NAME are original transport request, followed by timestamp and user name.

Regards,

Raymond

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi,

Some country related issues will be handled by third party vendors If they develop any program or table will be saved in transport of copies request.

Regards,

Arivazhagan S