Question

Manual issue error

  • 5 September 2022
  • 1 reply
  • 75 views

Userlevel 1
Badge +4
  • Do Gooder (Customer)
  • 5 replies

Hello, 

 

Does anyone know what the below error means? We got it when trying to manual issue stock in IFS. 

 

ORA-20110: ShopMaterialAlloc.NORESERVEMATERIAL2: Insufficient reservations for the component part 7000069 on the order 50265. The reserve/issue method for the component is Manual and it has to be manually reserved or issued before reporting the connected operation 1000.


1 reply

Userlevel 3
Badge +5

Hi @THeer,

 

I have reviewed your error and there is a condition in Shop_Material_Alloc_API to check whether the sum of qty_issues and total_issues equals to 0. 

 

rec_.qty_issued + total_issues_ = 0

 

If the sum of qty_issues and total_issues equals to 0, you will get the mentioned error.

 

Best Regards,
Tharindu

Reply