<?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: extra data in table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342711#M173247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try to remove the space after the 2nd record &lt;/P&gt;&lt;P&gt;that means sometimes even though u enter 2 records in to the flatfile after the 2nd record if u press enter or if u create some space then program will count it as the third record with no data so remove the space after 2nd record and try once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2006 22:19:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-09T22:19:53Z</dc:date>
    <item>
      <title>extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342704#M173240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 records in my file after uploading this file iam getting 3 records in my table .In last record some fileds  filled with zeros.any one can guide how to resolve this one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 21:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342704#M173240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T21:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342705#M173241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;this is due to the fact that your file may contain empty last record.so before appending the record into the table you just check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT wa IS INITIAL.&lt;/P&gt;&lt;P&gt; APPEND wa TO itab.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;P&gt;Close the thread if your question has been answered..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 21:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342705#M173241</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-09T21:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342706#M173242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before moving record to internal table check whether it is initial or not like i_tab ne space. before updating to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 21:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342706#M173242</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-09T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342707#M173243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date and currency fields are taking as '0'.&lt;/P&gt;&lt;P&gt;for date filed its some thing like this 00/00/0000 &lt;/P&gt;&lt;P&gt;and currency 0.00 ,but for sometimes iam getting date field as blank so i cannot compare with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 22:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342707#M173243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T22:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342708#M173244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case you need to compare field wise.&lt;/P&gt;&lt;P&gt;You convert your date format into into YYYYMMDD and compare the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 22:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342708#M173244</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-09T22:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342709#M173245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your File has 2 records with data but also has one more empty record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your file is txt file.&lt;/P&gt;&lt;P&gt;1. Open your file&lt;/P&gt;&lt;P&gt;2. Put cursor on the second record, press END key. Cursor will go to end of 2nd record end.&lt;/P&gt;&lt;P&gt;3. Now Press SHIFT key, hold it, Press DOWN AERO key. Cursor will move down if any empty records found.&lt;/P&gt;&lt;P&gt;4. Now press DELETE key. Now your file is free of empty records. If you press DOWN AERO key now cursor will not go down beyond 2nd record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If XL file make sure that no 3rd empty row is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, after populating internal table with these records, check any null records are existing. If existing delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now your program will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 22:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342709#M173245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T22:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342710#M173246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can very well use my above syntax.&lt;/P&gt;&lt;P&gt;Have you tried it?&lt;/P&gt;&lt;P&gt;may i know which datatype you are using for date and time fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 22:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342710#M173246</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-09T22:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342711#M173247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try to remove the space after the 2nd record &lt;/P&gt;&lt;P&gt;that means sometimes even though u enter 2 records in to the flatfile after the 2nd record if u press enter or if u create some space then program will count it as the third record with no data so remove the space after 2nd record and try once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 22:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342711#M173247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T22:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342712#M173248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the file in MS excel. Choose the last row delete it,save it as tab delimited and upload it again!! Now you will see two records only!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amiya Shrivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 08:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342712#M173248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T08:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342713#M173249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;b&amp;gt;There is a problem with your uploading file.If it is a text file then&amp;lt;/b&amp;gt; there is an additional space after 2 records.For this just do as follows.At the end of 2nd record,use SHIFT+END then DEL and then run report once again. You will definitely get 2 records only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If it a excel file then&amp;lt;/b&amp;gt; be cautious with empty lines after 2 records.If it an empty line, just delete the line and rerun report once.This may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 08:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342713#M173249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T08:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: extra data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342714#M173250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes in the which u r uploading file will have blank lines also(ex:- in d flat file 2lines r there and 3 line which is blank line). check d flat file.and delete 3rd line and save and then uplod and check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and better to write incode &lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  IF NOT wa IS INITIAL.&lt;/P&gt;&lt;P&gt;    APPEND wa TO itab1.&lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt; itab[3xXX] after this loop itab[2xXX] (blank line r removed)&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 07:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-data-in-table/m-p/1342714#M173250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T07:27:40Z</dc:date>
    </item>
  </channel>
</rss>

