<?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: While uploading data from local file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390678#M1044084</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;But if u don't want that data then u can delete it from the interbal table which is passed to the Guiupload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 10:37:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T10:37:47Z</dc:date>
    <item>
      <title>While uploading data from local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390677#M1044083</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;While uploading data from local file having the header text into interal table using the GUI_UPLOAD function module,there is problem in upload because of header text in file, do we have any option in this FM itself to skip this header text and upload from sdecond line because as per our requirement we can't delete this header text from the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390677#M1044083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: While uploading data from local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390678#M1044084</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;But if u don't want that data then u can delete it from the interbal table which is passed to the Guiupload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390678#M1044084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: While uploading data from local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390679#M1044085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do you have the problem while uploading? Is it giving any error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, if your uploading is successful into the internal table, then delete the first row, which is header, from the internal table using index eq 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390679#M1044085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: While uploading data from local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390680#M1044086</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 upload the Data with the Header text and then you can Delete the Header line from the Internal table which will hold the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;Delete &amp;lt;itab&amp;gt; index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390680#M1044086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: While uploading data from local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390681#M1044087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem has been resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-uploading-data-from-local-file/m-p/4390681#M1044087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:46:47Z</dc:date>
    </item>
  </channel>
</rss>

