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: 

Find a merge transport request in production

former_member223090
Participant
0 Kudos

Hi masters,

I need to find all transport requests that are in QAS and are not in production, but all transport requests that were merged not appear in production.

For example

- i have the requests BIDK916075, BIDK916079 and BIDK916073 in QAS

- after i create a new Request BIDK916081 in DEV and in this request i merged the requests BIDK916075, BIDK916079 and BIDK916073

- i pass the request BIDK916081 to production.

my problem is that when i try to find the requests BIDK916075, BIDK916079 or BIDK916073 in production by the transaction STMS or SE09 or in the table E070 i dont find this requests.

Please help me, where can i find the transactions BIDK916075, BIDK916079 or BIDK916073 in the production system? this requests are merged in the transaction BIDK916081

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi David,

I believe that you can check the table E071.

Give the entries as Program ID: E071-PGMID = CORR and chosse object type: E071-OBJECT = MERG.

You will get the merge transport numbers in the E071-OBJ_NAME.

Let me know if that gives an answer to your question.

Regards,

Abhijeet

3 REPLIES 3

Former Member
0 Kudos

Hi David,

I believe that you can check the table E071.

Give the entries as Program ID: E071-PGMID = CORR and chosse object type: E071-OBJECT = MERG.

You will get the merge transport numbers in the E071-OBJ_NAME.

Let me know if that gives an answer to your question.

Regards,

Abhijeet

Sandeep_Kumar
Advisor
Advisor
0 Kudos

You will only see BIDK916081 in PRD as other TRs are merged, one way to check contents is via SE95.

former_member223090
Participant
0 Kudos

Thanks,

This is the solution that i was looking for.