Application Development 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: 

Comparing systems

Former Member
0 Kudos

Hi All,

Can we create an ABAP to compare objects with each other in two different systems. All objects in development must be compared with the object in the quality system, and the report must display the differences. Can anyone drop a hint ?

TIA !,

Rob Makelaar.

1 REPLY 1

Former Member
0 Kudos

yes we can create..

say if the object is IDOC and we can push the idoc data into internal table and compare two idocs for segments and fields in a loop and we can find out where is mismatching .