<?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: Bom change Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580948#M262125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAVC_I_DELETE_BOM_ITEM&lt;/P&gt;&lt;P&gt;CUKO_DDB_BOM_POSITION_DELETE&lt;/P&gt;&lt;P&gt;CAVC_I_CHANGE_BOM_ITEM_DATA&lt;/P&gt;&lt;P&gt;CUKO_DDB_BOM_POSITION_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2006 15:03:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-13T15:03:07Z</dc:date>
    <item>
      <title>Bom change Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580947#M262124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    I am using ' CSAP_MAT_BOM_MAINTAIN ' to change the items of the BOM. If I have  3 items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM_CATEG ITEM_NO COMPONENT          FLDELETE      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L         |0010   |01600004          |                &lt;/P&gt;&lt;P&gt;L         |0020   |01600012          |                  &lt;/P&gt;&lt;P&gt;L         |0020   |01600012          |X           &lt;/P&gt;&lt;P&gt;L         |0030   |01600016          |x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above 3 items, although I have fldelete = 'X' for item 0020, it doesnt delete that item. But here, the items 0030 gets deleted as it too has fldelete as 'x'. &lt;/P&gt;&lt;P&gt;The reason I see is because there are 2 items with the item_no 0020, and have only one item with item_no 0030. Is there any way I can delete one of those 0020 item number.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 14:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580947#M262124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bom change Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580948#M262125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAVC_I_DELETE_BOM_ITEM&lt;/P&gt;&lt;P&gt;CUKO_DDB_BOM_POSITION_DELETE&lt;/P&gt;&lt;P&gt;CAVC_I_CHANGE_BOM_ITEM_DATA&lt;/P&gt;&lt;P&gt;CUKO_DDB_BOM_POSITION_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580948#M262125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bom change Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580949#M262126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ferry,&lt;/P&gt;&lt;P&gt;    The thing is it should copy items from another bom and also delete the items which are not present in it. So, I am not sure if the FM's u mentioned would work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-change-function-module/m-p/1580949#M262126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T15:38:55Z</dc:date>
    </item>
  </channel>
</rss>

