<?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: Blank Lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477896#M557954</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;    Please check while appending the error records in the internal table, any blank line has been added by using APPEND statement.....Try to find out the APPEND statement which is adding the blank line....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Dec 2007 12:47:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-09T12:47:04Z</dc:date>
    <item>
      <title>Blank Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477892#M557950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am creating BDC ERROR FILE. here whatever i am tranfering error file by using function module "DOWNLOAD".In that output screen first second files are coming blanks ,after that error record is showing.i want to delete that blank lines,please give me any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question is here if there is two error then  there is 2 blank lines,if there is 4 error first 4 line are blank,so what shall i will do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        pinkuna misra.m&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477892#M557950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477893#M557951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before downloading  delete the first 2 lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;do 2 times.
  delete itab index 1.
enddo.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477893#M557951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477894#M557952</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;   Do like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Describe itab line l_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    bl_lines = l_count / 2.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   do bl_lines.&lt;/P&gt;&lt;P&gt;     delete itab index 1.&lt;/P&gt;&lt;P&gt;   enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Hope it may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 11:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477894#M557952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T11:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477895#M557953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please send the XI material &amp;lt;b&amp;gt;TBIT 41, 42, 43, 44&amp;lt;/b&amp;gt; to jwelit@yahoo.com...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 01:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477895#M557953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T01:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477896#M557954</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;    Please check while appending the error records in the internal table, any blank line has been added by using APPEND statement.....Try to find out the APPEND statement which is adding the blank line....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2007 12:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-lines/m-p/2477896#M557954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-09T12:47:04Z</dc:date>
    </item>
  </channel>
</rss>

