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: 

Validation of data between two systems for the same table

Former Member
0 Kudos

Hi,

I am comparing data of same table in two different SAP environments(ex: completely 2 different child companies under same parent company) .For retrieving data from other (2nd environment) apart from the existing i used RFC_READ_TABLE function module .

Now I have data of same table from both the systems and would like to compare the data completely at a field level as well as record level.

Can some one please suggest how can i get along with this task.

Any help on this is highly appreciated.

Thanks & Regards,

Pavani Achanta

3 REPLIES 3

arindam_m
Active Contributor
0 Kudos

Hi,

Please check the T-Code SCMP.. Does a similar thing.

Cheers,

Arindam

Former Member
0 Kudos

Hi,

please check this link.. it may solved your problem

they have mentioned some tcodes for table comparison at record level

http://scn.sap.com/thread/1641757

Regards

Tejas

FredericGirod
Active Contributor
0 Kudos

Hi Pavani,

I think I already give you this transaction code, but, have a look to the transaction SCU0, that could compare the customizing tables from different system thru an RFC connection

regards

Fred