@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseInboundDeliveryService") public class DefaultWarehouseInboundDeliveryService extends Object implements WarehouseInboundDeliveryService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultWarehouseInboundDeliveryService()
Creates a service using
WarehouseInboundDeliveryService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultWarehouseInboundDeliveryServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
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. |
DefaultWarehouseInboundDeliveryService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultWarehouseInboundDeliveryService()
WarehouseInboundDeliveryService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultWarehouseInboundDeliveryService withServicePath(@Nonnull String servicePath)
WarehouseInboundDeliveryService
withServicePath
in interface WarehouseInboundDeliveryService
servicePath
- Service path that will override the default.@Nonnull public DefaultWarehouseInboundDeliveryServiceBatch batch()
batch
in interface BatchService<WarehouseInboundDeliveryServiceBatch>
@Nonnull public WhseInboundDeliveryHeadFluentHelper getAllWhseInboundDeliveryHead()
WarehouseInboundDeliveryService
WhseInboundDeliveryHead
entities.getAllWhseInboundDeliveryHead
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryHeadByKeyFluentHelper getWhseInboundDeliveryHeadByKey(String inboundDelivery)
WarehouseInboundDeliveryService
WhseInboundDeliveryHead
entity using key fields.getWhseInboundDeliveryHeadByKey
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryItemFluentHelper getAllWhseInboundDeliveryItem()
WarehouseInboundDeliveryService
WhseInboundDeliveryItem
entities.getAllWhseInboundDeliveryItem
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryItemByKeyFluentHelper getWhseInboundDeliveryItemByKey(String inboundDelivery, String inboundDeliveryItem)
WarehouseInboundDeliveryService
WhseInboundDeliveryItem
entity using key fields.getWhseInboundDeliveryItemByKey
in interface WarehouseInboundDeliveryService
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.