Sunday 7 August 2016

Item Unassignment and Delete Items

There can be scenarios where an Item is mistakenly assigned to a warehouse but we need to un-assign the item from the warehouse , We have 2 options available for this operation depending on the number of items and the number of warehouses from when there items have to be unassigned.


However note that item un-assignment can only be performed provided no material transactions have been booked for the item.


If the data volume is less users can query the items from Item master and uncheck the check boxes of item assignment to the specific warehouses and then save the changes.


For large data volumes we can have follow the step by step approach as below :
  1. Delete Item Costs --> Any cost for the item needs to be deleted. This can be achieved by running DELETE scripts on the tables :
    1. cst_item_costs
    2. cst_item_cost_details
    3. CST_COST_UPDATES
    4. CST_STANDARD_COSTS
Once the item costs have been cleared we need to group the items into Deletion Groups.
For this an entry needs to be made in the Table :
  1. BOM_DELETE_GROUPS --> 1 Entry is made for each Organization (warehouse) from which the item has to be un-assigned
  2. BOM_DELETE_ENTITIES --> Entry for individual item is made
Once the data insert is complete the user needs to navigate the screen for Delete Items , Search the BOM Deletion group , review and delete it to complete item un-assignment



No comments:

Post a Comment