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: 

How to do a diff between two different ABAP programs

Former Member
0 Kudos

Hi,

Is there a tool in ABAP where I can do a diff between two different ABAP source programs? I have two programs whose name is different, but both the programs are huge and I would prefer not to compare line by line between the 2 programs. I am looking for a tool in the ABAP editor where it gives me only the difference between the 2 programs

Thanks

Ram

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Check SE39 transaction.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Check SE39 transaction.

Regards,

Naimesh Patel

Former Member
0 Kudos

Dear friend there is no such tool which exactly serves your requirement.

But there is tool in form of Tcode SE39 where in you can view two diffrent source codes in the same screen and compare mannually but also programs across different servers, by providing the RFC destination in the RFC destination field in the SE39 main screen.

You need to develop a tool o your own to fullfill your rquirement.

Regards,

Murthy.