<?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: Is there a Function Module for Material Consumption? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224314#M1207922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sud, &lt;/P&gt;&lt;P&gt;No, I couldn't find another solution... I had to implement a very complex code to update it with BDC. Actualy I did my own Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Nov 2010 03:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-20T03:57:35Z</dc:date>
    <item>
      <title>Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224308#M1207916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to update the Material Consumption for MRP Area; I'm using a Call Transaction but I don't think it's the best way, if someone adds a new MRP Area the order changes, every month the new month is added on the first row and it's pretty slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module I can use for it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field I'm changing is recorded on DVER table and the call transaction follows the next route:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx: MM02 -&amp;gt; MRP 1 view -&amp;gt; MRP areas -&amp;gt; Choose the MRP Area -&amp;gt; Consumption values -&amp;gt; Corrected value (field: RM03M_DB-KOVBW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Screenshot|http://www.e-pando.com.mx/html/data/phoo/2009_02_12/dver.JPG]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224308#M1207916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T14:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224309#M1207917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MB_UPDATE_MATERIAL_CONSUMPTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if the above works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224309#M1207917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224310#M1207918</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;Check this BAPI: BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a clear understanding on how to work ,you can check the documentation of the BAPI in Se37.&lt;/P&gt;&lt;P&gt;To update the characteristics value for material use BAPI_OBJCL_CHANGE, &lt;/P&gt;&lt;P&gt;and also you can have a glance at the function group CLBPA to find &lt;/P&gt;&lt;P&gt;lot of useful classification functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hareesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224310#M1207918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T14:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224311#M1207919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't suggest an update task function module to update data, this function module is executed during update task following material movement or stock update, it is not intended to be used stand alone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at SE37 to check if this is an update task function. These module usually do nothing more than update database, they come after any checks and are only a part of database update and so they MUST NOT be called directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 15:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224311#M1207919</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-02-12T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224312#M1207920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;MB_UPDATE_MATERIAL_CONSUMPTION&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;check if the above works.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen that one, it's fot Material Consumption without MRP Area, the one that you can see in the &lt;/P&gt;&lt;P&gt;Forecasting view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Hi&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Check this BAPI: BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;To get a clear understanding on how to work ,you can check the documentation of the BAPI in Se37.&lt;/P&gt;&lt;P&gt;&amp;gt;To update the characteristics value for material use BAPI_OBJCL_CHANGE, &lt;/P&gt;&lt;P&gt;&amp;gt;and also you can have a glance at the function group CLBPA to find &lt;/P&gt;&lt;P&gt;&amp;gt;lot of useful classification functions.&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Hope this will solve your problem&lt;/P&gt;&lt;P&gt;&amp;gt;Regards&lt;/P&gt;&lt;P&gt;&amp;gt;Hareesh&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, I have seen that one but I'll see the documentation to get a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Please don't suggest an update task function module to update data, this function module is executed during update task following material movement or stock update, it is not intended to be used stand alone. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Look at SE37 to check if this is an update task function. These module usually do nothing more than update database, they come after any checks and are only a part of database update and so they MUST NOT be called directly.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alright, good to know. &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>Thu, 12 Feb 2009 15:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224312#M1207920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T15:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224313#M1207921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the exact same issue. Rght now i am using the BDC call transaction method to update consumption values to the table DVER. I wanted to know if you found any Function module or BAPI to update the table DVER directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 23:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224313#M1207921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-16T23:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224314#M1207922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sud, &lt;/P&gt;&lt;P&gt;No, I couldn't find another solution... I had to implement a very complex code to update it with BDC. Actualy I did my own Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 03:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224314#M1207922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T03:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224315#M1207923</link>
      <description>&lt;P&gt;did you find an option ?&lt;/P&gt;&lt;P&gt;i'm looking for a way to update corrected consumption with and without mrp areas ?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 14:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224315#M1207923</guid>
      <dc:creator>former_member615637</dc:creator>
      <dc:date>2020-11-30T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Function Module for Material Consumption?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224316#M1207924</link>
      <description>&lt;P&gt;did you find an option ?&lt;/P&gt;&lt;P&gt;looking for the same ? update corrected consumption with but also without mrp area&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 14:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-function-module-for-material-consumption/m-p/5224316#M1207924</guid>
      <dc:creator>former_member615637</dc:creator>
      <dc:date>2020-11-30T14:41:09Z</dc:date>
    </item>
  </channel>
</rss>

