public interface WarehouseOutboundDeliveryOrderService extends BatchService<WarehouseOutboundDeliveryOrderServiceBatch>
In every API call, you can make use of the following operations: - You can retrieve header information for warehouse outbound delivery orders. - You can retrieve item information for warehouse outbound delivery orders. - You can change the carrier ID for a warehouse outbound delivery order at header level. - You can change the staging bay for a warehouse outbound delivery order, as well as the product quantity, at item level. - You can post goods issue. - You can reverse goods issue..
Reference: SAP API Business Hub
OData Service: | API_WHSE_OUTB_DLV_ORDER |
API Version: | 1 |
Communication Scenario: | Warehousing - Process Outbound Delivery Order Integration (SAP_COM_0356) |
Scope Items: | Warehouse Outbound Processing (3BS) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | WarehouseOutboundDeliveryOrder |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull WarehouseOutboundDeliveryOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WhseDeliveryDocumentAddressFluentHelper getAllWhseDeliveryDocumentAddress()
WhseDeliveryDocumentAddress
entities.WhseDeliveryDocumentAddress
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 WhseDeliveryDocumentAddressByKeyFluentHelper getWhseDeliveryDocumentAddressByKey(String outboundDeliveryOrder, String outboundDeliveryOrderItem, String businessPartnerRole)
WhseDeliveryDocumentAddress
entity using key fields.businessPartnerRole
- Describes the role or function of a partner in the business process.
Constraints: Not nullable, Maximum length: 6
outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
outboundDeliveryOrderItem
- Item Number
Constraints: Not nullable, Maximum length: 10
WhseDeliveryDocumentAddress
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 WhseOutboundDeliveryOrderHeadFluentHelper getAllWhseOutboundDeliveryOrderHead()
WhseOutboundDeliveryOrderHead
entities.WhseOutboundDeliveryOrderHead
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 WhseOutboundDeliveryOrderHeadByKeyFluentHelper getWhseOutboundDeliveryOrderHeadByKey(String outboundDeliveryOrder)
WhseOutboundDeliveryOrderHead
entity using key fields.outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
WhseOutboundDeliveryOrderHead
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 WhseOutboundDeliveryOrderHeadUpdateFluentHelper updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead)
WhseOutboundDeliveryOrderHead
entity and save it to the S/4HANA system.whseOutboundDeliveryOrderHead
- WhseOutboundDeliveryOrderHead
entity object that will be updated in the S/4HANA system.WhseOutboundDeliveryOrderHead
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WhseOutboundDeliveryOrderItemFluentHelper getAllWhseOutboundDeliveryOrderItem()
WhseOutboundDeliveryOrderItem
entities.WhseOutboundDeliveryOrderItem
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 WhseOutboundDeliveryOrderItemByKeyFluentHelper getWhseOutboundDeliveryOrderItemByKey(String outboundDeliveryOrder, String outboundDeliveryOrderItem)
WhseOutboundDeliveryOrderItem
entity using key fields.outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
outboundDeliveryOrderItem
- Item Number
Constraints: Not nullable, Maximum length: 10
WhseOutboundDeliveryOrderItem
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 WhseOutboundDeliveryOrderItemUpdateFluentHelper updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem)
WhseOutboundDeliveryOrderItem
entity and save it to the S/4HANA system.whseOutboundDeliveryOrderItem
- WhseOutboundDeliveryOrderItem
entity object that will be updated in the S/4HANA system.WhseOutboundDeliveryOrderItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PostGoodsIssueFluentHelper postGoodsIssue(String outboundDeliveryOrder)
Creates a fluent helper for the PostGoodsIssue OData function import.
outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: OutboundDeliveryOrder
execute
method on the fluent helper object.@Nonnull ReverseGoodsIssueFluentHelper reverseGoodsIssue(String outboundDeliveryOrder)
Creates a fluent helper for the ReverseGoodsIssue OData function import.
outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: OutboundDeliveryOrder
execute
method on the fluent helper object.@Nonnull AdjustDeliveryItemQuantityFluentHelper adjustDeliveryItemQuantity(String outboundDeliveryOrder, String outboundDeliveryOrderItem)
Creates a fluent helper for the AdjustDeliveryItemQuantity OData function import.
outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: OutboundDeliveryOrder
outboundDeliveryOrderItem
- Item Number
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: OutboundDeliveryOrderItem
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.