<?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: modify database table in another R/3 system ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517498#M569628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i set destination, and RFC_READ_TABLE works fine, i can get server database table content in client through this FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 06:29:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T06:29:37Z</dc:date>
    <item>
      <title>modify database table in another R/3 system ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517496#M569626</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;i want to modify database table in another R/3 system through RFC, what's the prerequisite ?  both the server and client system are R/3 4.7 ,  and the RFC works fine in server when tested through F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 01:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517496#M569626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: modify database table in another R/3 system ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517497#M569627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, you must have your basis people set up an RFC destination via  transaction SM59. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 02:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517497#M569627</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-19T02:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: modify database table in another R/3 system ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517498#M569628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i set destination, and RFC_READ_TABLE works fine, i can get server database table content in client through this FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517498#M569628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T06:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: modify database table in another R/3 system ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517499#M569629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First BC team build an RFC destination. (SM59)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you develop and RFC enabled function module in target system (or use an existing one), and a module/program driver in the source system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program in the source system call the function module in the target system via RFC (destination parameter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the logon is not hard-coded in the RFC link, and the system are not trusted ones, a window will appear to log in to the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517499#M569629</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-19T06:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: modify database table in another R/3 system ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517500#M569630</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;when i use FM RFC_READ_TABLE in source system, i can get content of table in target system, and no window appear for logging. And in SM59, destination say its not a trusted system.  &lt;/P&gt;&lt;P&gt;problem is my customed RFC for modifying table doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 02:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-in-another-r-3-system/m-p/2517500#M569630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T02:17:23Z</dc:date>
    </item>
  </channel>
</rss>

