Class DefaultInboundDeliveryService
- All Implemented Interfaces:
BatchService<InboundDeliveryServiceBatch>,InboundDeliveryService
This service enables you to create, read, update and delete inbound deliveries. It can be consumed in Fiori apps and on other user interfaces.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INBOUND_DELIVERY_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Delivery Processing Integration(SAP_COM_0106) |
| Scope Items: | Direct Procurement with Inbound Delivery(2TX), Sell from Stock(BD9), Lean Customer Returns(BDD), Sell from Stock(OD9), Delivery Processing without Order Reference(1MI), Free of Charge Delivery(BDA), Customer Returns(BKP) |
| Authentication Methods: | x509 |
| Business Object: | Inbound Delivery |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.InboundDeliveryService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingInboundDeliveryService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.confirmPutawayAllItems(String deliveryDocument) Deprecated.Creates a fluent helper for the ConfirmPutawayAllItems OData function import.confirmPutawayOneItem(String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the ConfirmPutawayOneItem OData function import.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Deletes an existingInbDeliveryItementity in the S/4HANA system.Deprecated.Fetch multipleInbDeliveryHeaderentities.Deprecated.Fetch multipleInbDeliveryItementities.getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory) Deprecated.Fetch a singleInbDeliveryDocFlowentity using key fields.getInbDeliveryHeaderByKey(String deliveryDocument) Deprecated.Fetch a singleInbDeliveryHeaderentity using key fields.getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem) Deprecated.Fetch a singleInbDeliveryItementity using key fields.getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument) Deprecated.Fetch a singleInbDeliveryPartnerentity using key fields.getInbDeliverySerialNmbrByKey(Integer maintenanceItemObjectList) Deprecated.Fetch a singleInbDeliverySerialNmbrentity using key fields.postGoodsReceipt(String deliveryDocument) Deprecated.Creates a fluent helper for the PostGoodsReceipt OData function import.putawayAllItems(String deliveryDocument) Deprecated.Creates a fluent helper for the PutawayAllItems OData function import.putawayOneItem(String deliveryDocument, String deliveryDocumentItem) Deprecated.Creates a fluent helper for the PutawayOneItem OData function import.reverseGoodsReceipt(String deliveryDocument, LocalDateTime actualGoodsMovementDate) Deprecated.Creates a fluent helper for the ReverseGoodsReceipt OData function import.updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow) Deprecated.Update an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Update an existingInbDeliveryItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultInboundDeliveryService
public DefaultInboundDeliveryService()Deprecated.Creates a service usingInboundDeliveryService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:InboundDeliveryServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceInboundDeliveryService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<InboundDeliveryServiceBatch>
-
getInbDeliveryDocFlowByKey
@Nonnull public InbDeliveryDocFlowByKeyFluentHelper getInbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory) Deprecated.Description copied from interface:InboundDeliveryServiceFetch a singleInbDeliveryDocFlowentity using key fields.- Specified by:
getInbDeliveryDocFlowByKeyin interfaceInboundDeliveryService- Parameters:
precedingDocument- Preceding Doc.Constraints: Not nullable, Maximum length: 10
precedingDocumentItem- Preceding ItemConstraints: Not nullable, Maximum length: 6
subsequentDocumentCategory- Subs.Doc.Categ.Constraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
InbDeliveryDocFlowentity 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 theexecutemethod on the fluent helper object.
-
updateInbDeliveryDocFlow
@Nonnull public InbDeliveryDocFlowUpdateFluentHelper updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow) Deprecated.Description copied from interface:InboundDeliveryServiceUpdate an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryDocFlowin interfaceInboundDeliveryService- Parameters:
inbDeliveryDocFlow-InbDeliveryDocFlowentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryDocFlowentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInbDeliveryHeader
Deprecated.Description copied from interface:InboundDeliveryServiceFetch multipleInbDeliveryHeaderentities.- Specified by:
getAllInbDeliveryHeaderin interfaceInboundDeliveryService- Returns:
- A fluent helper to fetch multiple
InbDeliveryHeaderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryHeaderByKey
@Nonnull public InbDeliveryHeaderByKeyFluentHelper getInbDeliveryHeaderByKey(String deliveryDocument) Deprecated.Description copied from interface:InboundDeliveryServiceFetch a singleInbDeliveryHeaderentity using key fields.- Specified by:
getInbDeliveryHeaderByKeyin interfaceInboundDeliveryService- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
InbDeliveryHeaderentity 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 theexecutemethod on the fluent helper object.
-
createInbDeliveryHeader
@Nonnull public InbDeliveryHeaderCreateFluentHelper createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Description copied from interface:InboundDeliveryServiceCreate a newInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createInbDeliveryHeaderin interfaceInboundDeliveryService- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInbDeliveryHeader
@Nonnull public InbDeliveryHeaderUpdateFluentHelper updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Description copied from interface:InboundDeliveryServiceUpdate an existingInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryHeaderin interfaceInboundDeliveryService- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInbDeliveryHeader
@Nonnull public InbDeliveryHeaderDeleteFluentHelper deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Deprecated.Description copied from interface:InboundDeliveryServiceDeletes an existingInbDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteInbDeliveryHeaderin interfaceInboundDeliveryService- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InbDeliveryHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInbDeliveryItem
Deprecated.Description copied from interface:InboundDeliveryServiceFetch multipleInbDeliveryItementities.- Specified by:
getAllInbDeliveryItemin interfaceInboundDeliveryService- Returns:
- A fluent helper to fetch multiple
InbDeliveryItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryItemByKey
@Nonnull public InbDeliveryItemByKeyFluentHelper getInbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem) Deprecated.Description copied from interface:InboundDeliveryServiceFetch a singleInbDeliveryItementity using key fields.- Specified by:
getInbDeliveryItemByKeyin interfaceInboundDeliveryService- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InbDeliveryItementity 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 theexecutemethod on the fluent helper object.
-
updateInbDeliveryItem
@Nonnull public InbDeliveryItemUpdateFluentHelper updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Deprecated.Description copied from interface:InboundDeliveryServiceUpdate an existingInbDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryItemin interfaceInboundDeliveryService- Parameters:
inbDeliveryItem-InbDeliveryItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InbDeliveryItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInbDeliveryItem
@Nonnull public InbDeliveryItemDeleteFluentHelper deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Deprecated.Description copied from interface:InboundDeliveryServiceDeletes an existingInbDeliveryItementity in the S/4HANA system.- Specified by:
deleteInbDeliveryItemin interfaceInboundDeliveryService- Parameters:
inbDeliveryItem-InbDeliveryItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InbDeliveryItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getInbDeliveryPartnerByKey
@Nonnull public InbDeliveryPartnerByKeyFluentHelper getInbDeliveryPartnerByKey(String partnerFunction, String sDDocument) Deprecated.Description copied from interface:InboundDeliveryServiceFetch a singleInbDeliveryPartnerentity using key fields.- Specified by:
getInbDeliveryPartnerByKeyin interfaceInboundDeliveryService- Parameters:
partnerFunction- Partner FunctnConstraints: Not nullable, Maximum length: 2
sDDocument- SD DocumentConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
InbDeliveryPartnerentity 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 theexecutemethod on the fluent helper object.
-
getInbDeliverySerialNmbrByKey
@Nonnull public InbDeliverySerialNmbrByKeyFluentHelper getInbDeliverySerialNmbrByKey(Integer maintenanceItemObjectList) Deprecated.Description copied from interface:InboundDeliveryServiceFetch a singleInbDeliverySerialNmbrentity using key fields.- Specified by:
getInbDeliverySerialNmbrByKeyin interfaceInboundDeliveryService- Parameters:
maintenanceItemObjectList- Object listConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
InbDeliverySerialNmbrentity 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 theexecutemethod on the fluent helper object.
-
confirmPutawayAllItems
@Nonnull public ConfirmPutawayAllItemsFluentHelper confirmPutawayAllItems(@Nonnull String deliveryDocument) Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the ConfirmPutawayAllItems OData function import.
- Specified by:
confirmPutawayAllItemsin interfaceInboundDeliveryService- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the ConfirmPutawayAllItems OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
confirmPutawayOneItem
@Nonnull public ConfirmPutawayOneItemFluentHelper confirmPutawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the ConfirmPutawayOneItem OData function import.
- Specified by:
confirmPutawayOneItemin interfaceInboundDeliveryService- Parameters:
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
- Returns:
- A fluent helper object that will execute the ConfirmPutawayOneItem OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
postGoodsReceipt
Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the PostGoodsReceipt OData function import.
- Specified by:
postGoodsReceiptin interfaceInboundDeliveryService- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the PostGoodsReceipt OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayAllItems
Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the PutawayAllItems OData function import.
- Specified by:
putawayAllItemsin interfaceInboundDeliveryService- Parameters:
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
- Returns:
- A fluent helper object that will execute the PutawayAllItems OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
putawayOneItem
@Nonnull public PutawayOneItemFluentHelper putawayOneItem(@Nonnull String deliveryDocument, @Nonnull String deliveryDocumentItem) Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the PutawayOneItem OData function import.
- Specified by:
putawayOneItemin interfaceInboundDeliveryService- Parameters:
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
- Returns:
- A fluent helper object that will execute the PutawayOneItem OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
reverseGoodsReceipt
@Nonnull public ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(@Nonnull String deliveryDocument, @Nonnull LocalDateTime actualGoodsMovementDate) Deprecated.Description copied from interface:InboundDeliveryServiceCreates a fluent helper for the ReverseGoodsReceipt OData function import.
- Specified by:
reverseGoodsReceiptin interfaceInboundDeliveryService- Parameters:
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
- Returns:
- A fluent helper object that will execute the ReverseGoodsReceipt OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-