Skip to Content
0
Former Member
Feb 16, 2011 at 09:18 PM

Multiple Transports for the Same Object.

1080 Views

I have ABAP program 123 and I make a change, create transport A and release the transport. I do not request transport A go to production.

I then modify ABAP program 123 again, create transport B and release the transport. I do not request transport B go to production.

Now I request transport A go to production.

Can someone explain to me why the changes in transport B are included when transport A is moved to production?

I thought each transport would be at its own change level.

Thank-you.