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: 

ABAP Transport versions

Former Member
0 Kudos
98

Hi!

I faced now with the following problem with ABAP transport:

1. transport (1 month ago) - transported to QAS

2. transport (1 week ago) - transported to QAS - then transported to PRD.

Now I tranported the 1.st transport to the PRD and it was setting back the program to that state, what it was 1 month ago. It seems for me, it was storing that version, and that version is transported, instead of the actual state.

Does anyone know, where are these program versions stored?

Thank you

Tamá

1 ACCEPTED SOLUTION

Former Member
0 Kudos
60

Hi,

Used SE03 tcode for that.

Rewards points if it is useful.

2 REPLIES 2

Former Member
0 Kudos
61

Hi,

Used SE03 tcode for that.

Rewards points if it is useful.

kiran_k8
Active Contributor
0 Kudos
60

Tamas,

Req-123

Req 456.

First you have done changes w.r.t to Req 123 first and moved it to quality

Second you have done changes w.r.t to Req 456 to the same program and moved it to quality.

So far it is fine.

When moving to production you need to move Req 123 first and then only Req 456.

If you transport 456 first and then 123 the changes w.r.t 123 will overwrite the changes w.r.t 456 request.So,the sequence of moving the transport requests is more and more important.

You can check the versions in VRSD table.

Sequence is more important.

K.Kiran.

Message was edited by:

Kiran K