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: | 2 |
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) |
Authentication Methods: | Basic, x509 |
Business Object: | InboundDelivery |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path used to access the endpoint. |
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. |
InbDeliveryHeaderUpdateFluentHelper |
updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
Update an existing
InbDeliveryHeader 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. |
InboundDeliveryService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.InboundDeliveryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(@Nonnull 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.@Nonnull InbDeliveryHeaderUpdateFluentHelper updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be updated in the S/4HANA system.InbDeliveryHeader
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(@Nonnull 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.@Nonnull InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.