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 ABAP logic

Former Member
0 Likes
829

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

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
789

tcode: SE39

5 REPLIES 5
Read only

Former Member
0 Likes
789

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

Read only

former_member188829
Active Contributor
0 Likes
789

Hi..,

Through Version Management we can compare..

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

Read only

JozsefSzikszai
Active Contributor
0 Likes
790

tcode: SE39

Read only

Former Member
0 Likes
789

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

Read only

Former Member
0 Likes
789

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