<?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: Uploading Flat file from an internal table without Header in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186888#M1000866</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;In GUI_Upload In &lt;STRONG&gt;importing Part there is a paramerter called Header&lt;/STRONG&gt; , make that one as a comment, do not pass any value there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will upload file without header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 07:11:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T07:11:15Z</dc:date>
    <item>
      <title>Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186887#M1000865</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;&lt;/P&gt;&lt;P&gt;I am facing a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using GUI_UPLOAD to upload tab delimited file into an internal table TBL_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The flat file is having 6 fields with the header.&lt;/P&gt;&lt;P&gt;e.g. flat file structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor  Material  Porg   plant  DelTime  PurGroup&lt;/P&gt;&lt;P&gt;130117  99474     8300  8340  10          100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to remove that header line while uploading the file to internal table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Cooldeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186887#M1000865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186888#M1000866</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;In GUI_Upload In &lt;STRONG&gt;importing Part there is a paramerter called Header&lt;/STRONG&gt; , make that one as a comment, do not pass any value there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will upload file without header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186888#M1000866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186889#M1000867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can process on internal tabel like using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE it_tablename INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will delete data from index 1.so header will be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: twinkal patel on Jul 16, 2008 9:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186889#M1000867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186890#M1000868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikunj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply....&lt;/P&gt;&lt;P&gt;I am already not using HEADER parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186890#M1000868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186891#M1000869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Twinkle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the data types of those fields are different, Uplaod will get failed because of the header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186891#M1000869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Flat file from an internal table without Header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186892#M1000870</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;If flat file has header line...then I want to delete the same or if does not then nothing to do....just uplaod the file....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 11:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-from-an-internal-table-without-header/m-p/4186892#M1000870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

