Interface PackContainerService

All Known Implementing Classes:
DefaultPackContainerService

@Deprecated public interface PackContainerService
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.

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull PackContainerService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllShipmentContainer

      @Nonnull GetAllRequestBuilder<ShptContainerUnit> getAllShipmentContainer()
      Deprecated.
      Fetch multiple ShptContainerUnit entities.
      Returns:
      A request builder to fetch multiple ShptContainerUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countShipmentContainer

      @Nonnull CountRequestBuilder<ShptContainerUnit> countShipmentContainer()
      Deprecated.
      Fetch the number of entries from the ShptContainerUnit entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ShptContainerUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getShipmentContainerByKey

      @Nonnull GetByKeyRequestBuilder<ShptContainerUnit> getShipmentContainerByKey(UUID fldLogsContainerUnitUUID)
      Deprecated.
      Fetch a single ShptContainerUnit entity using key fields.
      Parameters:
      fldLogsContainerUnitUUID - Field Logistics: Container Unit ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ShptContainerUnit entity 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 the execute method on the request builder object.
    • createShipmentContainer

      @Nonnull CreateRequestBuilder<ShptContainerUnit> createShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit)
      Deprecated.
      Create a new ShptContainerUnit entity and save it to the S/4HANA system.
      Parameters:
      shptContainerUnit - ShptContainerUnit entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new ShptContainerUnit entity. To perform execution, call the execute method on the request builder object.
    • updateShipmentContainer

      @Nonnull UpdateRequestBuilder<ShptContainerUnit> updateShipmentContainer(@Nonnull ShptContainerUnit shptContainerUnit)
      Deprecated.
      Update an existing ShptContainerUnit entity and save it to the S/4HANA system.
      Parameters:
      shptContainerUnit - ShptContainerUnit entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing ShptContainerUnit entity. To perform execution, call the execute method on the request builder object.
    • getAllShipmentContainerItem

      @Nonnull GetAllRequestBuilder<ShipmentItem> getAllShipmentContainerItem()
      Deprecated.
      Fetch multiple ShipmentItem entities.
      Returns:
      A request builder to fetch multiple ShipmentItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countShipmentContainerItem

      @Nonnull CountRequestBuilder<ShipmentItem> countShipmentContainerItem()
      Deprecated.
      Fetch the number of entries from the ShipmentItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ShipmentItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getShipmentContainerItemByKey

      @Nonnull GetByKeyRequestBuilder<ShipmentItem> getShipmentContainerItemByKey(UUID fldLogsShptItemUUID)
      Deprecated.
      Fetch a single ShipmentItem entity using key fields.
      Parameters:
      fldLogsShptItemUUID - Field Logistics: Shipment Item ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ShipmentItem entity 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 the execute method on the request builder object.
    • createShipmentContainerItem

      @Nonnull CreateRequestBuilder<ShipmentItem> createShipmentContainerItem(@Nonnull ShipmentItem shipmentItem)
      Deprecated.
      Create a new ShipmentItem entity and save it to the S/4HANA system.
      Parameters:
      shipmentItem - ShipmentItem entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new ShipmentItem entity. To perform execution, call the execute method on the request builder object.
    • getAllShipmentCtnStageAssgnmt

      @Nonnull GetAllRequestBuilder<ShptStgeAssgmtCtn> getAllShipmentCtnStageAssgnmt()
      Deprecated.
      Fetch multiple ShptStgeAssgmtCtn entities.
      Returns:
      A request builder to fetch multiple ShptStgeAssgmtCtn entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countShipmentCtnStageAssgnmt

      @Nonnull CountRequestBuilder<ShptStgeAssgmtCtn> countShipmentCtnStageAssgnmt()
      Deprecated.
      Fetch the number of entries from the ShptStgeAssgmtCtn entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ShptStgeAssgmtCtn entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getShipmentCtnStageAssgnmtByKey

      @Nonnull GetByKeyRequestBuilder<ShptStgeAssgmtCtn> getShipmentCtnStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID)
      Deprecated.
      Fetch a single ShptStgeAssgmtCtn entity using key fields.
      Parameters:
      fldLogsVoyStgeAssgmtUUID - Field Logistics: Voyage Stage Assignment UUID

      Constraints: Not nullable

      fldLogsShptVoyageUUID - Field Logistics: Voyage UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ShptStgeAssgmtCtn entity 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 the execute method on the request builder object.
    • deleteShipmentCtnStageAssgnmt

      @Nonnull DeleteRequestBuilder<ShptStgeAssgmtCtn> deleteShipmentCtnStageAssgnmt(@Nonnull ShptStgeAssgmtCtn shptStgeAssgmtCtn)
      Deprecated.
      Deletes an existing ShptStgeAssgmtCtn entity in the S/4HANA system.
      Parameters:
      shptStgeAssgmtCtn - ShptStgeAssgmtCtn entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing ShptStgeAssgmtCtn entity. To perform execution, call the execute method on the request builder object.
    • getAllShipmentItem

      @Nonnull GetAllRequestBuilder<ShptHandlingUnit> getAllShipmentItem()
      Deprecated.
      Fetch multiple ShptHandlingUnit entities.
      Returns:
      A request builder to fetch multiple ShptHandlingUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countShipmentItem

      @Nonnull CountRequestBuilder<ShptHandlingUnit> countShipmentItem()
      Deprecated.
      Fetch the number of entries from the ShptHandlingUnit entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ShptHandlingUnit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getShipmentItemByKey

      @Nonnull GetByKeyRequestBuilder<ShptHandlingUnit> getShipmentItemByKey(UUID fldLogsShptItemUUID)
      Deprecated.
      Fetch a single ShptHandlingUnit entity using key fields.
      Parameters:
      fldLogsShptItemUUID - Field Logistics: Shipment Item ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ShptHandlingUnit entity 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 the execute method on the request builder object.
    • createShipmentItem

      @Nonnull CreateRequestBuilder<ShptHandlingUnit> createShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit)
      Deprecated.
      Create a new ShptHandlingUnit entity and save it to the S/4HANA system.
      Parameters:
      shptHandlingUnit - ShptHandlingUnit entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new ShptHandlingUnit entity. To perform execution, call the execute method on the request builder object.
    • updateShipmentItem

      @Nonnull UpdateRequestBuilder<ShptHandlingUnit> updateShipmentItem(@Nonnull ShptHandlingUnit shptHandlingUnit)
      Deprecated.
      Update an existing ShptHandlingUnit entity and save it to the S/4HANA system.
      Parameters:
      shptHandlingUnit - ShptHandlingUnit entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing ShptHandlingUnit entity. To perform execution, call the execute method on the request builder object.
    • getAllShipmentItemStageAssgnmt

      @Nonnull GetAllRequestBuilder<ShptStageAssgmtItm> getAllShipmentItemStageAssgnmt()
      Deprecated.
      Fetch multiple ShptStageAssgmtItm entities.
      Returns:
      A request builder to fetch multiple ShptStageAssgmtItm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countShipmentItemStageAssgnmt

      @Nonnull CountRequestBuilder<ShptStageAssgmtItm> countShipmentItemStageAssgnmt()
      Deprecated.
      Fetch the number of entries from the ShptStageAssgmtItm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ShptStageAssgmtItm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getShipmentItemStageAssgnmtByKey

      @Nonnull GetByKeyRequestBuilder<ShptStageAssgmtItm> getShipmentItemStageAssgnmtByKey(UUID fldLogsShptVoyageUUID, UUID fldLogsVoyStgeAssgmtUUID)
      Deprecated.
      Fetch a single ShptStageAssgmtItm entity using key fields.
      Parameters:
      fldLogsVoyStgeAssgmtUUID - Field Logistics: Voyage Stage Assignment UUID

      Constraints: Not nullable

      fldLogsShptVoyageUUID - Field Logistics: Voyage UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ShptStageAssgmtItm entity 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 the execute method on the request builder object.
    • deleteShipmentItemStageAssgnmt

      @Nonnull DeleteRequestBuilder<ShptStageAssgmtItm> deleteShipmentItemStageAssgnmt(@Nonnull ShptStageAssgmtItm shptStageAssgmtItm)
      Deprecated.
      Deletes an existing ShptStageAssgmtItm entity in the S/4HANA system.
      Parameters:
      shptStageAssgmtItm - ShptStageAssgmtItm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing ShptStageAssgmtItm entity. To perform execution, call the execute method on the request builder object.