<?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: Reg: Material Master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721131#M1108523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vishal for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 08:33:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T08:33:09Z</dc:date>
    <item>
      <title>Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721124#M1108516</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;i got a requirement that if user change the MRP rate in Material Master then it should be reflected to item catagory of BOM &lt;/P&gt;&lt;P&gt;Please help me out regarding this &lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721124#M1108516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721125#M1108517</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;PRE&gt;&lt;CODE&gt;
BAPI_MATERIAL_MRP_LIST         Material - MRP List
BAPI_MATERIAL_PLANNING         Material - Single-Item Planning Single/Multilevel
BAPI_MATERIAL_STOCK_REQ_LIST   Material - Current Requirements/Stock List
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721125#M1108517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721126#M1108518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arunima&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to update item category(POSTP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721126#M1108518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721127#M1108519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arunima &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me how to usge these BAPI's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721127#M1108519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721128#M1108520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You first need to identify user exit/BADI which triggers just &lt;/P&gt;&lt;P&gt;before material is saved, in which you can write your own logic &lt;/P&gt;&lt;P&gt;to update item category of BOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use FM : CSAP_MAT_BOM_MAINTAIN to update BOM details &lt;/P&gt;&lt;P&gt;or you can write your own update statement.&lt;/P&gt;&lt;P&gt;MARA, MAST, STKO and STPO are tables you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STPO-POSTP need to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MARA and MAST are linked which gives you BOM details which &lt;/P&gt;&lt;P&gt;You can use to query STKO/STPO tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721128#M1108520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721129#M1108521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but that FM will not update exiting item category of BOM, we need any FM that will update item category of BOM which is already exits &lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721129#M1108521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721130#M1108522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rao,&lt;/P&gt;&lt;P&gt;Even if you manually tried to change Item Category of an item&lt;/P&gt;&lt;P&gt;using CS02, you can not do that as that field is not editable. It means SAP&lt;/P&gt;&lt;P&gt;doesn't allow you to change Item Category of an Item in BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So only solution to your problem which I feel is to deleted the item first and then&lt;/P&gt;&lt;P&gt;again add the same item with new Item Category which is allowed, I think.&lt;/P&gt;&lt;P&gt;You can use the same FM for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any idea how much it is &lt;STRONG&gt;feasible&lt;/STRONG&gt; or it is &lt;STRONG&gt;recommended&lt;/STRONG&gt; or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 05:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721130#M1108522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T05:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721131#M1108523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vishal for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 08:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721131#M1108523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721132#M1108524</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;Do you manage to find any method to update the BOM Item category (STPO-POSTP? I having the similar requirement to update this value for Functional location BOM. Any BAPI available for this update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 05:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-material-master/m-p/4721132#M1108524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-09T05:35:24Z</dc:date>
    </item>
  </channel>
</rss>

