Symptom
When update identified stock of output product in production order through standard web service ManageProductionOrderIn, there is error in response such as Identified stock 123 not valid.
Environment
SAP Business ByDesign
Cause
In the payload, you maintain identified stock like <IdentifiedStockID>123</IdentifiedStockID>, however, when identified stock contains only number, system can only recognize it in format with 20 digits.
Resolution
Please maintain identified stock in payload like <IdentifiedStockID>00000000000000000123</IdentifiedStockID>. The key here is the identified stock should have 20 digits.
Keywords
ManageProductionOrderIn, Web Service, Identified Stock , KBA , AP-PE-ORD , Production Order , Problem