<?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: filtering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077918#M729902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use alv it will have option called  filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 07:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T07:01:27Z</dc:date>
    <item>
      <title>filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077917#M729901</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 developed a report for displaying stock details. In the input field i have given material no and posting date. For the material no, it takes corresponding fields from mara and based on mara-matnr it takes corresponding fields from mbew for opening balance and closing balanace. lllrly for mara-matnr it takes corresponding fields from mseg for calculating receipts, issues and returns. Now after getting all these fields i need to filter all the fields based on posting date which i have given in i/p. But budat is not present in all these table, it is only present in mkpf table. So, by using mblnr entries in mseg, i select budat field in mkpf. But, the fields are not getting filtered. So, please give me a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Karthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 06:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077917#M729901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077918#M729902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use alv it will have option called  filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077918#M729902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077919#M729903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got the budat from mkpf. Now delete all the records which contains date other than input date. :&lt;/P&gt;&lt;P&gt;delete from i_tab where budat&amp;lt;&amp;gt;p_date.&lt;/P&gt;&lt;P&gt;finally you will have the records for the input date in i_tab.&lt;/P&gt;&lt;P&gt;Note check the format of the date ie Format when you are fetching from MKPF and the input date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077919#M729903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077920#M729904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;     Note that Mseg table has both mblnr and matnr fields...&lt;/P&gt;&lt;P&gt;fetch mblnr from MKPF table for the posting date...&lt;/P&gt;&lt;P&gt;now filter matnr vales passing these mblnr values..u wil get the req matnr...Regards,&lt;/P&gt;&lt;P&gt;Kaveri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering/m-p/3077920#M729904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:10:03Z</dc:date>
    </item>
  </channel>
</rss>

