<?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: will this loop condition work? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222763#M136978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi viray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_mseg_mara WHERE NOT ( bwart EQ 702 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 708 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 712 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 718 ).&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 08:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-02T08:00:05Z</dc:date>
    <item>
      <title>will this loop condition work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222761#M136976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I can't test my code in development server because of lack of data I was wondering if my code below would work. What I want to do is to loop at internal table &lt;/P&gt;&lt;P&gt;it_mseg_mara where it's BWART is not equal to the range that I have declared? So meaning to say that I do not want to include bwarts that has a value of 702, 708, 712, 718 so it will not be passed to internal table t_ztm0019.Please feel free to give other suggestions. Thanks guys and take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222761#M136976</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-03-02T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: will this loop condition work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222762#M136977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Viray ,&lt;/P&gt;&lt;P&gt;  I,ve tested that code was given in the previous post with different values..&lt;/P&gt;&lt;P&gt; it will work ..&lt;/P&gt;&lt;P&gt; the sign in Range shud be 'E'for excluding..&lt;/P&gt;&lt;P&gt; and option 'EQ'..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_mara_mseg where BWART in range.
   move  it_mara_mseg  to t_ztm0019.
   append t_ztm0019. 
 endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222762#M136977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: will this loop condition work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222763#M136978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi viray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_mseg_mara WHERE NOT ( bwart EQ 702 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 708 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 712 OR&lt;/P&gt;&lt;P&gt;                               bwart EQ 718 ).&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-this-loop-condition-work/m-p/1222763#M136978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:00:05Z</dc:date>
    </item>
  </channel>
</rss>

