<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: comparing tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180989#M463755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;            Create a FM for that and make that as remoty enabled.so that u could call the FM as RFC in other server/system.&lt;/P&gt;&lt;P&gt;In source code of FM write query for fetching data of the table.&lt;/P&gt;&lt;P&gt;make Import &amp;amp; table parameters as PASS BY VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call this FM in other system Using destination to first server.&lt;/P&gt;&lt;P&gt;create destination in SM59 and pass the IP address of first server there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call function 'FM Name'&lt;/P&gt;&lt;P&gt;destination 'ser1'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 10:34:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T10:34:00Z</dc:date>
    <item>
      <title>comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180984#M463750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to compare two tables between 2 systems/servers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180984#M463750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180985#M463751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a function module in the sap system, set attributes to 'remote-enabled', make sure that it puts the content of your table in the export parameters, and call the FM from other system... In the other system, compare table content...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180985#M463751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180986#M463752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There is no ready made program/fun module for this purpose.&lt;/P&gt;&lt;P&gt;Manully/physically you have to check for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise get the data of the same table from other/second system using RFC fun module&lt;/P&gt;&lt;P&gt;and write a small program, fetch the data of that table in first system and compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180986#M463752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180987#M463753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  we have to check it manually field by field only.&lt;/P&gt;&lt;P&gt;There is no program/FM for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180987#M463753</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-09T10:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180988#M463754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use fm RFC_READ_TABLE  to get records. Make sure that you have sm59 entries for RFC connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S. Chandra Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180988#M463754</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2007-05-09T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180989#M463755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;            Create a FM for that and make that as remoty enabled.so that u could call the FM as RFC in other server/system.&lt;/P&gt;&lt;P&gt;In source code of FM write query for fetching data of the table.&lt;/P&gt;&lt;P&gt;make Import &amp;amp; table parameters as PASS BY VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call this FM in other system Using destination to first server.&lt;/P&gt;&lt;P&gt;create destination in SM59 and pass the IP address of first server there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call function 'FM Name'&lt;/P&gt;&lt;P&gt;destination 'ser1'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180989#M463755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: comparing tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180990#M463756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start transaction OY19&lt;/P&gt;&lt;P&gt;Choose Manual selection&lt;/P&gt;&lt;P&gt;Enter the name of the table that you want to compare&lt;/P&gt;&lt;P&gt;Choose Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the next screen you have to give the description and  RFC connection name which will make the link between two clients...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-tables/m-p/2180990#M463756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:35:49Z</dc:date>
    </item>
  </channel>
</rss>

