<?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: batch based material valuation mb52 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900607#M1962264</link>
    <description>&lt;P&gt;Yes, &lt;A href="https://answers.sap.com/users/1270/raymondgiuseppi.html"&gt;Raymond Giuseppi&lt;/A&gt;, I inner join mcha with mssa and red value of kzbws.&lt;/P&gt;&lt;P&gt;Now it is matching with mb52.&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 05:05:11 GMT</pubDate>
    <dc:creator>omkar_zemse</dc:creator>
    <dc:date>2019-06-03T05:05:11Z</dc:date>
    <item>
      <title>batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900602#M1962259</link>
      <description>&lt;P&gt;I am working on a Z report which shows material value based on batch must be matched with mb52.&lt;/P&gt;
  &lt;P&gt;In mb52 unristricted quantity is showing but value shows 0 for certain batch when special stocks is checked.&lt;/P&gt;
  &lt;P&gt;What logic i put to match this.&lt;/P&gt;
  &lt;P&gt;Thanks And Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 12:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900602#M1962259</guid>
      <dc:creator>omkar_zemse</dc:creator>
      <dc:date>2019-05-28T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900603#M1962260</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think if you need to get same logic why don't you copy the MB52 program or enhance and add whatever the additional field  what you need.&lt;/P&gt;&lt;P&gt;you can try this FM.&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_STOCK_REQ_LIST.&lt;/P&gt;&lt;P&gt;Get the Stock data from the tables MCHB for the material/plant/batch combination&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 13:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900603#M1962260</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-05-28T13:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900604#M1962261</link>
      <description>&lt;P&gt;Did you analyze MB52 to understand when and which table is read to valuate an item (MBEW, EBEW, QBEW, OBEW) and how to join those tables from MCHA/MCH1, MCHB.&lt;/P&gt;&lt;P&gt;Another solution is calling the report behind MB52 and in the standard report, export the data/suppress the dialog (with some enhancement of the transaction, e.g. add an hidden parameter, and before display if the parameter is set, export data to memory and return)&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 15:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900604#M1962261</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-05-28T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900605#M1962262</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1688628-screenshot-4.png" /&gt;&lt;/P&gt;&lt;P&gt;Yeah, stock &amp;amp; values are coming properly from mchb and mbew respectively , but how i can determine, which batch have zero values for materials in it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 05:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900605#M1962262</guid>
      <dc:creator>omkar_zemse</dc:creator>
      <dc:date>2019-05-29T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900606#M1962263</link>
      <description>&lt;P&gt;You have to analyze your data and customizing for fields such as SOBKZ or KZBWS.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jun 2019 17:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900606#M1962263</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-06-02T17:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: batch based material valuation mb52</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900607#M1962264</link>
      <description>&lt;P&gt;Yes, &lt;A href="https://answers.sap.com/users/1270/raymondgiuseppi.html"&gt;Raymond Giuseppi&lt;/A&gt;, I inner join mcha with mssa and red value of kzbws.&lt;/P&gt;&lt;P&gt;Now it is matching with mb52.&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 05:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-based-material-valuation-mb52/m-p/11900607#M1962264</guid>
      <dc:creator>omkar_zemse</dc:creator>
      <dc:date>2019-06-03T05:05:11Z</dc:date>
    </item>
  </channel>
</rss>

