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: 

Tool to compare code

sujay_ranjan3
Participant
0 Kudos

Is there a tool/program which can compare ALL the objects ( reports, include, function modules, classes...etc ) between two systems and give as a report?

1 ACCEPTED SOLUTION

andrea_olivieri
Contributor

Hi,

why don't you try the standard abap RSSYSCOMP?

With this program you can compare the following sets of objects between two systems (current and remote):

1) All customer objects and modified SAP objects

2) All customer objects

3) All modified SAP objects

4) All objects in a package

5) All objects in a transport request

Kind regards.

Andrea

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can try using Remote Comparision option for reports, include, function modules, classes, etc if you have to compare with another SAP system.

Regards,

Vik

0 Kudos

I want to compare all objects in the system , not just one. I am aware of remote comparison for one object though. Is it possible?

Former Member
0 Kudos

HI,

use t-code

SE39

Regards,

Vijay

andrea_olivieri
Contributor

Hi,

why don't you try the standard abap RSSYSCOMP?

With this program you can compare the following sets of objects between two systems (current and remote):

1) All customer objects and modified SAP objects

2) All customer objects

3) All modified SAP objects

4) All objects in a package

5) All objects in a transport request

Kind regards.

Andrea