2006 Oct 04 5:51 PM
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).
2006 Oct 04 5:55 PM
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
2006 Oct 04 5:52 PM
If the tables involved are not too large, you could write a remote enabled FM to do the comparison.
Rob
2006 Oct 04 5:55 PM
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
2006 Oct 04 5:57 PM
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.