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

VersionManagemant

Former Member
0 Likes
908

Hi

In a program, the changes made are as follows:

Date:20.01.06 Time:10.40 AM Version: say V0

Date:24.05.06 Time:05.48 PM Version: say V1

Date:12.09.06 Time:09.45 AM Version: say V2

Date:14.01.07 Time:10.30 AM Version: say V3

Date:18.01.08 Time:11.15 AM Version: say V4

Query#1

Is there any way that I can get my version V2 as the active version today?

Query#2

How can I view the older versions of the program, say v1 and v2?

Plz suggest!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
889

Hi,

Click on the check box near to the version v2 , and then click on the retrive button on the application tool bar , then u can get the version v2 as activated with new version v5.

regards,

Santosh Thorat

Hi

In a program, the changes made are as follows:

Date:20.01.06 Time:10.40 AM Version: say V0

Date:24.05.06 Time:05.48 PM Version: say V1

Date:12.09.06 Time:09.45 AM Version: say V2

Date:14.01.07 Time:10.30 AM Version: say V3

Date:18.01.08 Time:11.15 AM Version: say V4

Query#1

Is there any way that I can get my version V2 as the active version today?

Query#2

How can I view the older versions of the program, say v1 and v2?

Plz suggest!

6 REPLIES 6
Read only

Former Member
0 Likes
890

Hi,

Click on the check box near to the version v2 , and then click on the retrive button on the application tool bar , then u can get the version v2 as activated with new version v5.

regards,

Santosh Thorat

Read only

0 Likes
889

How can I see the various versions first of all?

Read only

0 Likes
889

Hi,

Go to abap editor - se38, enter the program name,

Then click on menu -> Utilites ->>>versions--->version management.

regards,

Santosh Thorat

Read only

0 Likes
889

Hi,

In se38 after opening the program

goto Utilities->Versions->Version management

u will find previous versions

Hope its helpful..

Read only

Former Member
0 Likes
889

In se38 after opening the program

goto Utilities->Versions->Version management

Select the version of the program you want activate and activate that version.

You can compare the differences between two versions of the program.

for this you need to select the versions you need to compare and click the F8.

it will display the comparision report.

Regards.

Edited by: Sravan Prakash.V on Jan 24, 2008 1:53 PM

Read only

Former Member
0 Likes
889

Thx to all