<?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 ABAP Loop without any addition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779374#M2023619</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;While debugging the F110 transaction I came across a Loop statement without any addition but I don't understand how this is working !&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2179802-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2179803-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I need to know what is the internal table of the loop and how the data is updated here (Especially the REGUP structure).&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 01:37:28 GMT</pubDate>
    <dc:creator>former_member355261</dc:creator>
    <dc:date>2023-06-26T01:37:28Z</dc:date>
    <item>
      <title>ABAP Loop without any addition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779374#M2023619</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;While debugging the F110 transaction I came across a Loop statement without any addition but I don't understand how this is working !&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2179802-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2179803-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I need to know what is the internal table of the loop and how the data is updated here (Especially the REGUP structure).&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 01:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779374#M2023619</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2023-06-26T01:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Loop without any addition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779375#M2023620</link>
      <description>&lt;P&gt;Check the documentation for Extracts Processing (Obsolete Extracts).&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 02:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779375#M2023620</guid>
      <dc:creator>nomssi</dc:creator>
      <dc:date>2023-06-26T02:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Loop without any addition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779376#M2023621</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abaploop-.htm"&gt;LOOP, Extract&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 15:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779376#M2023621</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-07-04T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Loop without any addition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779377#M2023622</link>
      <description>&lt;P&gt;I last encountered these in a Z program in 2002. And that was very old. Just a bit of archeology.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The INSERT statement defines what the extract holds.&lt;/LI&gt;&lt;LI&gt;The EXTRACT statement fills the extract with data. &lt;/LI&gt;&lt;LI&gt;The LOOP statement processes it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It was quite slow, since the extract was stored on disk during use, rather than in memory. &lt;/P&gt;&lt;P&gt;You need to see how the EXTRACT statements are filled in the code.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 06:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-loop-without-any-addition/m-p/12779377#M2023622</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-07-05T06:41:46Z</dc:date>
    </item>
  </channel>
</rss>

