Hi All,
Can we use query to directly update the OITM table. Is there any other table that i need to take note and synz back the data inconsistency? We cannot use the SAP to update back the item because the item already having stock quantity/transaction.
You cannot change the inventory item category; item has been used in one or more transactions [OITM.InvntItem]
UPDATE OITM SET InvntItem ='N', SellItem = 'Y', PrchseItem = 'N', IssueMthd = 'B', ManBtchNum = 'N', ManSerNum = 'N' WHERE ItemCode = 'XXXX'