<?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: File upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295946#M1024563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can upload with the function module GUI_UPLOAD using the Header record in the exceptions deselect the header_not_allowed.This should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 15:52:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T15:52:31Z</dc:date>
    <item>
      <title>File upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295945#M1024562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the FM, GUI_UPLOAD. Data is getting uploaded if there are no fieldnames in the first row of file.&lt;/P&gt;&lt;P&gt;Getting an internal error(SY-SUBRC =8) if there are fieldnames at the start(separated with tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to ignore first row of file as file has to be uploaded with header row?&lt;/P&gt;&lt;P&gt;Please suggest me a relevant solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 14:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295945#M1024562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T14:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: File upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295946#M1024563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can upload with the function module GUI_UPLOAD using the Header record in the exceptions deselect the header_not_allowed.This should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 15:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295946#M1024563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: File upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295947#M1024564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  You can do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take your internal table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;DATA: &lt;/P&gt;&lt;P&gt;  Begin of ITAB,&lt;/P&gt;&lt;P&gt;    value(300) TYPE C,&lt;/P&gt;&lt;P&gt;  ENd of ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Upload data to this internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after words delete the first line from Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you split those records to your internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 04:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295947#M1024564</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2008-07-31T04:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: File upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295948#M1024565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Narendra is right. What Somnath says is not correct. header length parameter and Header_not_allowed exception is only for BIN type files, not for any other type of files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 05:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/4295948#M1024565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T05:04:51Z</dc:date>
    </item>
  </channel>
</rss>

