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

Regarding Version Management

former_member242166
Participant
0 Likes
3,337

Hi ABAP experts,

I have one zprogram Having 4 Versions in Development Server. I can see the the 4 versions(In se38 Using Utilities -> Versions managent). But I cant see the older versions in my Production server. Only seeing one version that is currently active. I want older versions of my Production server.

Please help me .

Thanks and Regards,

Linganathan.K

1 ACCEPTED SOLUTION
Read only

Sijin_Chandran
Active Contributor
2,109

Hi Linganathan ,

Adding with the above solutions ,

You can also check with table E071 ,

In selection give OBJ_NAME = zprogram

This will give you the entire list , this is very useful for finding the request number of a smartform , can be used for any objects though.

10 REPLIES 10
Read only

Former Member
0 Likes
2,109

Hi,

   you can see your previous version in dev server but i think it cant possible in production server.....in production server, there is only present current version and this current version overlap the previous version in production server.....

Thanks

Sabyasachi

Read only

0 Likes
2,109

Hi,

Is there anyway to get older versions from Production Server. I want from Production Server only. If i get solutions i will be very thankful to you.

Regards,

Linganathan.K

Read only

0 Likes
2,109

Hi Linga,

     i think there is no way to find out previous version in case of production server. here only present the current version.

Regards

Sabyasachi

Read only

0 Likes
2,109

Hi,

Go to se09.

then released mode>execute.

U will get all old list(production also).

Otherwise if for program in version management there will be some old list of request also like this image.

check also VRSD,CVERS,EREV table,

at last in google ,search for transport management table in sap.

AL LAST PLEASE CLOSE THIS THREAD,MARK IT AS ANSWERED...  if u got answer   .

Thanks

Gourav.

Read only

former_member392866
Active Participant
0 Likes
2,109

Linganathan,

First u need to activate required version in development server.

If u save this it will ask for new request and create request and release the same to production as usual.

after testing again u can follow the same procedure for activating initial version.

Hope this will helpful to you.

Thank you.

Regards,

Balaji.

Read only

Former Member
0 Likes
2,109

Hi,

You canot check this with version management why because you will get only current version in the Production .if you want to see take the request from development server and check in the tcode STMS_IMPORT in production serevr whther your request gone to production are not.

Any way you will get all the older requests in your development server you have to cross check all the requests like this.i think there is no other way.

Thanks

Mani

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,109

By default only latest version will be present in a transport target system, in fact they are not very useful for end-users, no ?

Nevertheless, read Note 130906 - How can versions be transported?, but only when creating the target system, as all it current versions will be delete, e.g. creating a new development for an upgrade, or a sandbox system.

You can activate import of versions, go to the Transport Management System and set the profile parameter VERS_AT_IMP to ALWAYS (the default is NEVER ). But imports will take more time to exeute.

Regards,

Raymond

Read only

Sijin_Chandran
Active Contributor
2,110

Hi Linganathan ,

Adding with the above solutions ,

You can also check with table E071 ,

In selection give OBJ_NAME = zprogram

This will give you the entire list , this is very useful for finding the request number of a smartform , can be used for any objects though.

Read only

0 Likes
2,109

Thank you Sijin Sij.

Your answer is correct.

Thanks and Regards,

Linganathan

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,109

Beware, this can be false for sub-objects. A transport request can contain a part of the object, e.g. a FM source LIMU FUNC or the whole function group R3TR FUGR, many cases such a text, dynpro, etc.

Regards,

Raymond