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

ABAP - Compare and merge the differnce in code

trish_abap
Discoverer
0 Likes
1,053

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?

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

Sandra_Rossi
Active Contributor
0 Likes
999

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)?

Read only

matt
Active Contributor
0 Likes
999

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.