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

version management

Former Member
0 Likes
533

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
Read only

varma_narayana
Active Contributor
0 Likes
513

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
Read only

Former Member
0 Likes
513

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

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
513

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

Read only

varma_narayana
Active Contributor
0 Likes
514

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>