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: 

ABAP - Compare and merge the differnce in code

trish_abap
Discoverer
0 Kudos
391

Hi, I am looking to re-purpose SE39 to compare the code from corss-system. In addition to that, looking to see if I can merge the code in difference. Anybody worked on such requirement?

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos
337

Nope. Did you look at the solutions given by SPAU (comparison between new and old code with modifications, and buttons to copy modifications from old to new code quickly) and Git (what people use nowadays)?

matt
Active Contributor
0 Kudos
337

You can already do cross-system comparison in SE39, so no change there.

For merging code... that's more difficult. You should use ABAPGIT I think. It's built for things like that.