cancel
Showing results for 
Search instead for 
Did you mean: 

Check the program version..

03-03-2006 9:12 AM
11579 views 10 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi All.

I must compare object versions of DEV with PRD.

The number of object is about 150 including programs, tables and etc.

I only want to know that the Request number for the activated version between two systems is same or not.

How to do it?

If you have a program or a SQL, give to me.. please...

Thank you in advance.

Best Regards.

kil-nam.

Message was edited by: Kil-Nam Kim

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

vinod_gunaware2
Active Contributor

hi

Use <b>SE39</b> transaction to compare.

U can compare in two diff. server.

regards

vinod

FredericGirod
Active Contributor
0 Likes

I think Kim would like a program that make compare a list of program. Because 500 programs with SE39, that must be ... borring

Former Member
0 Likes

I only want to know that the Request number for the activated version between two systems is same or not.

FredericGirod
Active Contributor
0 Likes

Hi,

you have one table VRSD that contain the list of version. But only available in the DEV system.

You have a special table (view) PROGDIR, that contain the version of the program. You could extract all the vesion number of the two system and make a compare with Excel.

Rgd

Frédric

Former Member
0 Likes

hi,

you can use version management .

in version management checj the request number and then click on <b>Remote comparision</b> ,and give <b>Target system</b> in the popup and enter. now click on <b>Remote comparision</b> again it will display the differences..

Regards

vijay

Former Member
0 Likes

Hi Kim,

Check this T-code. Hope this may help.

T-code SE03.

Reward point if its helpful.

Thanks

Mayank

Answers (4)

Answers (4)

webwork
Explorer
0 Likes

This message was moderated.

Former Member
0 Likes

hi kim ,

u hav a version management for the object in versions --version management .

now open transaction se03 transport organizer tools .

give the request number of the same in ur DEV server.

now open se03 in SE03 in PRD server.

giv the request no in here and check it .

this will give u teh match whether activated version is same or not.

u can use SE01 also , but se03 is user friendly.

second alternative is

goto table E071 and execute .

in here u giv the object name in the select options this will giv u all the include objects /dependent objects which is present .

so u can compare the same with PRD and DEV.

also check tables E070 etc ..

regards,

vijay.

Former Member
0 Likes

Hi,

Then you can browsw thru tables E070 and E071.

You can wite a simple ABAP program to compare versions

using these tables.

Hope this helps,

Regards,

Shashank

Former Member
0 Likes

Hi,

You can use split screen editor (SE39).

It can compare versions on same server or on different servers.

Regards,

Shashank