Application Development 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: 

How do I know, what version of the source code I am working ?

Former Member
0 Kudos

Hi

How do I know, what version of the source code I am working ?

Let us say, I have version v1, v2, v3 and v4. How do I know, which version of the source code I am editing.

thanks

siva

Edited by: Sivanantham kandan on Sep 19, 2008 2:29 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if ur in se38 go to system-->status

there is an information SAP system data--> component version

in this u can find.

9 REPLIES 9

Former Member
0 Kudos

if ur in se38 go to system-->status

there is an information SAP system data--> component version

in this u can find.

0 Kudos

I would like to see, what version of my source code I am working ? Not the application version ?

thanks

siva

0 Kudos

Go to Utilities-> Versions-> Version Management.

Here you can see all the versions of the report and the active version. You can retrieve any version or compare between versions, etc.

Regards

Farzan

0 Kudos

Farzan,

Thanks for responding.

Here is the information I found,

When I go to the "Utilities-> Versions-> Version Management."

-


version(s) in the developmen database

-


active 700 09/10/2008 23:36:34 SK45555

-


version(s) in the developmen database

-


o 00004 700 GTD902243 09/11/2008 24:40:52 SK45555

o 00003 700 GTD901962 09/09/2008 16:40:52 SK45555

o 00002 700 GTD901122 05/25/2008 15:40:52 SK45555

o 00002 700 GTD900997 05/25/2008 16:40:52 SK45555

My questions is,

there are four version, how do I know which version is active ?

0 Kudos

The topmost version(newest version) is the active version.

If you try to retrive a old version and make it active, it will create a new verion for this on the top.

In your case:

o 00004 700 GTD902243 09/11/2008 24:40:52 SK45555

You can do a version compare to verify that.

0 Kudos

version(s) in the developmen database

-


active 700 09/10/2008 23:36:34 SK45555

The active line should include a request number like below:

active 700 GTD902300 09/10/2008 23:36:34 SK45555

0 Kudos

Thank you for your answer. One additional question.

see below, What is the difference between active and modify here.

version(s) in the developmen database

modify 700 09/10/2008 23:36:34 SK45555

active 700 09/10/2008 23:36:34 SK45555

thanks

siva

0 Kudos

Hello Sivanantham,

modified version is the changed code which is not activated. Once you activate the code this version will not be available.

Regards

Farzan

Former Member
0 Kudos

Hi,

Se38 --> Utilities --> Version --> Version Management.

Hope it helps,

Victor.