@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultInboundDeliveryService") public class DefaultInboundDeliveryService extends Object implements 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) |
Constructor and Description |
---|
DefaultInboundDeliveryService() |
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. |
public InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
InboundDeliveryService
InbDeliveryDocFlow
entity using key fields.getInbDeliveryDocFlowByKey
in interface InboundDeliveryService
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.public InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow)
InboundDeliveryService
InbDeliveryDocFlow
entity and save it to the S/4HANA system.updateInbDeliveryDocFlow
in interface InboundDeliveryService
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.public InbDeliveryHeaderFluentHelper getAllInbDeliveryHeader()
InboundDeliveryService
InbDeliveryHeader
entities.getAllInbDeliveryHeader
in interface InboundDeliveryService
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.public InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument)
InboundDeliveryService
InbDeliveryHeader
entity using key fields.getInbDeliveryHeaderByKey
in interface InboundDeliveryService
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.public InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InboundDeliveryService
InbDeliveryHeader
entity and save it to the S/4HANA system.createInbDeliveryHeader
in interface InboundDeliveryService
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.public InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader)
InboundDeliveryService
InbDeliveryHeader
entity in the S/4HANA system.deleteInbDeliveryHeader
in interface InboundDeliveryService
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.public InbDeliveryItemFluentHelper getAllInbDeliveryItem()
InboundDeliveryService
InbDeliveryItem
entities.getAllInbDeliveryItem
in interface InboundDeliveryService
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.public InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryService
InbDeliveryItem
entity using key fields.getInbDeliveryItemByKey
in interface InboundDeliveryService
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.public InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
InboundDeliveryService
InbDeliveryItem
entity and save it to the S/4HANA system.updateInbDeliveryItem
in interface InboundDeliveryService
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.public InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem)
InboundDeliveryService
InbDeliveryItem
entity in the S/4HANA system.deleteInbDeliveryItem
in interface InboundDeliveryService
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.public ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(String deliveryDocument)
InboundDeliveryService
Creates a fluent helper for the ConfirmPutawayAllItems OData function import.
confirmPutawayAllItems
in interface InboundDeliveryService
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.public ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryService
Creates a fluent helper for the ConfirmPutawayOneItem OData function import.
confirmPutawayOneItem
in interface InboundDeliveryService
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.public PostGoodsReceiptFluentHelper postGoodsReceipt(String deliveryDocument)
InboundDeliveryService
Creates a fluent helper for the PostGoodsReceipt OData function import.
postGoodsReceipt
in interface InboundDeliveryService
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.public PutawayAllItemsFluentHelper putawayAllItems(String deliveryDocument)
InboundDeliveryService
Creates a fluent helper for the PutawayAllItems OData function import.
putawayAllItems
in interface InboundDeliveryService
deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.public PutawayOneItemFluentHelper putawayOneItem(String deliveryDocument, String deliveryDocumentItem)
InboundDeliveryService
Creates a fluent helper for the PutawayOneItem OData function import.
putawayOneItem
in interface InboundDeliveryService
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.public ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate)
InboundDeliveryService
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
reverseGoodsReceipt
in interface InboundDeliveryService
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.