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

Version Comparison

itabhishek9
Participant
0 Likes
537

Hello SDNites,

I would like to know the logic written behind the version compariosn in the same system. If I can get some brief points which will help me in understanding the same that will be

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
497

Hi,

To avoid dual coding in one system to other I was looking for some options, through version manangement, I got to know about this report RSVRSREM. Run through this report.

regards

Mohinder Singh

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi,

Within the ABAP editor, goto Utilities -> versions-> version management, once in this screen, you select the latest version and one old version and click on F8, you will get the old and new code...

Thanks,

Srini.

Read only

Former Member
0 Likes
497

Hi Abhishek ,

You can do version comparision from Utilities -> versions-> version management.

You can activate debugger and check the report being executed and flow of logic.

Also, you can activate trace ST05 during this execution , this will help you to get the database table used in the process.

Hope this helps you.

Read only

Former Member
0 Likes
498

Hi,

To avoid dual coding in one system to other I was looking for some options, through version manangement, I got to know about this report RSVRSREM. Run through this report.

regards

Mohinder Singh