on 2025 Apr 10 2:39 PM
Hello,
I am trying to use the API - API_INBOUND_DELIVERY_SRV/A_InbDeliveryHeader to create the inbound delivery with reference to a Purchase Order. I am using the following Json in the Gateway client.
But, I get the following error in the log.
Appreciate any inputs on what I am doing wrong here.
Request clarification before answering.
Hello,
I tried checking this API in the SAP Sandbox system using TRY OUT feature in api.sap.com and it's indeed noted that there is no property/field available with name "ReferenceDocument" in EntitySet "A_InbDeliveryHeader" . You have passed 2 properties from header in this payload "ReferenceDocument" and "Supplier" , "Supplier" is there but the other one is not there and the message you got as a response is self-explanatory.
Please check.
Additional info:
"ReferenceDocument" is indeed found to be at the associated Item level entity that too with name "ReferenceSDDocument" , this api seems to be for Inbound Delivery to be created with respect to a Sales document and not for a Purchase document.
Thanks,
Sijin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check those samples in this SAP online help: Create Inbound Delivery, look for
(Basically use 'ReferenceSDDocument')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.