<?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 Valuation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356267#M1640689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to extract material valuation data using the: BAPI_MATERIAL_GET_DETAIL and accessing the MATERIALVALUATIONDATA structure. However I always get 0 for all fields with NCO or JCO. I have tested the function in SAP and I am getting the same results. However If I check through the SAPGUI (MM03) : Accounting 1, these fields for Material Valuation contain values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Or is there another way to get this information, another BAPI for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2011 15:35:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-23T15:35:36Z</dc:date>
    <item>
      <title>Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356267#M1640689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to extract material valuation data using the: BAPI_MATERIAL_GET_DETAIL and accessing the MATERIALVALUATIONDATA structure. However I always get 0 for all fields with NCO or JCO. I have tested the function in SAP and I am getting the same results. However If I check through the SAPGUI (MM03) : Accounting 1, these fields for Material Valuation contain values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Or is there another way to get this information, another BAPI for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356267#M1640689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-23T15:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356268#M1640690</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;To get the valuation data using this BAPI, you need to enter the valuation area field. It will show the valuation data only for specific valuation area. When you go to MM03, enter the material number and select accouting view then SAP must be giving you a pop up to enter the plant. Table "T001W" contains the cross reference between Plant and valuation area. So you need to first get the value of valuation area from this table for a plant and then enter the same in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from t001 where werks = &amp;lt;Plant&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function BAPI_MATERIAL_GET_DETAIL&lt;/P&gt;&lt;P&gt;Exporting&lt;/P&gt;&lt;P&gt;MATERIAL = &amp;lt;Material&amp;gt;&lt;/P&gt;&lt;P&gt;VALUATIONAREA = T001W-BWKEY&lt;/P&gt;&lt;P&gt;Importing&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 22:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356268#M1640690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-23T22:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356269#M1640691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelvngdo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a wrapper RFC  and pass the valuation area  and  get the data in  BAPI_MATERIAL_GET_DETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 04:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356269#M1640691</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-11-24T04:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356270#M1640692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your suggesting and let you know. It sounds promising&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;kevlangdo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 15:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356270#M1640692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356271#M1640693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info &lt;/P&gt;&lt;P&gt;madhurao123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your suggestion. However, I have been having problems creating functions in dev env. I keep getting "not authorized to make changes (s_develop). However basis says that I have full access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevlangdo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 15:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356271#M1640693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T15:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Material Valuation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356272#M1640694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Valuation area info. That helped a lot however I also needed to included leading zeros in the material field since this field has 18 char and my material code has only 6, so when I added 12 leading zeros, I began receiving my data. Weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 20:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-valuation/m-p/8356272#M1640694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T20:17:36Z</dc:date>
    </item>
  </channel>
</rss>

