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: 

version management

Former Member
0 Kudos
94

If I am not wrong version mgmt is active for all objects of the abap workbench. Once if we change the created object for example .........for 10 times in a day ........then whether 10 versions are created ?? Is there any time period to take the version ?? Are there any settings to change how frequently the versions are to be created ??

Thanks

Kumar

1 ACCEPTED SOLUTION

varma_narayana
Active Contributor
0 Kudos
74

Hi...

New version of an Object is created in 2 ways.

1. When you release the Change request in which the Object is stored.

2. We can Create a Version explicitly in ABAP Editor (Source code) using the Menu path. UTILITIES ->VERSIONS -> GENERATE VERSION.

But the system will not automatically create version after each change.

<b>Reward if Helpful</b>

3 REPLIES 3

Former Member
0 Kudos
74

Hi ,

Every time you create a new transport for an object a new version is created.

Till the time you do not transport that transport request it can be changed under the same transport request and as such the same version even if you are doing it 20 times a day...only one version would exist.

No, there is no time period to take the version.

Regards,

Suruchi

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Kudos
74

Hi,

From the time you change for the first time and assign it to a Transport Request and to the time this request is released all the changes you do are concidred one Version.

So Version is PER TRANSPORT not PER CHANGE.

Regards,

Sesh

varma_narayana
Active Contributor
0 Kudos
75

Hi...

New version of an Object is created in 2 ways.

1. When you release the Change request in which the Object is stored.

2. We can Create a Version explicitly in ABAP Editor (Source code) using the Menu path. UTILITIES ->VERSIONS -> GENERATE VERSION.

But the system will not automatically create version after each change.

<b>Reward if Helpful</b>