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

Please answer this

Former Member
0 Likes
664

What is version management and how it is used in using didderent versions?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
642

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.

5 REPLIES 5
Read only

Former Member
0 Likes
642

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.

Read only

Former Member
0 Likes
643

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.

Read only

Former Member
0 Likes
642

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

Read only

Former Member
0 Likes
642

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

Read only

Former Member
0 Likes
642

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.