<?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: LOOP   ENDLOOP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753287#M640492</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;when ever the statement comes to LOOP &lt;/P&gt;&lt;P&gt;it wil goes into the loop &lt;/P&gt;&lt;P&gt;what ever code writen inside the loop that will execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meanwhile ur data will will be stored in  the internal table with that select query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 07:30:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-31T07:30:32Z</dc:date>
    <item>
      <title>LOOP   ENDLOOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753284#M640489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;        I Have a loop with out an internal table or work area specification (like LOOP AT itab or LOOP at itab into wa_itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code has:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;when I go into the loop the work area REGUH is filling and doing the operations. Even if we move data with select query as :&lt;/P&gt;&lt;P&gt;"select * from reguh." how the data is moving into implicit work area. without specifying "at REGUH" before LOOP (as LOOP at REGUH). Please clarify my doubt.&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>Fri, 31 Aug 2007 07:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753284#M640489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T07:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP   ENDLOOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753285#M640490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is for the processing of the tables delcared as dataset in the concept of logical databases.&lt;/P&gt;&lt;P&gt;Press F1 on the LOOP statement and you can get all the information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 07:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753285#M640490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP   ENDLOOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753286#M640491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith.&lt;/P&gt;&lt;P&gt;This report is LOOPing into an extract. Please check more info at &lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 07:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753286#M640491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP   ENDLOOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753287#M640492</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;when ever the statement comes to LOOP &lt;/P&gt;&lt;P&gt;it wil goes into the loop &lt;/P&gt;&lt;P&gt;what ever code writen inside the loop that will execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meanwhile ur data will will be stored in  the internal table with that select query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 07:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop/m-p/2753287#M640492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T07:30:32Z</dc:date>
    </item>
  </channel>
</rss>

