Hi,
SBO 9.0 pl 8
I try to update a picklist via di server.
Table PKL1
Table PKL2
Image may be NSFW.
Clik here to view.
The code for body SOAP:
<dis:UpdateObject xmlns:dis="http://www.sap.com/SBO/DIS">
<BO>
<AdmInfo>
<Object>oPickLists</Object>
</AdmInfo>
<QueryParams>
<Absoluteentry>15</Absoluteentry>
</QueryParams>
<PickLists />
<PickLists_Lines>
<row>
<OrderEntry>306</OrderEntry>
<OrderRowID>1</OrderRowID>
<PickedQuantity>7</PickedQuantity>
<BaseObjectType>17</BaseObjectType>
</row>
</PickLists_Lines>
<DocumentLinesBinAllocations>
<row>
<BinAbsEntry>2</BinAbsEntry>
<Quantity>3</Quantity>
</row>
<row>
<BinAbsEntry>166</BinAbsEntry>
<Quantity>4</Quantity>
</row>
</DocumentLinesBinAllocations>
</BO>
</dis:UpdateObject>
I get the following error-message
Error env:Receiver -10 1470000341 - La cantidad liberada supera la cantidad abierta 156 1 UpdateObject 202596FB-45E3-4742-BA04-E4FCB327D46E
----> The quantity released exceds the quantity open
but if I try In the orderLine 0 is correct the process
Thanks in advance!
Best Regards
Iñaki