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

Comparing the program version between two clients

Former Member
0 Likes
817

Hi All,

I want to check the program changes between two clients. I have hundreds of program with me and i dont wann to do it by one by one. Can any one please tell is there any alternate method is there to check the changes.

Thanks,

Joe.

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
0 Likes
769

Hello Joe

Assuming there is no standard function available for this one option would be to download all reports using a tool like SAPLINK (perhaps in the meantime it offers the function to download all objects of an entire package). These objects are exported as XML files, thus you could then run an xdiff analysis.

I once did this for comparing huge numbers of purchase order data on two different system. I created a function module which exported the complex itab data as XML and then did the differential analysis which was highly efficient.

Regards

Uwe

Read only

0 Likes
769

Thanks

Read only

Former Member
0 Likes
769

erm, programs are repository objects which means they are NOT client dependant, so how could you have a difference between clients?

you cant, so there is no reason to compare them.

Edited by: Florian Kemmer on Sep 2, 2010 11:34 AM

Read only

0 Likes
769

Hello Florian

I have assumed that "clients" means customers...

Regards

Uwe

Read only

0 Likes
769

Hi Joe,

I'm guessing you mean "between two systems". In which case, you could try using transaction SREPO.

cheers,

Malcolm.