@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseOutboundDeliveryOrderService") public class DefaultWarehouseOutboundDeliveryOrderService extends Object implements WarehouseOutboundDeliveryOrderService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultWarehouseOutboundDeliveryOrderService()
Creates a service using
WarehouseOutboundDeliveryOrderService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultWarehouseOutboundDeliveryOrderService()
WarehouseOutboundDeliveryOrderService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultWarehouseOutboundDeliveryOrderService withServicePath(@Nonnull String servicePath)
WarehouseOutboundDeliveryOrderService
withServicePath
in interface WarehouseOutboundDeliveryOrderService
servicePath
- Service path that will override the default.@Nonnull public DefaultWarehouseOutboundDeliveryOrderServiceBatch batch()
batch
in interface BatchService<WarehouseOutboundDeliveryOrderServiceBatch>
@Nonnull public WhseDeliveryDocumentAddressFluentHelper getAllWhseDeliveryDocumentAddress()
WarehouseOutboundDeliveryOrderService
WhseDeliveryDocumentAddress
entities.getAllWhseDeliveryDocumentAddress
in interface WarehouseOutboundDeliveryOrderService
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 public WhseDeliveryDocumentAddressByKeyFluentHelper getWhseDeliveryDocumentAddressByKey(String outboundDeliveryOrder, String outboundDeliveryOrderItem, String businessPartnerRole)
WarehouseOutboundDeliveryOrderService
WhseDeliveryDocumentAddress
entity using key fields.getWhseDeliveryDocumentAddressByKey
in interface WarehouseOutboundDeliveryOrderService
outboundDeliveryOrder
- Document Number
Constraints: Not nullable, Maximum length: 35
outboundDeliveryOrderItem
- Item Number
Constraints: Not nullable, Maximum length: 10
businessPartnerRole
- Describes the role or function of a partner in the business process.
Constraints: Not nullable, Maximum length: 6
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 public WhseOutboundDeliveryOrderHeadFluentHelper getAllWhseOutboundDeliveryOrderHead()
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderHead
entities.getAllWhseOutboundDeliveryOrderHead
in interface WarehouseOutboundDeliveryOrderService
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 public WhseOutboundDeliveryOrderHeadByKeyFluentHelper getWhseOutboundDeliveryOrderHeadByKey(String outboundDeliveryOrder)
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderHead
entity using key fields.getWhseOutboundDeliveryOrderHeadByKey
in interface WarehouseOutboundDeliveryOrderService
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 public WhseOutboundDeliveryOrderItemFluentHelper getAllWhseOutboundDeliveryOrderItem()
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderItem
entities.getAllWhseOutboundDeliveryOrderItem
in interface WarehouseOutboundDeliveryOrderService
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 public WhseOutboundDeliveryOrderItemByKeyFluentHelper getWhseOutboundDeliveryOrderItemByKey(String outboundDeliveryOrder, String outboundDeliveryOrderItem)
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderItem
entity using key fields.getWhseOutboundDeliveryOrderItemByKey
in interface WarehouseOutboundDeliveryOrderService
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.