<?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: looping stop....! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850561#M925693</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;Where you had written the IF condition?&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;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 07:15:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T07:15:37Z</dc:date>
    <item>
      <title>looping stop....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850560#M925692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam having following sytax....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my pai module...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PROCESS AFTER INPUT.&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;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-filed1.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-field2.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-field3.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-SELKZ Module  ON_SELECT on request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endchain.&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;&lt;/P&gt;&lt;P&gt;  MODULE LOAN_USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....so in above coding... ithink you can under stand that SELKZ is for to selct the table control row.... so if you selct the table control row then it will go into the module followed by...SELKZ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here now iam modifiying above coding like this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PROCESS AFTER INPUT.&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;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-filed1.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-field2.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-field3.&lt;/P&gt;&lt;P&gt;      FIELD ITAB-SELKZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endchain.&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;Module  ON_SELECT on request.&lt;/P&gt;&lt;P&gt;  MODULE LOAN_USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.......it was also properly working but....the thing is...&lt;/P&gt;&lt;P&gt;in first coding the loop is partially running before gointo this module....but in second part the loop is completing....so because if this  iam facing trouble inthe caluculation part which is in that module and linked with the entries of the field1 and filed2....&lt;/P&gt;&lt;P&gt;so now my quetio is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i want to stop that... &lt;/P&gt;&lt;P&gt;      loop in second..... one when one perticuler value is met.....but if i write if condition,...it was showing error like...if is not defined....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 06:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850560#M925692</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-16T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: looping stop....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850561#M925693</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;Where you had written the IF condition?&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;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 07:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850561#M925693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: looping stop....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850562#M925694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like a duplicate of [stop looping table control|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="866151"&gt;&lt;/A&gt;;... see the response there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850562#M925694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T06:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: looping stop....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850563#M925695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD ITAB-filed1.&lt;/P&gt;&lt;P&gt;FIELD ITAB-field2.&lt;/P&gt;&lt;P&gt;FIELD ITAB-field3.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD ITAB-SELKZ .&lt;/P&gt;&lt;P&gt;Module ON_SELECT on request.&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, 19 May 2008 06:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-stop/m-p/3850563#M925695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T06:47:07Z</dc:date>
    </item>
  </channel>
</rss>

