<?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 regarding internal table processing... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232461#M771099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;one of requirements is like this.&lt;/P&gt;&lt;P&gt;I need to scan a text file which is there in an internal table. It contains many blocks of data. Let us think each block contains 100-120 lines of data. If the block begins with some code like if 48th column of the block contains code AB00 then only next lines of the internal are to be transfered to another internal table until next block begins. Same check should be done for next blocks also. Please extend your help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Suresh...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SURESH KUMAR on Jan 3, 2008 3:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 22:15:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T22:15:40Z</dc:date>
    <item>
      <title>regarding internal table processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232461#M771099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;one of requirements is like this.&lt;/P&gt;&lt;P&gt;I need to scan a text file which is there in an internal table. It contains many blocks of data. Let us think each block contains 100-120 lines of data. If the block begins with some code like if 48th column of the block contains code AB00 then only next lines of the internal are to be transfered to another internal table until next block begins. Same check should be done for next blocks also. Please extend your help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Suresh...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SURESH KUMAR on Jan 3, 2008 3:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 22:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232461#M771099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T22:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding internal table processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232462#M771100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On what basis you will know that it is a one block of data?&lt;/P&gt;&lt;P&gt;Can you explain in more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 01:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232462#M771100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T01:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding internal table processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232463#M771101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if all the block starts with same word then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new field+start_pos(endpos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 02:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232463#M771101</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-01-03T02:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: regarding internal table processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232464#M771102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Loop at itab into workarea.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;V_index = sy-index.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search workarea for string &amp;#145;AB00&amp;#146;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If sy-subrc = 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;V_indexnext = V_index + 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Read table itab into workarea1 index V_indexnext.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append itab2 from workarea1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note :- check perfet syntax .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 05:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table-processing/m-p/3232464#M771102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T05:07:40Z</dc:date>
    </item>
  </channel>
</rss>

