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

Tool to compare code

sujay_ranjan3
Participant
0 Likes
4,600

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
Read only

andrea_olivieri
Contributor
1,962

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
Read only

Former Member
0 Likes
1,962

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

Read only

0 Likes
1,962

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?

Read only

Former Member
1,962

HI,

use t-code

SE39

Regards,

Vijay

Read only

andrea_olivieri
Contributor
1,963

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