Interface PackContainerService
- All Known Implementing Classes:
DefaultPackContainerService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
Using this service, you can pack and dispatch shipment items, handling units and containers. Service provides the capability to read, update, assign voyage, and dispatch shipment items, handling units and containers. The service is based on the OData protocol and can be consumed by external systems.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SHIPMENTCONTAINERUNIT_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Field Logistics - Pack Container Integration(SAP_COM_0752) |
| Scope Items: | Field Logistics Planning and Execution(40G) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SHIPMENTCONTAINERPACKG |
| Business Object: | FldLogsShptContainerUnit |
-
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 theShptContainerUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShipmentItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptStgeAssgmtCtnentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptHandlingUnitentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theShptStageAssgmtItmentity collection matching the filter and search expressions.createShipmentContainer(ShptContainerUnit shptContainerUnit) Deprecated.Create a newShptContainerUnitentity and save it to the S/4HANA system.createShipmentContainerItem(ShipmentItem shipmentItem) Deprecated.Create a newShipmentItementity and save it to the S/4HANA system.createShipmentItem(ShptHandlingUnit shptHandlingUnit) Deprecated.Create a newShptHandlingUnitentity and save it to the S/4HANA system.deleteShipmentCtnStageAssgnmt(ShptStgeAssgmtCtn shptStgeAssgmtCtn) Deprecated.Deletes an existingShptStgeAssgmtCtnentity in the S/4HANA system.deleteShipmentItemStageAssgnmt(ShptStageAssgmtItm shptStageAssgmtItm) Deprecated.Deletes an existingShptStageAssgmtItmentity in the S/4HANA system.Deprecated.Fetch multipleShptContainerUnitentities.Deprecated.Fetch multipleShipmentItementities.Deprecated.Fetch multipleShptStgeAssgmtCtnentities.Deprecated.Fetch multipleShptHandlingUnitentities.Deprecated.Fetch multipleShptStageAssgmtItmentities.getShipmentContainerByKey(UUID fldLogsContainerUnitUUID) Deprecated.Fetch a singleShptContainerUnitentity using key fields.getShipmentContainerItemByKey(UUID fldLogsShptItemUUID) Deprecated.Fetch a singleShipmentItementity using key fields.getShipmentCtnStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStgeAssgmtCtnentity using key fields.getShipmentItemByKey(UUID fldLogsShptItemUUID) Deprecated.Fetch a singleShptHandlingUnitentity using key fields.getShipmentItemStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStageAssgmtItmentity using key fields.updateShipmentContainer(ShptContainerUnit shptContainerUnit) Deprecated.Update an existingShptContainerUnitentity and save it to the S/4HANA system.updateShipmentItem(ShptHandlingUnit shptHandlingUnit) Deprecated.Update an existingShptHandlingUnitentity 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.
-
getAllShipmentContainer
Deprecated.Fetch multipleShptContainerUnitentities.- Returns:
- A request builder to fetch multiple
ShptContainerUnitentities. 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.
-
countShipmentContainer
Deprecated.Fetch the number of entries from theShptContainerUnitentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ShptContainerUnitentities. 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.
-
getShipmentContainerByKey
@Nonnull GetByKeyRequestBuilder<ShptContainerUnit> getShipmentContainerByKey(UUID fldLogsContainerUnitUUID) Deprecated.Fetch a singleShptContainerUnitentity using key fields.- Parameters:
fldLogsContainerUnitUUID- Field Logistics: Container Unit IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptContainerUnitentity 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.
-
createShipmentContainer
@Nonnull CreateRequestBuilder<ShptContainerUnit> createShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit) Deprecated.Create a newShptContainerUnitentity and save it to the S/4HANA system.- Parameters:
shptContainerUnit-ShptContainerUnitentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShptContainerUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
updateShipmentContainer
@Nonnull UpdateRequestBuilder<ShptContainerUnit> updateShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit) Deprecated.Update an existingShptContainerUnitentity and save it to the S/4HANA system.- Parameters:
shptContainerUnit-ShptContainerUnitentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ShptContainerUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentContainerItem
Deprecated.Fetch multipleShipmentItementities.- Returns:
- A request builder to fetch multiple
ShipmentItementities. 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.
-
countShipmentContainerItem
Deprecated.Fetch the number of entries from theShipmentItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ShipmentItementities. 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.
-
getShipmentContainerItemByKey
@Nonnull GetByKeyRequestBuilder<ShipmentItem> getShipmentContainerItemByKey(UUID fldLogsShptItemUUID) Deprecated.Fetch a singleShipmentItementity using key fields.- Parameters:
fldLogsShptItemUUID- Field Logistics: Shipment Item IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShipmentItementity 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.
-
createShipmentContainerItem
@Nonnull CreateRequestBuilder<ShipmentItem> createShipmentContainerItem(@Nonnull ShipmentItem shipmentItem) Deprecated.Create a newShipmentItementity and save it to the S/4HANA system.- Parameters:
shipmentItem-ShipmentItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShipmentItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentCtnStageAssgnmt
Deprecated.Fetch multipleShptStgeAssgmtCtnentities.- Returns:
- A request builder to fetch multiple
ShptStgeAssgmtCtnentities. 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.
-
countShipmentCtnStageAssgnmt
Deprecated.Fetch the number of entries from theShptStgeAssgmtCtnentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ShptStgeAssgmtCtnentities. 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.
-
getShipmentCtnStageAssgnmtByKey
@Nonnull GetByKeyRequestBuilder<ShptStgeAssgmtCtn> getShipmentCtnStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStgeAssgmtCtnentity using key fields.- Parameters:
fldLogsVoyStgeAssgmtUUID- Field Logistics: Voyage Stage Assignment UUIDConstraints: Not nullable
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptStgeAssgmtCtnentity 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.
-
deleteShipmentCtnStageAssgnmt
@Nonnull DeleteRequestBuilder<ShptStgeAssgmtCtn> deleteShipmentCtnStageAssgnmt(@Nonnull ShptStgeAssgmtCtn shptStgeAssgmtCtn) Deprecated.Deletes an existingShptStgeAssgmtCtnentity in the S/4HANA system.- Parameters:
shptStgeAssgmtCtn-ShptStgeAssgmtCtnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ShptStgeAssgmtCtnentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentItem
Deprecated.Fetch multipleShptHandlingUnitentities.- Returns:
- A request builder to fetch multiple
ShptHandlingUnitentities. 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.
-
countShipmentItem
Deprecated.Fetch the number of entries from theShptHandlingUnitentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ShptHandlingUnitentities. 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.
-
getShipmentItemByKey
Deprecated.Fetch a singleShptHandlingUnitentity using key fields.- Parameters:
fldLogsShptItemUUID- Field Logistics: Shipment Item IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptHandlingUnitentity 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.
-
createShipmentItem
@Nonnull CreateRequestBuilder<ShptHandlingUnit> createShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit) Deprecated.Create a newShptHandlingUnitentity and save it to the S/4HANA system.- Parameters:
shptHandlingUnit-ShptHandlingUnitentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ShptHandlingUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
updateShipmentItem
@Nonnull UpdateRequestBuilder<ShptHandlingUnit> updateShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit) Deprecated.Update an existingShptHandlingUnitentity and save it to the S/4HANA system.- Parameters:
shptHandlingUnit-ShptHandlingUnitentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ShptHandlingUnitentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllShipmentItemStageAssgnmt
Deprecated.Fetch multipleShptStageAssgmtItmentities.- Returns:
- A request builder to fetch multiple
ShptStageAssgmtItmentities. 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.
-
countShipmentItemStageAssgnmt
Deprecated.Fetch the number of entries from theShptStageAssgmtItmentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ShptStageAssgmtItmentities. 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.
-
getShipmentItemStageAssgnmtByKey
@Nonnull GetByKeyRequestBuilder<ShptStageAssgmtItm> getShipmentItemStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID) Deprecated.Fetch a singleShptStageAssgmtItmentity using key fields.- Parameters:
fldLogsVoyStgeAssgmtUUID- Field Logistics: Voyage Stage Assignment UUIDConstraints: Not nullable
fldLogsShptVoyageUUID- Field Logistics: Voyage UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ShptStageAssgmtItmentity 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.
-
deleteShipmentItemStageAssgnmt
@Nonnull DeleteRequestBuilder<ShptStageAssgmtItm> deleteShipmentItemStageAssgnmt(@Nonnull ShptStageAssgmtItm shptStageAssgmtItm) Deprecated.Deletes an existingShptStageAssgmtItmentity in the S/4HANA system.- Parameters:
shptStageAssgmtItm-ShptStageAssgmtItmentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ShptStageAssgmtItmentity. To perform execution, call theexecutemethod on the request builder object.
-