public interface InboundDeliveryService
This service enables you to read, create, update, and delete inbound deliveries in an API call. It can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_INBOUND_DELIVERY_SRV |
API Version: | 1 |
Communication Scenario: | Delivery Processing Integration (SAP_COM_0106) |
Scope Items: | Delivery Processing without Order Reference (1MI), Sell from Stock (BD9), Free of Charge Delivery (BDA), Accelerated Customer Returns (BKP), Procurement of Direct Materials (J45) |
Modifier and Type | Method and Description |
---|---|
ConfirmPutawayAllItemsFluentHelper |
confirmPutawayAllItems(String deliveryDocument)
Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
|
ConfirmPutawayOneItemFluentHelper |
confirmPutawayOneItem(String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
|
InbDeliveryHeaderCreateFluentHelper |
createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Create a new
InbDeliveryHeader entity and save it to the S/4HANA system. |
InbDeliveryHeaderDeleteFluentHelper |
deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Deletes an existing
InbDeliveryHeader entity in the S/4HANA system. |
InbDeliveryItemDeleteFluentHelper |
deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
Deletes an existing
InbDeliveryItem entity in the S/4HANA system. |
InbDeliveryHeaderFluentHelper |
getAllInbDeliveryHeader()
Fetch multiple
InbDeliveryHeader entities. |
InbDeliveryItemFluentHelper |
getAllInbDeliveryItem()
Fetch multiple
InbDeliveryItem entities. |
InbDeliveryDocFlowByKeyFluentHelper |
getInbDeliveryDocFlowByKey(String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Fetch a single
InbDeliveryDocFlow entity using key fields. |
InbDeliveryHeaderByKeyFluentHelper |
getInbDeliveryHeaderByKey(String deliveryDocument)
Fetch a single
InbDeliveryHeader entity using key fields. |
InbDeliveryItemByKeyFluentHelper |
getInbDeliveryItemByKey(String deliveryDocument,
String deliveryDocumentItem)
Fetch a single
InbDeliveryItem entity using key fields. |
PostGoodsReceiptFluentHelper |
postGoodsReceipt(String deliveryDocument)
Creates a fluent helper for the PostGoodsReceipt OData function import.
|
PutawayAllItemsFluentHelper |
putawayAllItems(String deliveryDocument)
Creates a fluent helper for the PutawayAllItems OData function import.
|
PutawayOneItemFluentHelper |
putawayOneItem(String deliveryDocument,
String deliveryDocumentItem)
Creates a fluent helper for the PutawayOneItem OData function import.
|
ReverseGoodsReceiptFluentHelper |
reverseGoodsReceipt(String deliveryDocument,
LocalDateTime actualGoodsMovementDate)
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
|
InbDeliveryDocFlowUpdateFluentHelper |
updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow)
Update an existing
InbDeliveryDocFlow entity and save it to the S/4HANA system. |
InbDeliveryItemUpdateFluentHelper |
updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
Update an existing
InbDeliveryItem entity and save it to the S/4HANA system. |
InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InbDeliveryDocFlow
entity using key fields.precedingDocument
- Number that uniquely identifies the preceding sales, delivery, or billing document (for example, the quotation from which you created a sales order).Constraints: Not nullable, Maximum length: 10
precedingDocumentItem
- Preceding Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
subsequentDocumentCategory
- The document category of the sales document that you have created from a preceding document (for example, a delivery note that has been created from a sales order).Constraints: Not nullable, Maximum length: 4
InbDeliveryDocFlow
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow)
InbDeliveryDocFlow
entity and save it to the S/4HANA system.inbDeliveryDocFlow
- InbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.InbDeliveryDocFlow
entity. To perform execution, call the execute
method on the fluent helper object.InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
InbDeliveryHeader
entities.InbDeliveryHeader
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
InbDeliveryHeader
entity using key fields.deliveryDocument
- The number that uniquely identifies the delivery.Constraints: Not nullable, Maximum length: 10
InbDeliveryHeader
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be created in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the execute
method on the fluent helper object.InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity in the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be deleted in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the execute
method on the fluent helper object.InbDeliveryItemFluentHelper getAllInbDeliveryItem()
InbDeliveryItem
entities.InbDeliveryItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
InbDeliveryItem
entity using key fields.deliveryDocument
- The number that uniquely identifies the delivery.Constraints: Not nullable, Maximum length: 10
deliveryDocumentItem
- The number that uniquely identifies the item in a delivery.Constraints: Not nullable, Maximum length: 6
InbDeliveryItem
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity and save it to the S/4HANA system.inbDeliveryItem
- InbDeliveryItem
entity object that will be updated in the S/4HANA system.InbDeliveryItem
entity. To perform execution, call the execute
method on the fluent helper object.InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity in the S/4HANA system.inbDeliveryItem
- InbDeliveryItem
entity object that will be deleted in the S/4HANA system.InbDeliveryItem
entity. To perform execution, call the execute
method on the fluent helper object.ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(String deliveryDocument)
Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(String deliveryDocument, String deliveryDocumentItem)
Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem
- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
execute
method on the fluent helper object.PostGoodsReceiptFluentHelper postGoodsReceipt(String deliveryDocument)
Creates a fluent helper for the PostGoodsReceipt OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.PutawayAllItemsFluentHelper putawayAllItems(String deliveryDocument)
Creates a fluent helper for the PutawayAllItems OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.PutawayOneItemFluentHelper putawayOneItem(String deliveryDocument, String deliveryDocumentItem)
Creates a fluent helper for the PutawayOneItem OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem
- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
execute
method on the fluent helper object.ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate)
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualGoodsMovementDate
- Actual GI DateConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ActualGoodsMovementDate
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.