@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. - 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 |
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 WhseOutboundDeliveryOrderHeadUpdateFluentHelper updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead)
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderHead
entity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderHead
in interface WarehouseOutboundDeliveryOrderService
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 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.@Nonnull public WhseOutboundDeliveryOrderItemUpdateFluentHelper updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem)
WarehouseOutboundDeliveryOrderService
WhseOutboundDeliveryOrderItem
entity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderItem
in interface WarehouseOutboundDeliveryOrderService
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 public PostGoodsIssueFluentHelper postGoodsIssue(String outboundDeliveryOrder)
WarehouseOutboundDeliveryOrderService
Creates a fluent helper for the PostGoodsIssue OData function import.
postGoodsIssue
in interface WarehouseOutboundDeliveryOrderService
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 public ReverseGoodsIssueFluentHelper reverseGoodsIssue(String outboundDeliveryOrder)
WarehouseOutboundDeliveryOrderService
Creates a fluent helper for the ReverseGoodsIssue OData function import.
reverseGoodsIssue
in interface WarehouseOutboundDeliveryOrderService
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 public AdjustDeliveryItemQuantityFluentHelper adjustDeliveryItemQuantity(String outboundDeliveryOrder, String outboundDeliveryOrderItem)
WarehouseOutboundDeliveryOrderService
Creates a fluent helper for the AdjustDeliveryItemQuantity OData function import.
adjustDeliveryItemQuantity
in interface WarehouseOutboundDeliveryOrderService
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.