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

comparison of abap objects (4.7 & 5.0) systems

Former Member
0 Kudos
340

Hi Guru's,

I am migrating abap Programs from version 4.7 to version 5.0 and doing some changes in the code in version 5.0 as per the requirement.

I want to compare these 5.0 programs with 4.7 programs.

Is there any way to compare these programs.

please provide your valuable suggestions.

rgds,

Pravin M.

3 REPLIES 3
Read only

Former Member
0 Kudos
271

refer.

Use FM SVRS_COMPUTE_DELTA_REPS to compare programs.

Do like:

download the prog from 4.7 as rep_old

download the prog from 5.0 as rep_new

Upload both in one program (which has the FM SVRS_COMPUTE_DELTA_REPS.

you need to pass the source code in texttab_old (rep_old) and texttab_new(rep_new).

You will have a delta in abaptext_delta table of FM.

ru check the thread answer given by <b>David Knittle </b> is best i think so.

Read only

Former Member
0 Kudos
271

hi

good

if you have old program in the ecc5.0 than you can use the se39 to compare between two program after doing the changes in the main program.

thanks

mrutyun

Read only

uwe_schieferstein
Active Contributor
0 Kudos
271

Hello Pravin

If you have migrated your programs using transport requests then you can simply use the <b>Version Management</b> (SE80: menu Utilities -> Versions -> Version Management).

Regards

Uwe