<?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 how download: Data from Interface into SAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175397#M461913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an Interface (out of SAP):&lt;/P&gt;&lt;P&gt;All stolen materials and their serial numbers are storaged in the Interface. User maintains this information manually in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User wants that be created/developed a new functionality, in SAP, that:&lt;/P&gt;&lt;P&gt;The stolen material and serial numbers data should be downloaded automatically and daily from Interface to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the options I have to give a solution for this purpose. If more the one option is possible, what is the simplest and faster solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Barbara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 12:26:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T12:26:13Z</dc:date>
    <item>
      <title>how download: Data from Interface into SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175397#M461913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an Interface (out of SAP):&lt;/P&gt;&lt;P&gt;All stolen materials and their serial numbers are storaged in the Interface. User maintains this information manually in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User wants that be created/developed a new functionality, in SAP, that:&lt;/P&gt;&lt;P&gt;The stolen material and serial numbers data should be downloaded automatically and daily from Interface to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the options I have to give a solution for this purpose. If more the one option is possible, what is the simplest and faster solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Barbara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175397#M461913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: how download: Data from Interface into SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175398#M461914</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;It depends on what the interface is, the faster and easier solution can be to generate a file with the data to be uploaded in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u can create a BDC program reads that files and upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175398#M461914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: how download: Data from Interface into SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175399#M461915</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;The easiest solution is to read directly the tables of the NON-SAP system directly from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you have to know, what kind of database server is the NON-SAP system running on? (oracle, ms-sql, etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to write a batch job, which is using NATIVE SQL statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post any more details on the databes, we might help you in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175399#M461915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: how download: Data from Interface into SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175400#M461916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through these notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multi-connect 323151, MSSQL: 178949 Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-download-data-from-interface-into-sap/m-p/2175400#M461916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:35:50Z</dc:date>
    </item>
  </channel>
</rss>

