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. Apply any of the filters provided or retrieve all existing data..
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 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.Copyright © 2019 SAP SE. All rights reserved.