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: 

compare contents between 2 sap tables

Former Member
0 Kudos
401

I wander is it possible to compare contents between 2 sap tables (from SAP reserved namespace) from different systems?

If not between different systems how could we compare contents between 2 sap tables from same system(I could write program to write content from one table to an Z-table and then transport it to another system).

1 ACCEPTED SOLUTION

Former Member
0 Kudos
107

Hi,

<b>RSTBSERV</b> Compare a contents of a table between clients.

and also, The contents of a table between two systems can be checked through the transaction <b>OY19</b>

Regards

Sudheer

3 REPLIES 3

Former Member
0 Kudos
107

If the tables involved are not too large, you could write a remote enabled FM to do the comparison.

Rob

Former Member
0 Kudos
108

Hi,

<b>RSTBSERV</b> Compare a contents of a table between clients.

and also, The contents of a table between two systems can be checked through the transaction <b>OY19</b>

Regards

Sudheer

Former Member
0 Kudos
107

Using the FM <b>RFC_READ_TABLE</b> u can get the values from different clients. You can also write the own function module with remote enabled functionality.

Regards,

Prakash.