<?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: Insert into SAP table from external program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592269#M1436013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 02:00:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-09T02:00:39Z</dc:date>
    <item>
      <title>Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592268#M1436012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to perform an insert of several records into a couple of SAP tables from an external program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know of an RFC (if it is remote enabled the better) that allows me to specify the table and records to perfom an insert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Mauricio Pego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 23:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592268#M1436012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T23:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592269#M1436013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 02:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592269#M1436013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T02:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592270#M1436014</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 can you    &lt;STRONG&gt;BDC&lt;/STRONG&gt;    or  &lt;STRONG&gt;LSMW&lt;/STRONG&gt;   to import your data from a legacy system into sap..&lt;/P&gt;&lt;P&gt;and as far as a specific  RFC  is concerned please be more specific about  your requirement so that we can suggest you a proper solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592270#M1436014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592271#M1436015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you create a custom RFC func. module &amp;amp; write your piece of code to update the tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The external application can call this FM which is available in your system &amp;amp; update the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592271#M1436015</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-09T06:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592272#M1436016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know ABAP and wanted to avoid writing my own function if one standard exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement stands like this, I have a few z tables that need to populate from my C# application by use of the .Net connector.&lt;/P&gt;&lt;P&gt;I haven't found a BAPI or RFC that allows me to add records to any table, but I don't know all the RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be one of you passed throu this already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592272#M1436016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert into SAP table from external program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592273#M1436017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mauricio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are RFC FMs which retrieve data from the DB tables. I don't know any FMs which can update DB tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my SAP landscape we have many custom RFC FMs which are used to update SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-into-sap-table-from-external-program/m-p/6592273#M1436017</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-09T10:42:12Z</dc:date>
    </item>
  </channel>
</rss>

