<?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: Function module for uploading files to SAP. Csv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727260#M1299282</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;You can use the GUI_UPLOAD to upload the data into internal table to string type.&lt;/P&gt;&lt;P&gt;Use the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;g_seprator = ' ',' o ';''

LOOP AT ITBA INTO WA.
SPLIT WA AT g_seprator INTO TABLE i_final.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 16:07:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T16:07:12Z</dc:date>
    <item>
      <title>Function module for uploading files to SAP. Csv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727257#M1299279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello forum! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if there is any sap in MF up and load an internal table in a file. Csv.Los fields are delimited by ',' o ','. &lt;/P&gt;&lt;P&gt;I have my doubts without the MF gui_upload can be done, but not pass parameters to that which I have in mind the definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings and thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 15:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727257#M1299279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T15:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for uploading files to SAP. Csv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727258#M1299280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PMarques,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have used some sort of tranlation to post this message &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 15:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727258#M1299280</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for uploading files to SAP. Csv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727259#M1299281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I use a translator, but because my English is very bad ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have not understood what I published in the post? What function module for uploading files to SAP. csv, whose fields are delimited by ',' o ';'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 16:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727259#M1299281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T16:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for uploading files to SAP. Csv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727260#M1299282</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;You can use the GUI_UPLOAD to upload the data into internal table to string type.&lt;/P&gt;&lt;P&gt;Use the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;g_seprator = ' ',' o ';''

LOOP AT ITBA INTO WA.
SPLIT WA AT g_seprator INTO TABLE i_final.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 16:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727260#M1299282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T16:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for uploading files to SAP. Csv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727261#M1299283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for you reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 16:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-uploading-files-to-sap-csv/m-p/5727261#M1299283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T16:17:25Z</dc:date>
    </item>
  </channel>
</rss>

