<?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: UPLOAD DATA IN SAP WITHOUT USING FLAT FILE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457900#M1056664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; HI ALL ,,&lt;/P&gt;&lt;P&gt;&amp;gt; CAN SOME BODY TELL ME how to  upload and download  AUTO DATA from / to SAP&lt;/P&gt;&lt;P&gt;&amp;gt; with out using of any flat file&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to take shower but without getting wet how can i?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 11:28:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T11:28:10Z</dc:date>
    <item>
      <title>UPLOAD DATA IN SAP WITHOUT USING FLAT FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457897#M1056661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL ,,&lt;/P&gt;&lt;P&gt;CAN SOME BODY TELL ME how to  upload and download  AUTO DATA from / to SAP&lt;/P&gt;&lt;P&gt;with out using of any flat file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457897#M1056661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD DATA IN SAP WITHOUT USING FLAT FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457898#M1056662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload und Download is always associated with flat files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use IDOCs for inbound/outbound processes, use proxies or http requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457898#M1056662</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-09-09T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD DATA IN SAP WITHOUT USING FLAT FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457899#M1056663</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;STRONG&gt;Most important thing where ur data resides???&lt;/STRONG&gt; Is it in data base?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way i know is via RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r updating SAP data base then call FM of other system and update data in SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r sending data then develop RFC and get data from tables and send it to other system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way could be develop a report with &lt;STRONG&gt;NATIVE SQL&lt;/STRONG&gt; statements which queries directly the external data base.&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;SELECt data from external data base and update SAP/Update external database from SAP.&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clarified ur doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457899#M1056663</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-09-09T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD DATA IN SAP WITHOUT USING FLAT FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457900#M1056664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; HI ALL ,,&lt;/P&gt;&lt;P&gt;&amp;gt; CAN SOME BODY TELL ME how to  upload and download  AUTO DATA from / to SAP&lt;/P&gt;&lt;P&gt;&amp;gt; with out using of any flat file&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to take shower but without getting wet how can i?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457900#M1056664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD DATA IN SAP WITHOUT USING FLAT FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457901#M1056665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Where from you want to upload &amp;amp; download your data if not from flat file thats presentation server, do you want to upload &amp;amp; down load from application server then we have OPEN DATASET....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are talking regarding application server go to the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3ca6358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3ca6358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-data-in-sap-without-using-flat-file/m-p/4457901#M1056665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:46:14Z</dc:date>
    </item>
  </channel>
</rss>

