public interface WarehouseInboundDeliveryService extends BatchService<WarehouseInboundDeliveryServiceBatch>
In every API call, you can make use of the following operations: You can retrieve header information for warehouse inbound deliveries. You can retrieve item information for warehouse inbound deliveries.
Reference: SAP API Business Hub
OData Service: | API_WHSE_INBOUND_DELIVERY |
API Version: | 1 |
Communication Scenario: | Warehousing - Inbound Delivery Integration (SAP_COM_0385) |
Scope Items: | Warehouse Inbound Processing (3BR) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | WarehouseInboundDelivery |
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. |
Modifier and Type | Method and Description |
---|---|
WhseInboundDeliveryHeadFluentHelper |
getAllWhseInboundDeliveryHead()
Fetch multiple
WhseInboundDeliveryHead entities. |
WhseInboundDeliveryItemFluentHelper |
getAllWhseInboundDeliveryItem()
Fetch multiple
WhseInboundDeliveryItem entities. |
WhseInboundDeliveryHeadByKeyFluentHelper |
getWhseInboundDeliveryHeadByKey(String inboundDelivery)
Fetch a single
WhseInboundDeliveryHead entity using key fields. |
WhseInboundDeliveryItemByKeyFluentHelper |
getWhseInboundDeliveryItemByKey(String inboundDelivery,
String inboundDeliveryItem)
Fetch a single
WhseInboundDeliveryItem entity using key fields. |
WarehouseInboundDeliveryService |
withServicePath(String servicePath)
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 WarehouseInboundDeliveryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WhseInboundDeliveryHeadFluentHelper getAllWhseInboundDeliveryHead()
WhseInboundDeliveryHead
entities.WhseInboundDeliveryHead
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 WhseInboundDeliveryHeadByKeyFluentHelper getWhseInboundDeliveryHeadByKey(String inboundDelivery)
WhseInboundDeliveryHead
entity using key fields.inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
WhseInboundDeliveryHead
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 WhseInboundDeliveryItemFluentHelper getAllWhseInboundDeliveryItem()
WhseInboundDeliveryItem
entities.WhseInboundDeliveryItem
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 WhseInboundDeliveryItemByKeyFluentHelper getWhseInboundDeliveryItemByKey(String inboundDelivery, String inboundDeliveryItem)
WhseInboundDeliveryItem
entity using key fields.inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
inboundDeliveryItem
- Item Number
Constraints: Not nullable, Maximum length: 10
WhseInboundDeliveryItem
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 © 2020 SAP SE. All rights reserved.