2007 Aug 13 4:57 AM
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
2007 Aug 13 5:41 AM
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>
2007 Aug 13 5:27 AM
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
2007 Aug 13 5:34 AM
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
2007 Aug 13 5:41 AM
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>