<?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 material based total in month in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-based-total-in-month/m-p/7183029#M1518784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Particular Material , need sum of sale order qty  under month january , feb , march etc &lt;/P&gt;&lt;P&gt;How can i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Please ask a more specific question, after you have put some effort of your own. Thread locked&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 30, 2010 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Aug 2010 09:52:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-30T09:52:21Z</dc:date>
    <item>
      <title>material based total in month</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-based-total-in-month/m-p/7183029#M1518784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Particular Material , need sum of sale order qty  under month january , feb , march etc &lt;/P&gt;&lt;P&gt;How can i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Please ask a more specific question, after you have put some effort of your own. Thread locked&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 30, 2010 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 09:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-based-total-in-month/m-p/7183029#M1518784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-30T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: material based total in month</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-based-total-in-month/m-p/7183030#M1518785</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 dont know how you are seggregating material from sales orders to month grouping . . your question is very vague ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but on a lighter note you internal table with all the data in it should be sorted based on a date field and preferably a field called month to distinct the data on monthly basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex - 30/08/2010 -&amp;gt; Aug-&amp;gt; 08 which should be the key field . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use control break statements to achieve the sum on monthly basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort itab by . . month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at itab. 
......
.......
gv_qty = itab- qty + gv_qty.
......
at end of month .
itab_montot = gv_qty. 
clear  gv_qty.
...
endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 10:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-based-total-in-month/m-p/7183030#M1518785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-30T10:04:26Z</dc:date>
    </item>
  </channel>
</rss>

