<?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: Material Cost Estimate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341310#M516057</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;&lt;/P&gt;&lt;P&gt;Thank you to all those who replied. I noticed that there is a difference in the values from the left side of the screen to the right side when it vomes to the total values and quantity from the Material Cost Estimate view of the material master. Any idea on what caused the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 12:09:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T12:09:45Z</dc:date>
    <item>
      <title>Material Cost Estimate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341306#M516053</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;&lt;/P&gt;&lt;P&gt;I have a requirement to display the information in the Material Cost Estimate found in the Material Master. From MM03, input the material number, then click on the Accouting 1 tab, and then click on the Std. Cost Estimate button, and then click on Current button. This will display a new screen. I need the values displayed on the left side of the screen. I need the quantity and total value fields. Unfortunately, as I debugged the program, I am still unable to find the function module or table where these values are taken from. Anybody who knows a function module to retreive those values? Or databse table that I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341306#M516053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material Cost Estimate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341307#M516054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Use the tables&lt;/P&gt;&lt;P&gt;COST&lt;/P&gt;&lt;P&gt;COSP&lt;/P&gt;&lt;P&gt;COEP&lt;/P&gt;&lt;P&gt;AFVV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strcture KKB_CBL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewrad points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        skk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341307#M516054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Material Cost Estimate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341308#M516055</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;For quantity and material values you can use the table MBEW..LBKUM for quantity and STPRS is for standard price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For cost estimates..I believe the table is KEKO &amp;amp; KEPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341308#M516055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Material Cost Estimate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341309#M516056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the Tables&lt;/P&gt;&lt;P&gt;KEKO&lt;/P&gt;&lt;P&gt;KEPH&lt;/P&gt;&lt;P&gt;KALA&lt;/P&gt;&lt;P&gt;for the Material Cost estimate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341309#M516056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Material Cost Estimate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341310#M516057</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;&lt;/P&gt;&lt;P&gt;Thank you to all those who replied. I noticed that there is a difference in the values from the left side of the screen to the right side when it vomes to the total values and quantity from the Material Cost Estimate view of the material master. Any idea on what caused the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-cost-estimate/m-p/2341310#M516057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:09:45Z</dc:date>
    </item>
  </channel>
</rss>

