Item #xx not on Inventory-Subcontracting Consumption Posting

Ravi_ThakkarRavi_Thakkar Member Posts: 392
Hello All,

I refer many posts regarding the same issue on Mibuso itself.
But, no any solution mentioned for the same.
So, posting one more forum post for the same.

During Posting of Consumption Journal for Subcontracting Location, system is throwing me an error that "Item #xx not on Inventory".

I have checked all the scenarios like:
Reservation Not exists,
Item Unit of Measure exists,
No Item Tracking,
No Bin Code at Subcontractor Location,
No Consumption Date Issue,
Inventory is there for same item at Vendor Location as on Date.
But still having a same problem at
Codeunit 22 in InsertItemLedgerEntry Function Code
WITH ItemJnlLine DO BEGIN
  IF ItemLedgEntry.Open THEN BEGIN
    IF (((ItemLedgEntry."Entry Type" IN
      [ItemLedgEntry."Entry Type"::"Negative Adjmt.",
      ItemLedgEntry."Entry Type"::Consumption]) AND
      ("Source Type" = "Source Type"::Item)) OR
      (ItemLedgEntry."Entry Type" = ItemLedgEntry."Entry Type"::Transfer)) AND
      (ItemLedgEntry.Quantity < 0)
    THEN
      ERROR(Text005,ItemLedgEntry."Item No.");.
As I found a same problem on many posts, it might be a MS Bug.
If yes then please provide me the Bugfix information.

If not then what could be an issue?
Please, suggest me the solution.
Ravi_Thakkar
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
Sign In or Register to comment.