Interface FreightOrderIntegrationService

All Known Implementing Classes:
DefaultFreightOrderIntegrationService

@Deprecated public interface FreightOrderIntegrationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

In addition, the following operations are possible: * Assign freight units * Unassign freight units * Report events A freight order represents an order to a transportation service provider to transport goods from shippers to consignees via road or rail. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_FREIGHTORDER_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Transportation Management - Freight Order Integration(SAP_COM_0905)
Scope Items: Order-Based Transportation Consolidation – Outbound(3EP), Manual Transportation Planning – Outbound(4MO), Manual Transportation Planning – Inbound(5OS), Order-Based Transportation Consolidation - Inbound(5VV), Stock Transport Order-Based Transportation Consolidation(5XC), Manual Transportation Planning - Stock Transport Order(5XD), Manual Transportation Planning for Ocean Freight - Outbound(64A), Manual Transportation Planning for Ocean Freight - Inbound(64B), Manual Transportation Planning for Ocean Freight - STO(64C), Manual Transportation Planning for Air Freight - Outbound(6B2), Manual Transportation Planning for Air Freight - Inbound(6B3), Manual Transportation Planning for Air Freight - STO(6B4), Intercompany Transportation - Outbound(6BG), Intercompany Transportation - Stock Transport Order(6BH)
Authentication Methods: x509
Service Group Name: API_FREIGHTORDER
Business Object: Freight Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull FreightOrderIntegrationService 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.
    • getAllFreightOrder

      @Nonnull GetAllRequestBuilder<FreightOrder> getAllFreightOrder()
      Deprecated.
      Fetch multiple FreightOrder entities.
      Returns:
      A request builder to fetch multiple FreightOrder 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.
    • countFreightOrder

      @Nonnull CountRequestBuilder<FreightOrder> countFreightOrder()
      Deprecated.
      Fetch the number of entries from the FreightOrder entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrder 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.
    • getFreightOrderByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrder> getFreightOrderByKey(UUID transportationOrderUUID)
      Deprecated.
      Fetch a single FreightOrder entity using key fields.
      Parameters:
      transportationOrderUUID - Transportation Order UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrder 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.
    • createFreightOrder

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderBusinessPartner> getAllFreightOrderBusinessPartner()
      Deprecated.
      Fetch multiple FreightOrderBusinessPartner entities.
      Returns:
      A request builder to fetch multiple FreightOrderBusinessPartner 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.
    • countFreightOrderBusinessPartner

      @Nonnull CountRequestBuilder<FreightOrderBusinessPartner> countFreightOrderBusinessPartner()
      Deprecated.
      Fetch the number of entries from the FreightOrderBusinessPartner entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderBusinessPartner 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.
    • getFreightOrderBusinessPartnerByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderBusinessPartner> getFreightOrderBusinessPartnerByKey(UUID transportationOrderBusPartUUID)
      Deprecated.
      Fetch a single FreightOrderBusinessPartner entity using key fields.
      Parameters:
      transportationOrderBusPartUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderBusinessPartner 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.
    • updateFreightOrderBusinessPartner

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderCharge> getAllFreightOrderCharge()
      Deprecated.
      Fetch multiple FreightOrderCharge entities.
      Returns:
      A request builder to fetch multiple FreightOrderCharge 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.
    • countFreightOrderCharge

      @Nonnull CountRequestBuilder<FreightOrderCharge> countFreightOrderCharge()
      Deprecated.
      Fetch the number of entries from the FreightOrderCharge entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderCharge 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.
    • getFreightOrderChargeByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderCharge> getFreightOrderChargeByKey(UUID transportationChargesObjUUID)
      Deprecated.
      Fetch a single FreightOrderCharge entity using key fields.
      Parameters:
      transportationChargesObjUUID - Transportation Charge Object UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderCharge 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.
    • getAllFreightOrderChargeItem

      @Nonnull GetAllRequestBuilder<FreightOrderChargeItem> getAllFreightOrderChargeItem()
      Deprecated.
      Fetch multiple FreightOrderChargeItem entities.
      Returns:
      A request builder to fetch multiple FreightOrderChargeItem 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.
    • countFreightOrderChargeItem

      @Nonnull CountRequestBuilder<FreightOrderChargeItem> countFreightOrderChargeItem()
      Deprecated.
      Fetch the number of entries from the FreightOrderChargeItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderChargeItem 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.
    • getFreightOrderChargeItemByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderChargeItem> getFreightOrderChargeItemByKey(UUID transpChargeItemUUID)
      Deprecated.
      Fetch a single FreightOrderChargeItem entity using key fields.
      Parameters:
      transpChargeItemUUID - Transportation Charge Item UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderChargeItem 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.
    • createFreightOrderChargeItem

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderDocRef> getAllFreightOrderDocumentReference()
      Deprecated.
      Fetch multiple FreightOrderDocRef entities.
      Returns:
      A request builder to fetch multiple FreightOrderDocRef 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.
    • countFreightOrderDocumentReference

      @Nonnull CountRequestBuilder<FreightOrderDocRef> countFreightOrderDocumentReference()
      Deprecated.
      Fetch the number of entries from the FreightOrderDocRef entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderDocRef 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.
    • getFreightOrderDocumentReferenceByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderDocRef> getFreightOrderDocumentReferenceByKey(UUID transportationOrderDocRefUUID)
      Deprecated.
      Fetch a single FreightOrderDocRef entity using key fields.
      Parameters:
      transportationOrderDocRefUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderDocRef 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.
    • updateFreightOrderDocumentReference

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderEvent> getAllFreightOrderEvent()
      Deprecated.
      Fetch multiple FreightOrderEvent entities.
      Returns:
      A request builder to fetch multiple FreightOrderEvent 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.
    • countFreightOrderEvent

      @Nonnull CountRequestBuilder<FreightOrderEvent> countFreightOrderEvent()
      Deprecated.
      Fetch the number of entries from the FreightOrderEvent entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderEvent 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.
    • getFreightOrderEventByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderEvent> getFreightOrderEventByKey(UUID transportationOrderEventUUID)
      Deprecated.
      Fetch a single FreightOrderEvent entity using key fields.
      Parameters:
      transportationOrderEventUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderEvent 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.
    • getAllFreightOrderItem

      @Nonnull GetAllRequestBuilder<FreightOrderItem> getAllFreightOrderItem()
      Deprecated.
      Fetch multiple FreightOrderItem entities.
      Returns:
      A request builder to fetch multiple FreightOrderItem 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.
    • countFreightOrderItem

      @Nonnull CountRequestBuilder<FreightOrderItem> countFreightOrderItem()
      Deprecated.
      Fetch the number of entries from the FreightOrderItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderItem 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.
    • getFreightOrderItemByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderItem> getFreightOrderItemByKey(UUID transportationOrderItemUUID)
      Deprecated.
      Fetch a single FreightOrderItem entity using key fields.
      Parameters:
      transportationOrderItemUUID - UUID of Transportation Order Item with Conversion Exit

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderItem 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.
    • createFreightOrderItem

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

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderItemDocRef> getAllFreightOrderItemDocRef()
      Deprecated.
      Fetch multiple FreightOrderItemDocRef entities.
      Returns:
      A request builder to fetch multiple FreightOrderItemDocRef 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.
    • countFreightOrderItemDocRef

      @Nonnull CountRequestBuilder<FreightOrderItemDocRef> countFreightOrderItemDocRef()
      Deprecated.
      Fetch the number of entries from the FreightOrderItemDocRef entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderItemDocRef 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.
    • getFreightOrderItemDocRefByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderItemDocRef> getFreightOrderItemDocRefByKey(UUID transpOrdItemDocReferenceUUID)
      Deprecated.
      Fetch a single FreightOrderItemDocRef entity using key fields.
      Parameters:
      transpOrdItemDocReferenceUUID - Transportation Order Item Document Reference

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderItemDocRef 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.
    • updateFreightOrderItemDocRef

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderItemSeal> getAllFreightOrderItemSeal()
      Deprecated.
      Fetch multiple FreightOrderItemSeal entities.
      Returns:
      A request builder to fetch multiple FreightOrderItemSeal 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.
    • countFreightOrderItemSeal

      @Nonnull CountRequestBuilder<FreightOrderItemSeal> countFreightOrderItemSeal()
      Deprecated.
      Fetch the number of entries from the FreightOrderItemSeal entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderItemSeal 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.
    • getFreightOrderItemSealByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderItemSeal> getFreightOrderItemSealByKey(UUID transpOrdItemSealUUID)
      Deprecated.
      Fetch a single FreightOrderItemSeal entity using key fields.
      Parameters:
      transpOrdItemSealUUID - Transportation Order Item Seal UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderItemSeal 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.
    • updateFreightOrderItemSeal

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

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

      @Nonnull GetAllRequestBuilder<FreightOrderStage> getAllFreightOrderStage()
      Deprecated.
      Fetch multiple FreightOrderStage entities.
      Returns:
      A request builder to fetch multiple FreightOrderStage 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.
    • countFreightOrderStage

      @Nonnull CountRequestBuilder<FreightOrderStage> countFreightOrderStage()
      Deprecated.
      Fetch the number of entries from the FreightOrderStage entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderStage 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.
    • getFreightOrderStageByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderStage> getFreightOrderStageByKey(UUID transportationOrderStageUUID)
      Deprecated.
      Fetch a single FreightOrderStage entity using key fields.
      Parameters:
      transportationOrderStageUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderStage 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.
    • updateFreightOrderStage

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

      @Nonnull GetAllRequestBuilder<FreightOrderStop> getAllFreightOrderStop()
      Deprecated.
      Fetch multiple FreightOrderStop entities.
      Returns:
      A request builder to fetch multiple FreightOrderStop 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.
    • countFreightOrderStop

      @Nonnull CountRequestBuilder<FreightOrderStop> countFreightOrderStop()
      Deprecated.
      Fetch the number of entries from the FreightOrderStop entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FreightOrderStop 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.
    • getFreightOrderStopByKey

      @Nonnull GetByKeyRequestBuilder<FreightOrderStop> getFreightOrderStopByKey(UUID transportationOrderStopUUID)
      Deprecated.
      Fetch a single FreightOrderStop entity using key fields.
      Parameters:
      transportationOrderStopUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FreightOrderStop 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.
    • updateFreightOrderStop

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

      @Nonnull GetAllRequestBuilder<FrtOrdChrgCalcBase> getAllFrtOrdChrgCalcBase()
      Deprecated.
      Fetch multiple FrtOrdChrgCalcBase entities.
      Returns:
      A request builder to fetch multiple FrtOrdChrgCalcBase 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.
    • countFrtOrdChrgCalcBase

      @Nonnull CountRequestBuilder<FrtOrdChrgCalcBase> countFrtOrdChrgCalcBase()
      Deprecated.
      Fetch the number of entries from the FrtOrdChrgCalcBase entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FrtOrdChrgCalcBase 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.
    • getFrtOrdChrgCalcBaseByKey

      @Nonnull GetByKeyRequestBuilder<FrtOrdChrgCalcBase> getFrtOrdChrgCalcBaseByKey(UUID transpChrgCalcBaseUUID)
      Deprecated.
      Fetch a single FrtOrdChrgCalcBase entity using key fields.
      Parameters:
      transpChrgCalcBaseUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FrtOrdChrgCalcBase 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.
    • updateFrtOrdChrgCalcBase

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

      @Nonnull GetAllRequestBuilder<FrtOrdChrgCalcRule> getAllFrtOrdChrgCalcRule()
      Deprecated.
      Fetch multiple FrtOrdChrgCalcRule entities.
      Returns:
      A request builder to fetch multiple FrtOrdChrgCalcRule 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.
    • countFrtOrdChrgCalcRule

      @Nonnull CountRequestBuilder<FrtOrdChrgCalcRule> countFrtOrdChrgCalcRule()
      Deprecated.
      Fetch the number of entries from the FrtOrdChrgCalcRule entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FrtOrdChrgCalcRule 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.
    • getFrtOrdChrgCalcRuleByKey

      @Nonnull GetByKeyRequestBuilder<FrtOrdChrgCalcRule> getFrtOrdChrgCalcRuleByKey(UUID transpChrgCalcRuleUUID)
      Deprecated.
      Fetch a single FrtOrdChrgCalcRule entity using key fields.
      Parameters:
      transpChrgCalcRuleUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FrtOrdChrgCalcRule 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.
    • updateFrtOrdChrgCalcRule

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

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

      @Nonnull GetAllRequestBuilder<FrtOrdChrgElement> getAllFrtOrdChrgElement()
      Deprecated.
      Fetch multiple FrtOrdChrgElement entities.
      Returns:
      A request builder to fetch multiple FrtOrdChrgElement 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.
    • countFrtOrdChrgElement

      @Nonnull CountRequestBuilder<FrtOrdChrgElement> countFrtOrdChrgElement()
      Deprecated.
      Fetch the number of entries from the FrtOrdChrgElement entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FrtOrdChrgElement 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.
    • getFrtOrdChrgElementByKey

      @Nonnull GetByKeyRequestBuilder<FrtOrdChrgElement> getFrtOrdChrgElementByKey(UUID transpChargeItemElementUUID)
      Deprecated.
      Fetch a single FrtOrdChrgElement entity using key fields.
      Parameters:
      transpChargeItemElementUUID - Transportation Charge Item Element UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FrtOrdChrgElement 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.
    • createFrtOrdChrgElement

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

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

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

      @Nonnull GetAllRequestBuilder<FrtOrdChrgElmntExchRate> getAllFrtOrdChrgElmntExchRate()
      Deprecated.
      Fetch multiple FrtOrdChrgElmntExchRate entities.
      Returns:
      A request builder to fetch multiple FrtOrdChrgElmntExchRate 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.
    • countFrtOrdChrgElmntExchRate

      @Nonnull CountRequestBuilder<FrtOrdChrgElmntExchRate> countFrtOrdChrgElmntExchRate()
      Deprecated.
      Fetch the number of entries from the FrtOrdChrgElmntExchRate entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FrtOrdChrgElmntExchRate 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.
    • getFrtOrdChrgElmntExchRateByKey

      @Nonnull GetByKeyRequestBuilder<FrtOrdChrgElmntExchRate> getFrtOrdChrgElmntExchRateByKey(UUID transpChrgExchangeRateUUID)
      Deprecated.
      Fetch a single FrtOrdChrgElmntExchRate entity using key fields.
      Parameters:
      transpChrgExchangeRateUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FrtOrdChrgElmntExchRate 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.
    • updateFrtOrdChrgElmntExchRate

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

      @Nonnull GetAllRequestBuilder<FrtOrdChrgItmExchRate> getAllFrtOrdChrgItmExchRate()
      Deprecated.
      Fetch multiple FrtOrdChrgItmExchRate entities.
      Returns:
      A request builder to fetch multiple FrtOrdChrgItmExchRate 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.
    • countFrtOrdChrgItmExchRate

      @Nonnull CountRequestBuilder<FrtOrdChrgItmExchRate> countFrtOrdChrgItmExchRate()
      Deprecated.
      Fetch the number of entries from the FrtOrdChrgItmExchRate entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of FrtOrdChrgItmExchRate 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.
    • getFrtOrdChrgItmExchRateByKey

      @Nonnull GetByKeyRequestBuilder<FrtOrdChrgItmExchRate> getFrtOrdChrgItmExchRateByKey(UUID transpChrgExchangeRateUUID)
      Deprecated.
      Fetch a single FrtOrdChrgItmExchRate entity using key fields.
      Parameters:
      transpChrgExchangeRateUUID - NodeID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single FrtOrdChrgItmExchRate 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.