cancel
Showing results for 
Search instead for 
Did you mean: 

AssyData in AddInventoryReceipt web service

Former Member
0 Kudos

Hi,

I am struggling with the AddInventoryReceipt Web-service (Both in 5.2.5 and 6.0.2).

When sending the enclosed message it saves the Inventory ID in the WIP DB Table INVENTORY. However the InventoryAssyData for VENDOR is not inserted into the db table INVENTORY_ASSY_DATA.

Is there some error in my Webservice message?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:me="http://sap.com/xi/ME" xmlns:gdt="http://sap.com/xi/SAPGlobal/GDT">

<soapenv:Header/>

<soapenv:Body>

<me:InventoryReceiptRequest_sync>

<me:InventoryReceiptRequest>

<me:SiteRef>

<me:Site>JONORD</me:Site>

</me:SiteRef>

<me:InventoryId>UID0000TESTING1</me:InventoryId>

<me:ItemRef>

<me:Item>3BSC550011R14</me:Item>

<me:Revision>X1</me:Revision>

</me:ItemRef>

<me:QuantityOnHand>500</me:QuantityOnHand>

<me:InventoryAssyData>

<me:InventoryRef>

<!You may enter the following 2 items in any order>

<me:InventoryId>UID0000TESTING</me:InventoryId>

<!Optional:>

<me:SiteRef>

<me:Site>JONORD</me:Site>

</me:SiteRef>

</me:InventoryRef>

<me:DataAttribute>N/A</me:DataAttribute>

<me:DataField>VENDOR</me:DataField>

</me:InventoryAssyData>

</me:InventoryReceiptRequest>

</me:InventoryReceiptRequest_sync>

</soapenv:Body>

</soapenv:Envelope>"

Br,

Johan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

After logging a ticket I found out that VENDOR used in AssyData tag since SAP ME 6.0 have to be entered into the system with "Vendor maintenance".

Br,

Johan