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: 

can i get the history change of Z-program but 1 version?

0 Kudos

HI,everyone.

I want to know if i can get the history change of the Z-program but the program just 1 version.such as,i create a program yesterday and create a request, today ,i make some change,but i don't release the request, the third day i do some change too but don't release the request。

The program has one request and noe version now,how can i find what i had do in that day when i create the program ?

i think it is a interesting quesion!thanks.

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

Too late for your program now but, going forward, take a look at abapGit.

matt
Active Contributor
0 Kudos

You can always generate a temporary version. These will disappear when you release the transports.

raymond_giuseppi
Active Contributor

I confirm it's too late, but in the future you could create new intermediate/user versions before leaving office (with menu: Utilities, Versions, Generate Versions) Those versions would be merged in one version at request release. Useful when you won't work for some days on the program or before starting a big code refactoring to get a backup point without losing previous changes.

NB: You can even use those versions for local objects.