Interface FreightBookingIntegrationService

All Known Implementing Classes:
DefaultFreightBookingIntegrationService

@Deprecated public interface FreightBookingIntegrationService
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 booking is used to use to reserve freight space on a ship or airplane The freight booking is also the document used to track the actual execution..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_FREIGHTBOOKING_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Transportation Management - Freight Booking Integration(SAP_COM_0906)
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_FREIGHTBOOKING
Business Object: Freight Booking
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull FreightBookingIntegrationService 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.
    • getAllFreightBooking

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

      @Nonnull GetByKeyRequestBuilder<FreightBookingItem> getFreightBookingItemByKey(UUID transportationOrderItemUUID)
      Deprecated.
      Fetch a single FreightBookingItem 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 FreightBookingItem 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.
    • createFreightBookingItem

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

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

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

      Constraints: Not nullable

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

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

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

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

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

      Constraints: Not nullable

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