<?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: RFC Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049619#M422397</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;There is a rfc function module RFC_READ_TABLE which is for External access to R/3 tables via RFC. Use this FM in a program in sandbox 2. &lt;/P&gt;&lt;P&gt;First Get the already existing entries in sandbox 2 and also get entries in sandbox1. Compare these entries and transfer only the new entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 14:44:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T14:44:37Z</dc:date>
    <item>
      <title>RFC Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049616#M422394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need you help regarding the RFC programming. My client wants me to transfer a table frm one sandbox to another. Also once this table is transferred then every night the change in sandbox 1 shud be transferred to sandbox 2 for new entries; And they have specifically asked me to use RFC programming. can you tell me how do i go about it?&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Gaurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 13:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049616#M422394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049617#M422395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You create an RFC function module similar to a fun module in SE37.&lt;/P&gt;&lt;P&gt;just check the radiobutton in attributes RFC enabaled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the Fun module in the program and pass the server name of other server as DESTINATIOn.&lt;/P&gt;&lt;P&gt;This is the only extra thing which we have to pass.&lt;/P&gt;&lt;P&gt;Other coding is similar to other common fun modules.&lt;/P&gt;&lt;P&gt;reward 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>Tue, 13 Mar 2007 14:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049617#M422395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049618#M422396</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;Write a report program in sandbox 2 using function module RFC_READ_TABLE and import parameter give the sandbox 1 table name and in destination give the RFC destination from sandbox 2 to sandbox 1. This function module will give you all entries in table from sandbox1, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a logic in your report program in sandbox 2,&lt;/P&gt;&lt;P&gt;first you select entries in sandbox 2 table comparing with table values you got thru fun moudle and update the same in sandbox 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049618#M422396</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-13T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049619#M422397</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;There is a rfc function module RFC_READ_TABLE which is for External access to R/3 tables via RFC. Use this FM in a program in sandbox 2. &lt;/P&gt;&lt;P&gt;First Get the already existing entries in sandbox 2 and also get entries in sandbox1. Compare these entries and transfer only the new entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-programming/m-p/2049619#M422397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:44:37Z</dc:date>
    </item>
  </channel>
</rss>

