Hi,
I don't understand how you make for via di server
What is svcPickList?I don't know which in SDK
i have this code for body SOAP
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>25</PickedQuantity>
<BaseObjectType>17</BaseObjectType>
</row>
</PickLists_Lines>
<DocumentLinesBinAllocations>
<row>
<BinAbsEntry>2</BinAbsEntry>
<Quantity>0</Quantity>
</row>
<row>
<BinAbsEntry>166</BinAbsEntry>
<Quantity>25</Quantity>
</row>
</DocumentLinesBinAllocations>
</BO>
</dis:UpdateObject>
i call this method oDIServerNode.Interact(sSOAP)
Thanks