<?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 How to find opening quantity and value while debugging MB5B tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658361#M1764866</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;&lt;/P&gt;&lt;P&gt;I want to find opening quantity and value for a material with given date while debugging MB5B tcode.Can anyone tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 11:49:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-13T11:49:18Z</dc:date>
    <item>
      <title>How to find opening quantity and value while debugging MB5B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658361#M1764866</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;&lt;/P&gt;&lt;P&gt;I want to find opening quantity and value for a material with given date while debugging MB5B tcode.Can anyone tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 11:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658361#M1764866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-13T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find opening quantity and value while debugging MB5B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658362#M1764867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;.Copy mb5b program (RM07MLBD) to z program .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;.Submit to this copied Z program from your Z program by passing parameters.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;.Export&amp;nbsp; &lt;STRONG&gt;g_t_totals_flat&lt;/STRONG&gt; it table from&lt;STRONG&gt; &lt;/STRONG&gt;copied Z program to memory id..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt; import it table from memory id after your submit statement in your z program.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt; Fields ANFMENGE and ENDMENGE of &lt;STRONG&gt;g_t_totals_flat&lt;/STRONG&gt; will give you the OPENING and CLOSING quantities repectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Rest of the material movement quantities can be calculated and segregated By fetching data from MSEG and processing them using different Movement&amp;nbsp; types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you will get all the columns which is displayed in mb5b program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links it will help to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-33774"&gt;http://scn.sap.com/docs/DOC-33774&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above link they have made enhancement for mb5b. if you copied to z program as i told in above steps no need to enhance standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 13:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658362#M1764867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-13T13:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find opening quantity and value while debugging MB5B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658363#M1764868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i have developed report on Price Stock Ledger with selection screen fields are Region,Date,Site,Material Number.Now&amp;nbsp; calculated all quantities(Intransit,urchase,Sales) and Values.If i will give Date as 01.07.2013 to 31.07.2013,period is 3.So we fetch the data from MBEWH table.But in my Values some difference is coming for materials comparing MBEWH table value.I don't know where i went wrong.Please help me.If needed i will post my entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 05:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658363#M1764868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-14T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find opening quantity and value while debugging MB5B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658364#M1764869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My above solution is to get opening and closing stock values of materials as MB5B output.&lt;/P&gt;&lt;P&gt;But as per your reply it is fully customized report..by debugging only we can found solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-opening-quantity-and-value-while-debugging-mb5b-tcode/m-p/9658364#M1764869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-16T09:31:50Z</dc:date>
    </item>
  </channel>
</rss>

