‎2007 Nov 23 8:12 AM
Hi is there a way that I can compare two independent ABAP code to determine the differences? Thanks
‎2007 Nov 23 8:16 AM
‎2007 Nov 23 8:14 AM
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
‎2007 Nov 23 8:15 AM
Hi..,
Through Version Management we can compare..
Utilities-->Version--->Versionmanagement..
‎2007 Nov 23 8:16 AM
‎2007 Nov 23 8:16 AM
Use transaction SE39. you can even compare programs in remote systems thru this.
‎2007 Nov 23 8:23 AM
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 -->
search Compare in this link, you will get more information