‎2007 Feb 22 7:16 AM
What is version management and how it is used in using didderent versions?
‎2007 Feb 22 7:18 AM
Hi,
Welcome to SDN!!!
To see the different versions of teh program u can go to
<b>SE38 > Utilities > version Management.</b>
Here u can get the info like which is teh active version available and teh request numbers. Whetehr it is DEV or transported to QA like that.
http://help.sap.com/saphelp_nw04/helpdata/en/71/0b99063e1f974d9f25951746d04dc3/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/57/38e0fb4eb711d182bf0000e829fbfe/content.htm
Reward if this helps.
‎2007 Feb 22 7:18 AM
Use
Version management is active for all objects of the ABAP Workbench.
Version management serves different purposes and user groups:
The developer can keep track of his or her work ("What have I changed?")
The developer can restore a previous version by reactivating it.
The system administrator can monitor work ("Which objects were changed and how in a specific time interval?")
It provides a basis for any auditor who requires a complete history of changes.
It enables customers to use the system to adjust data after they have upgraded to a new release.
Activities
You can access version management from the following:
Object Navigator (SE80)
Transport Organizer (SE09)
Display and maintenance transactions for Repository objects.
‎2007 Feb 22 7:18 AM
Hi,
Welcome to SDN!!!
To see the different versions of teh program u can go to
<b>SE38 > Utilities > version Management.</b>
Here u can get the info like which is teh active version available and teh request numbers. Whetehr it is DEV or transported to QA like that.
http://help.sap.com/saphelp_nw04/helpdata/en/71/0b99063e1f974d9f25951746d04dc3/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/57/38e0fb4eb711d182bf0000e829fbfe/content.htm
Reward if this helps.
‎2007 Feb 22 7:19 AM
Hi
Version managements tells about any changes ...
You have written code and after few days someone modified again.
If you go to utilities-versions-version management,you can see ID's of the users and you can compare the coding or changes.
You should be very careful when doing any version management.
Thanks
‎2007 Feb 22 7:22 AM
Hi,
Version Management of Repository Objects
Use
Version management is active for all objects of the ABAP Workbench.
Version management serves different purposes and user groups:
The developer can keep track of his or her work ("What have I changed?")
The developer can restore a previous version by reactivating it.
The system administrator can monitor work ("Which objects were changed and how in a specific time interval?")
It provides a basis for any auditor who requires a complete history of changes.
It enables customers to use the system to adjust data after they have upgraded to a new release.
Activities
You can access version management from the following:
Object Navigator (SE80)
Transport Organizer (SE09)
Display and maintenance transactions for Repository objects.
regards
Shiva
‎2007 Feb 22 12:26 PM
Hi
Through version management you can track all the changes made to the code.
Changes would be stored under particular work bench request.
Remote comparison of version management helps you to know whether the changes have been transported to the target system or no.Through this you can compare the code difference in the development and the target system.