@Deprecated public interface OutboundDeliveryService extends BatchService<OutboundDeliveryServiceBatch>
This service enables you to create, read, update and delete outbound deliveries. It can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_OUTBOUND_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) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
Deprecated.
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 |
---|---|
ConfirmPickingAllItemsFluentHelper |
confirmPickingAllItems(String deliveryDocument)
Deprecated.
Creates a fluent helper for the ConfirmPickingAllItems OData function import.
|
ConfirmPickingOneItemFluentHelper |
confirmPickingOneItem(String deliveryDocumentItem,
String deliveryDocument)
Deprecated.
Creates a fluent helper for the ConfirmPickingOneItem OData function import.
|
OutbDeliveryHeaderCreateFluentHelper |
createOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader)
Deprecated.
Create a new
OutbDeliveryHeader entity and save it to the S/4HANA system. |
OutbDeliveryHeaderDeleteFluentHelper |
deleteOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader)
Deprecated.
Deletes an existing
OutbDeliveryHeader entity in the S/4HANA system. |
OutbDeliveryItemDeleteFluentHelper |
deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
Deletes an existing
OutbDeliveryItem entity in the S/4HANA system. |
OutbDeliveryHeaderFluentHelper |
getAllOutbDeliveryHeader()
Deprecated.
Fetch multiple
OutbDeliveryHeader entities. |
OutbDeliveryItemFluentHelper |
getAllOutbDeliveryItem()
Deprecated.
Fetch multiple
OutbDeliveryItem entities. |
OutbDeliveryDocFlowByKeyFluentHelper |
getOutbDeliveryDocFlowByKey(String precedingDocument,
String precedingDocumentItem,
String subsequentDocumentCategory)
Deprecated.
Fetch a single
OutbDeliveryDocFlow entity using key fields. |
OutbDeliveryHeaderByKeyFluentHelper |
getOutbDeliveryHeaderByKey(String deliveryDocument)
Deprecated.
Fetch a single
OutbDeliveryHeader entity using key fields. |
OutbDeliveryItemByKeyFluentHelper |
getOutbDeliveryItemByKey(String deliveryDocument,
String deliveryDocumentItem)
Deprecated.
Fetch a single
OutbDeliveryItem entity using key fields. |
OutbDeliveryPartnerByKeyFluentHelper |
getOutbDeliveryPartnerByKey(String partnerFunction,
String sDDocument)
Deprecated.
Fetch a single
OutbDeliveryPartner entity using key fields. |
SerialNmbrDeliveryByKeyFluentHelper |
getSerialNmbrDeliveryByKey(Integer maintenanceItemObjectList)
Deprecated.
Fetch a single
SerialNmbrDelivery entity using key fields. |
PickAllItemsFluentHelper |
pickAllItems(String deliveryDocument)
Deprecated.
Creates a fluent helper for the PickAllItems OData function import.
|
PickOneItemFluentHelper |
pickOneItem(String deliveryDocument,
String deliveryDocumentItem)
Deprecated.
Creates a fluent helper for the PickOneItem OData function import.
|
PostGoodsIssueFluentHelper |
postGoodsIssue(String deliveryDocument)
Deprecated.
Creates a fluent helper for the PostGoodsIssue OData function import.
|
ReverseGoodsIssueFluentHelper |
reverseGoodsIssue(String deliveryDocument,
LocalDateTime actualGoodsMovementDate)
Deprecated.
Creates a fluent helper for the ReverseGoodsIssue OData function import.
|
OutbDeliveryDocFlowUpdateFluentHelper |
updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow)
Deprecated.
Update an existing
OutbDeliveryDocFlow entity and save it to the S/4HANA system. |
OutbDeliveryHeaderUpdateFluentHelper |
updateOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader)
Deprecated.
Update an existing
OutbDeliveryHeader entity and save it to the S/4HANA system. |
OutbDeliveryItemUpdateFluentHelper |
updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
Update an existing
OutbDeliveryItem entity and save it to the S/4HANA system. |
OutboundDeliveryService |
withServicePath(String servicePath)
Deprecated.
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull OutboundDeliveryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull OutbDeliveryItemFluentHelper getAllOutbDeliveryItem()
OutbDeliveryItem
entities.OutbDeliveryItem
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 OutbDeliveryItemByKeyFluentHelper getOutbDeliveryItemByKey(String deliveryDocument, String deliveryDocumentItem)
OutbDeliveryItem
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
OutbDeliveryItem
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 OutbDeliveryItemUpdateFluentHelper updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity and save it to the S/4HANA system.outbDeliveryItem
- OutbDeliveryItem
entity object that will be updated in the S/4HANA system.OutbDeliveryItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull OutbDeliveryItemDeleteFluentHelper deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity in the S/4HANA system.outbDeliveryItem
- OutbDeliveryItem
entity object that will be deleted in the S/4HANA system.OutbDeliveryItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull OutbDeliveryHeaderFluentHelper getAllOutbDeliveryHeader()
OutbDeliveryHeader
entities.OutbDeliveryHeader
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 OutbDeliveryHeaderByKeyFluentHelper getOutbDeliveryHeaderByKey(String deliveryDocument)
OutbDeliveryHeader
entity using key fields.deliveryDocument
- The number that uniquely identifies the delivery.
Constraints: Not nullable, Maximum length: 10
OutbDeliveryHeader
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 OutbDeliveryHeaderCreateFluentHelper createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be created in the S/4HANA system.OutbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull OutbDeliveryHeaderUpdateFluentHelper updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be updated in the S/4HANA system.OutbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull OutbDeliveryHeaderDeleteFluentHelper deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity in the S/4HANA system.outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be deleted in the S/4HANA system.OutbDeliveryHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull OutbDeliveryDocFlowByKeyFluentHelper getOutbDeliveryDocFlowByKey(String precedingDocument, String precedingDocumentItem, String subsequentDocumentCategory)
OutbDeliveryDocFlow
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 Document
Constraints: 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
OutbDeliveryDocFlow
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 OutbDeliveryDocFlowUpdateFluentHelper updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow)
OutbDeliveryDocFlow
entity and save it to the S/4HANA system.outbDeliveryDocFlow
- OutbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.OutbDeliveryDocFlow
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SerialNmbrDeliveryByKeyFluentHelper getSerialNmbrDeliveryByKey(Integer maintenanceItemObjectList)
SerialNmbrDelivery
entity using key fields.maintenanceItemObjectList
- SerialNmbrDelivery
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 OutbDeliveryPartnerByKeyFluentHelper getOutbDeliveryPartnerByKey(String partnerFunction, String sDDocument)
OutbDeliveryPartner
entity using key fields.partnerFunction
- The abbreviated form of the name that identifies the partner function.
Constraints: Not nullable, Maximum length: 2
sDDocument
- The number that uniquely identifies the sales, delivery, or billing document.
Constraints: Not nullable, Maximum length: 10
OutbDeliveryPartner
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 PostGoodsIssueFluentHelper postGoodsIssue(String deliveryDocument)
Creates a fluent helper for the PostGoodsIssue OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull ReverseGoodsIssueFluentHelper reverseGoodsIssue(String deliveryDocument, LocalDateTime actualGoodsMovementDate)
Creates a fluent helper for the ReverseGoodsIssue OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualGoodsMovementDate
- Actual GI Date
Constraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ActualGoodsMovementDate
execute
method on the fluent helper object.@Nonnull ConfirmPickingAllItemsFluentHelper confirmPickingAllItems(String deliveryDocument)
Creates a fluent helper for the ConfirmPickingAllItems OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull ConfirmPickingOneItemFluentHelper confirmPickingOneItem(String deliveryDocumentItem, String deliveryDocument)
Creates a fluent helper for the ConfirmPickingOneItem OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem
- Item
Constraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
execute
method on the fluent helper object.@Nonnull PickAllItemsFluentHelper pickAllItems(String deliveryDocument)
Creates a fluent helper for the PickAllItems OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
execute
method on the fluent helper object.@Nonnull PickOneItemFluentHelper pickOneItem(String deliveryDocument, String deliveryDocumentItem)
Creates a fluent helper for the PickOneItem OData function import.
deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
deliveryDocumentItem
- Item
Constraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.