Interface FieldLogisticsShipmentVoyageService
- All Known Implementing Classes:
DefaultFieldLogisticsShipmentVoyageService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can create, read, update and delete Field Logistics shipment voyages and respective stages. Additionally, we can also perform the following actions with this API: - Dispatch the containers, handling units, or shipment items, which are assigned to Field Logistics shipment voyage. - Set the status of the Field Logistics shipment voyage to*** Arrived***, which is assigned for containers, handling units, or shipment items..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | FLDLOGSSHIPMENTVOYAGE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Field Logistics - Shipment Voyage Integration(SAP_COM_0753) |
| Scope Items: | Field Logistics Planning and Execution - Containers and Voyages(6BA) |
| Authentication Methods: | x509 |
| Service Group Name: | API_FLDLOGSSHIPMENTVOYAGE |
| Business Object: | FieldLogisticsShipmentVoyage |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theFieldLogisticsShipmentVoyageentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFieldLogisticsShipmentVoyageStageentity collection matching the filter and search expressions.createFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Create a newFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.createFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Create a newFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.deleteFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageentity in the S/4HANA system.deleteFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageStageentity in the S/4HANA system.Deprecated.Fetch multipleFieldLogisticsShipmentVoyageentities.Deprecated.Fetch multipleFieldLogisticsShipmentVoyageStageentities.getFieldLogisticsShipmentVoyageByKey(UUID fldLogsShptVoyageUUID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageentity using key fields.getFieldLogisticsShipmentVoyStageByKey(UUID fldLogsShptVoyageUUID, String fldLogsVoyageStageID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageStageentity using key fields.updateFieldLogisticsShipmentVoyage(FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Update an existingFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.updateFieldLogisticsShipmentVoyStage(FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Update an existingFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFieldLogisticsShipmentVoyage
Deprecated.Fetch multipleFieldLogisticsShipmentVoyageentities.- Returns:
- A request builder to fetch multiple
FieldLogisticsShipmentVoyageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFieldLogisticsShipmentVoyage
Deprecated.Fetch the number of entries from theFieldLogisticsShipmentVoyageentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FieldLogisticsShipmentVoyageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFieldLogisticsShipmentVoyageByKey
@Nonnull GetByKeyRequestBuilder<FieldLogisticsShipmentVoyage> getFieldLogisticsShipmentVoyageByKey(UUID fldLogsShptVoyageUUID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageentity using key fields.- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FieldLogisticsShipmentVoyageentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createFieldLogisticsShipmentVoyage
@Nonnull CreateRequestBuilder<FieldLogisticsShipmentVoyage> createFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Create a newFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
updateFieldLogisticsShipmentVoyage
@Nonnull UpdateRequestBuilder<FieldLogisticsShipmentVoyage> updateFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Update an existingFieldLogisticsShipmentVoyageentity and save it to the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteFieldLogisticsShipmentVoyage
@Nonnull DeleteRequestBuilder<FieldLogisticsShipmentVoyage> deleteFieldLogisticsShipmentVoyage(@Nonnull FieldLogisticsShipmentVoyage fieldLogisticsShipmentVoyage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageentity in the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyage-FieldLogisticsShipmentVoyageentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
FieldLogisticsShipmentVoyageentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllFieldLogisticsShipmentVoyStage
@Nonnull GetAllRequestBuilder<FieldLogisticsShipmentVoyageStage> getAllFieldLogisticsShipmentVoyStage()Deprecated.Fetch multipleFieldLogisticsShipmentVoyageStageentities.- Returns:
- A request builder to fetch multiple
FieldLogisticsShipmentVoyageStageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFieldLogisticsShipmentVoyStage
@Nonnull CountRequestBuilder<FieldLogisticsShipmentVoyageStage> countFieldLogisticsShipmentVoyStage()Deprecated.Fetch the number of entries from theFieldLogisticsShipmentVoyageStageentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FieldLogisticsShipmentVoyageStageentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFieldLogisticsShipmentVoyStageByKey
@Nonnull GetByKeyRequestBuilder<FieldLogisticsShipmentVoyageStage> getFieldLogisticsShipmentVoyStageByKey(UUID fldLogsShptVoyageUUID, String fldLogsVoyageStageID) Deprecated.Fetch a singleFieldLogisticsShipmentVoyageStageentity using key fields.- Parameters:
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
fldLogsVoyageStageID- Field Logistics: Voyage Stage IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
FieldLogisticsShipmentVoyageStageentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createFieldLogisticsShipmentVoyStage
@Nonnull CreateRequestBuilder<FieldLogisticsShipmentVoyageStage> createFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Create a newFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-
updateFieldLogisticsShipmentVoyStage
@Nonnull UpdateRequestBuilder<FieldLogisticsShipmentVoyageStage> updateFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Update an existingFieldLogisticsShipmentVoyageStageentity and save it to the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteFieldLogisticsShipmentVoyStage
@Nonnull DeleteRequestBuilder<FieldLogisticsShipmentVoyageStage> deleteFieldLogisticsShipmentVoyStage(@Nonnull FieldLogisticsShipmentVoyageStage fieldLogisticsShipmentVoyageStage) Deprecated.Deletes an existingFieldLogisticsShipmentVoyageStageentity in the S/4HANA system.- Parameters:
fieldLogisticsShipmentVoyageStage-FieldLogisticsShipmentVoyageStageentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
FieldLogisticsShipmentVoyageStageentity. To perform execution, call theexecutemethod on the request builder object.
-