<?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: Problem filtering a list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187191#M759068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot that I was using FM MBEW_EXTEND after the query, it was impossible to filter the results in the first place.&lt;/P&gt;&lt;P&gt;Did it with a nested if inside a loop.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 22:24:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T22:24:32Z</dc:date>
    <item>
      <title>Problem filtering a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187187#M759064</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 have a problem filtering a list&lt;/P&gt;&lt;P&gt;I have a list with materials and the previous period stock and previous year stock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to print the materials that have either a pp stock greather than zero or py stock greateher than zero.&lt;/P&gt;&lt;P&gt;I can't find a way to do it either in the select statement or the loop at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I could use an if in the loop at to filter the results that have a sum of (pp stock and py stock) gt 0. I'll do it this way, but I want to know if there is a way to do it in the select statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187187#M759064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem filtering a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187188#M759065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from abc&lt;/P&gt;&lt;P&gt;where (pp &amp;gt; 0 or PS &amp;gt; 0).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187188#M759065</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-19T22:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem filtering a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187189#M759066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the actual problem is that I cant filter it in the select statement because I gather all the information from mbew and then pass it to FM MBEW_EXTEND to get the pp stock and py stock. I forgot that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don`t know if I can filter it some way in the FM or the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187189#M759066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem filtering a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187190#M759067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, everything was ok. I just messed up really bad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187190#M759067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem filtering a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187191#M759068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot that I was using FM MBEW_EXTEND after the query, it was impossible to filter the results in the first place.&lt;/P&gt;&lt;P&gt;Did it with a nested if inside a loop.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-filtering-a-list/m-p/3187191#M759068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:24:32Z</dc:date>
    </item>
  </channel>
</rss>

