<?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: Regarding loop statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026281#M1169293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;we can use read report but how i will know that clear statement exists between loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2009 10:49:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-12T10:49:26Z</dc:date>
    <item>
      <title>Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026272#M1169284</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;how to find whether a statement exists between loop and endloop.&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;          loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          clear.....&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;           endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want check whether clear statement exists between loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026272#M1169284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026273#M1169285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be clear ........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026273#M1169285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026274#M1169286</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;I am not sure what exactly you are looking for.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can check out whether the table is getting looped or not by checking out the sy-subrc value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you need to find out whether there is a statement in side a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026274#M1169286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026275#M1169287</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;If u r debugging the code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ur SY-TABIX value,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is changing continuously like 1, 2, 3,.........etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then ur statement inside the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026275#M1169287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026276#M1169288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selvaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the following code, sy-tabix vary from 1 to 10... but it doesnot mean there is a statment inside loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab like tstc occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from tstc into table itab up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026276#M1169288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026277#M1169289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; how to find whether a statement exists between loop and endloop.&lt;/P&gt;&lt;P&gt;&amp;gt; for eg:&lt;/P&gt;&lt;P&gt;&amp;gt;           loop at itab.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;           clear.....&lt;/P&gt;&lt;P&gt;&amp;gt;           &lt;/P&gt;&lt;P&gt;&amp;gt;            endloop.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; want check whether clear statement exists between loop.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can't you just read the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026277#M1169289</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-01-12T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026278#M1169290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of Clear statement in Loop and Endloop you can move some value by defining some local variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify the veriable by checking the value of variable ...&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : l_check(20) Type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_check = 'Test Move'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value of variable is 'Test Move' then your purpose will be solved... You can check this by debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026278#M1169290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026279#M1169291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not saying that , if sy-tabix varies, it will contain some statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I said that  If ur cursor on a particular statement, now u want to find out  that statement whether in loop or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026279#M1169291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026280#M1169292</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;Using the read report statement you can get the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can check the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. READ REPORT sy-repid INTO i_source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026280#M1169292</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2009-01-12T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026281#M1169293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;we can use read report but how i will know that clear statement exists between loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026281#M1169293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026282#M1169294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to find that Clear Statement is whithin the loop or not.&lt;/P&gt;&lt;P&gt;Just debug the code, IF sy-subrc EQ  0 that means loop is working . And when you are within the Loop, just debug it line by line thru F5 you will get to know all the Statements within the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026282#M1169294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026283#M1169295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i dont want to check in debug mode.&lt;/P&gt;&lt;P&gt;i am reading a report and checking whether clear statements exists with in a loop.&lt;/P&gt;&lt;P&gt;i want to check and capture that code line which exists between loop and endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026283#M1169295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026284#M1169296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In debugging the code , and check the sy-tabix .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026284#M1169296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026285#M1169297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am writing a report which should read another report and check clear statements exists between loop.&lt;/P&gt;&lt;P&gt;i am not talking about debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026285#M1169297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026286#M1169298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have mentioned this in your original question to avoid inappropriate answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Jan 12, 2009 12:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026286#M1169298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026287#M1169299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026287#M1169299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026288#M1169300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take the report into one Internal table say t_source1 using below statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Reading Report to delete the comments&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      READ REPORT p_pgname INTO t_source1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get all the includes of the program into an internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'GET_INCLUDETAB'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          progname = p_pgname&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          incltab  = i_incl_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF NOT i_incl_tab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Loop at this internal table and append all the data to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Main Report table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        LOOP AT i_incl_tab INTO wa_incl_tab.&lt;/P&gt;&lt;P&gt;          READ REPORT wa_incl_tab-line INTO t_source_tmp.&lt;/P&gt;&lt;P&gt;          APPEND LINES OF t_source_tmp TO t_source1.&lt;/P&gt;&lt;P&gt;          REFRESH t_source_tmp[].&lt;/P&gt;&lt;P&gt;          CLEAR wa_incl_tab.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now LOOP AT t_source1 INTO wa_source1 ..... This t_source1 is an internal table with all the lines including all subroutines.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read the table line by line with Key word LOOP and once find then you can find the required Statement .... &lt;/P&gt;&lt;P&gt;Include one more condition... If you find a Keywork ENDLOOP then it means your required statement does not exist in LOOP and ENDLOOP..... if found then you can set a Flag.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will solve your purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026288#M1169300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026289#M1169301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 13:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026289#M1169301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026290#M1169302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I think there is no good way. Within a LOOP/ENDLOOP, there may be calls to other forms, function modules, external performs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 16:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026290#M1169302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding loop statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026291#M1169303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're wondering if a certain variable is changed, you might try using the debugger and a &lt;STRONG&gt;watchpoint&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 16:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-loop-statement/m-p/5026291#M1169303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T16:36:59Z</dc:date>
    </item>
  </channel>
</rss>

