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

Program to compare versions

Former Member
0 Likes
685

Hi!

Theer is some migration work goin on from 4.7 to ECC 5.0 version.

Can anybody tell me some sap standard program or Z-program. which compares the versions of no. of programs between different clients in single run.

Thanks in Advance,

Harkamal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

check the logics of

RSVRSREM 
RSVRSRS3 and FM <b>GET_VERSION_LIST_46</b>

inputs to S3 should be like this.

OBJECT : Program name

OBJTYE : REPS

version1 :01

version2 : 01

rm-system = pro.

regards

Prabhu

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi,

So you don't want the normal functionality in SE38 (i.e. Utilities>Versions>Version management then button remote comparison Shift+F8)

You want somehow check all the version numbers of all custom programs?

Can't you somehow see this in the transport management (STMS)

Or else try to find out in which table the version numbers are stored.

Kind regards, Rob Dielemans

Read only

0 Likes
613

You r right Rob!

I dont want to use normal functionality in SE38. Because i have to comapare lot of programs in two systems.

Do u think version number are goin to helpful in this context?

Regards,

-Harkamal

Read only

0 Likes
613

No, I dont't think comparing version numbers will do.

Maybe the easiest way is to put all Z programs on transport and import them in the system.

Kind regards, Rob dielemans

Read only

Former Member
0 Likes
614

check the logics of

RSVRSREM 
RSVRSRS3 and FM <b>GET_VERSION_LIST_46</b>

inputs to S3 should be like this.

OBJECT : Program name

OBJTYE : REPS

version1 :01

version2 : 01

rm-system = pro.

regards

Prabhu