‎2006 Sep 13 3:45 PM
Hi,
I am using ' CSAP_MAT_BOM_MAINTAIN ' to change the items of the BOM. If I have 3 items
ITEM_CATEG ITEM_NO COMPONENT FLDELETE
L |0010 |01600004 |
L |0020 |01600012 |
L |0020 |01600012 |X
L |0030 |01600016 |x
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'.
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.
Any help is appreciated.
Regds
Venu
‎2006 Sep 13 4:03 PM
Hi Venu,
Please check this FM.
CAVC_I_DELETE_BOM_ITEM
CUKO_DDB_BOM_POSITION_DELETE
CAVC_I_CHANGE_BOM_ITEM_DATA
CUKO_DDB_BOM_POSITION_UPDATE
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Sep 13 4:03 PM
Hi Venu,
Please check this FM.
CAVC_I_DELETE_BOM_ITEM
CUKO_DDB_BOM_POSITION_DELETE
CAVC_I_CHANGE_BOM_ITEM_DATA
CUKO_DDB_BOM_POSITION_UPDATE
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Sep 13 4:38 PM
Hi ferry,
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.