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: 

Comparing ABAP logic

Former Member
0 Kudos

Hi is there a way that I can compare two independent ABAP code to determine the differences? Thanks

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

tcode: SE39

5 REPLIES 5

Former Member
0 Kudos

u can do it by creating a new version of ur new abap code and then u can compare it with ur older version .

Thanks

ROhit

former_member188829
Active Contributor
0 Kudos

Hi..,

Through Version Management we can compare..

Utilities-->Version--->Versionmanagement..

JozsefSzikszai
Active Contributor
0 Kudos

tcode: SE39

Former Member
0 Kudos

Use transaction SE39. you can even compare programs in remote systems thru this.

Former Member
0 Kudos

Hi,

You can compare 2 Programs,

Go to SE39 Transaction code and give the program names and click the Display, then it will shows 2 reports, then you can find out the Differences.

if you want to compare Programs in 2 Different systems use the RFC..

1) Start SE39

2) Choose Compare different systems

3) Enter both program names and the RFC destination of

the remote program

4) Choose Display

the system show the differences in blue colour

for more information -->

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-998...

search Compare in this link, you will get more information