Class DefaultRateTableService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultRateTableService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,RateTableService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultRateTableService")
@Deprecated
public class DefaultRateTableService
extends Object
implements ServiceWithNavigableEntities, RateTableService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You use this API to do the following: * Create and copy rate tables * Update rate tables, such as modify the scales, rates, and unreleased validity periods * Release validity periods so that it can be used for charge calculation * Delete rate tables that with unreleased validity periods .
Reference: SAP Business Accelerator Hub
Details:
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.RateTableService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingRateTableService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theTransportationRateTableentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableCalcRuleentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableOrganizationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableRateentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableScaleRefentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableValidityentity collection matching the filter and search expressions.createTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Create a newTransportationRateTableentity and save it to the S/4HANA system.createTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Create a newTranspRateTableValidityentity and save it to the S/4HANA system.deleteTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Deletes an existingTransportationRateTableentity in the S/4HANA system.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Deletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.deleteTranspRateTableOrganization(TranspRateTableOrganization transpRateTableOrganization) Deprecated.Deletes an existingTranspRateTableOrganizationentity in the S/4HANA system.deleteTranspRateTableRate(TranspRateTableRate transpRateTableRate) Deprecated.Deletes an existingTranspRateTableRateentity in the S/4HANA system.deleteTranspRateTableScaleRef(TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Deletes an existingTranspRateTableScaleRefentity in the S/4HANA system.deleteTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Deletes an existingTranspRateTableValidityentity in the S/4HANA system.Deprecated.Fetch multipleTransportationRateTableentities.Deprecated.Fetch multipleTranspRateTableCalcRuleentities.Deprecated.Fetch multipleTranspRateTableOrganizationentities.Deprecated.Fetch multipleTranspRateTableRateentities.Deprecated.Fetch multipleTranspRateTableScaleRefentities.Deprecated.Fetch multipleTranspRateTableValidityentities.Deprecated.getTransportationRateTableByKey(UUID transportationRateTableUUID) Deprecated.Fetch a singleTransportationRateTableentity using key fields.getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.Fetch a singleTranspRateTableCalcRuleentity using key fields.getTranspRateTableOrganizationByKey(UUID transpRateTableOrgUUID) Deprecated.Fetch a singleTranspRateTableOrganizationentity using key fields.getTranspRateTableRateByKey(UUID transpRateTableRateUUID) Deprecated.Fetch a singleTranspRateTableRateentity using key fields.getTranspRateTableScaleRefByKey(UUID transpRateTableScaleRefUUID) Deprecated.Fetch a singleTranspRateTableScaleRefentity using key fields.getTranspRateTableValidityByKey(UUID transpRateTableValidityUUID) Deprecated.Fetch a singleTranspRateTableValidityentity using key fields.updateTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Update an existingTransportationRateTableentity and save it to the S/4HANA system.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Update an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.updateTranspRateTableOrganization(TranspRateTableOrganization transpRateTableOrganization) Deprecated.Update an existingTranspRateTableOrganizationentity and save it to the S/4HANA system.updateTranspRateTableRate(TranspRateTableRate transpRateTableRate) Deprecated.Update an existingTranspRateTableRateentity and save it to the S/4HANA system.updateTranspRateTableScaleRef(TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Update an existingTranspRateTableScaleRefentity and save it to the S/4HANA system.updateTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Update an existingTranspRateTableValidityentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultRateTableService
public DefaultRateTableService()Deprecated.Creates a service usingRateTableService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:RateTableServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceRateTableService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:RateTableServiceCreates a batch request builder object.- Specified by:
batchin interfaceRateTableService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllTransportationRateTable
Deprecated.Description copied from interface:RateTableServiceFetch multipleTransportationRateTableentities.- Specified by:
getAllTransportationRateTablein interfaceRateTableService- Returns:
- A request builder to fetch multiple
TransportationRateTableentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTransportationRateTable
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTransportationRateTableentity collection matching the filter and search expressions.- Specified by:
countTransportationRateTablein interfaceRateTableService- Returns:
- A request builder to fetch the count of
TransportationRateTableentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTransportationRateTableByKey
@Nonnull public GetByKeyRequestBuilder<TransportationRateTable> getTransportationRateTableByKey(UUID transportationRateTableUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTransportationRateTableentity using key fields.- Specified by:
getTransportationRateTableByKeyin interfaceRateTableService- Parameters:
transportationRateTableUUID- Transportation Rate Table UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TransportationRateTableentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createTransportationRateTable
@Nonnull public CreateRequestBuilder<TransportationRateTable> createTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Description copied from interface:RateTableServiceCreate a newTransportationRateTableentity and save it to the S/4HANA system.- Specified by:
createTransportationRateTablein interfaceRateTableService- Parameters:
transportationRateTable-TransportationRateTableentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
updateTransportationRateTable
@Nonnull public UpdateRequestBuilder<TransportationRateTable> updateTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTransportationRateTableentity and save it to the S/4HANA system.- Specified by:
updateTransportationRateTablein interfaceRateTableService- Parameters:
transportationRateTable-TransportationRateTableentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTransportationRateTable
@Nonnull public DeleteRequestBuilder<TransportationRateTable> deleteTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTransportationRateTableentity in the S/4HANA system.- Specified by:
deleteTransportationRateTablein interfaceRateTableService- Parameters:
transportationRateTable-TransportationRateTableentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableCalcRule
Deprecated.Description copied from interface:RateTableServiceFetch multipleTranspRateTableCalcRuleentities.- Specified by:
getAllTranspRateTableCalcRulein interfaceRateTableService- Returns:
- A request builder to fetch multiple
TranspRateTableCalcRuleentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTranspRateTableCalcRule
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTranspRateTableCalcRuleentity collection matching the filter and search expressions.- Specified by:
countTranspRateTableCalcRulein interfaceRateTableService- Returns:
- A request builder to fetch the count of
TranspRateTableCalcRuleentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTranspRateTableCalcRuleByKey
@Nonnull public GetByKeyRequestBuilder<TranspRateTableCalcRule> getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTranspRateTableCalcRuleentity using key fields.- Specified by:
getTranspRateTableCalcRuleByKeyin interfaceRateTableService- Parameters:
transpRateTableCalcRuleUUID- Transp Rate Table Cal Rule UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableCalcRuleentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableCalcRule
@Nonnull public UpdateRequestBuilder<TranspRateTableCalcRule> updateTranspRateTableCalcRule(@Nonnull TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.- Specified by:
updateTranspRateTableCalcRulein interfaceRateTableService- Parameters:
transpRateTableCalcRule-TranspRateTableCalcRuleentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableCalcRuleentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableCalcRule
@Nonnull public DeleteRequestBuilder<TranspRateTableCalcRule> deleteTranspRateTableCalcRule(@Nonnull TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.- Specified by:
deleteTranspRateTableCalcRulein interfaceRateTableService- Parameters:
transpRateTableCalcRule-TranspRateTableCalcRuleentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableCalcRuleentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableOrganization
@Nonnull public GetAllRequestBuilder<TranspRateTableOrganization> getAllTranspRateTableOrganization()Deprecated.Description copied from interface:RateTableServiceFetch multipleTranspRateTableOrganizationentities.- Specified by:
getAllTranspRateTableOrganizationin interfaceRateTableService- Returns:
- A request builder to fetch multiple
TranspRateTableOrganizationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTranspRateTableOrganization
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTranspRateTableOrganizationentity collection matching the filter and search expressions.- Specified by:
countTranspRateTableOrganizationin interfaceRateTableService- Returns:
- A request builder to fetch the count of
TranspRateTableOrganizationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTranspRateTableOrganizationByKey
@Nonnull public GetByKeyRequestBuilder<TranspRateTableOrganization> getTranspRateTableOrganizationByKey(UUID transpRateTableOrgUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTranspRateTableOrganizationentity using key fields.- Specified by:
getTranspRateTableOrganizationByKeyin interfaceRateTableService- Parameters:
transpRateTableOrgUUID- Transportation Rate Table Org UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableOrganizationentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableOrganization
@Nonnull public UpdateRequestBuilder<TranspRateTableOrganization> updateTranspRateTableOrganization(@Nonnull TranspRateTableOrganization transpRateTableOrganization) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTranspRateTableOrganizationentity and save it to the S/4HANA system.- Specified by:
updateTranspRateTableOrganizationin interfaceRateTableService- Parameters:
transpRateTableOrganization-TranspRateTableOrganizationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableOrganization
@Nonnull public DeleteRequestBuilder<TranspRateTableOrganization> deleteTranspRateTableOrganization(@Nonnull TranspRateTableOrganization transpRateTableOrganization) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTranspRateTableOrganizationentity in the S/4HANA system.- Specified by:
deleteTranspRateTableOrganizationin interfaceRateTableService- Parameters:
transpRateTableOrganization-TranspRateTableOrganizationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableRate
Deprecated.Description copied from interface:RateTableServiceFetch multipleTranspRateTableRateentities.- Specified by:
getAllTranspRateTableRatein interfaceRateTableService- Returns:
- A request builder to fetch multiple
TranspRateTableRateentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTranspRateTableRate
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTranspRateTableRateentity collection matching the filter and search expressions.- Specified by:
countTranspRateTableRatein interfaceRateTableService- Returns:
- A request builder to fetch the count of
TranspRateTableRateentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTranspRateTableRateByKey
@Nonnull public GetByKeyRequestBuilder<TranspRateTableRate> getTranspRateTableRateByKey(UUID transpRateTableRateUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTranspRateTableRateentity using key fields.- Specified by:
getTranspRateTableRateByKeyin interfaceRateTableService- Parameters:
transpRateTableRateUUID- Transportation Rate Table Dimension UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableRateentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableRate
@Nonnull public UpdateRequestBuilder<TranspRateTableRate> updateTranspRateTableRate(@Nonnull TranspRateTableRate transpRateTableRate) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTranspRateTableRateentity and save it to the S/4HANA system.- Specified by:
updateTranspRateTableRatein interfaceRateTableService- Parameters:
transpRateTableRate-TranspRateTableRateentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableRateentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableRate
@Nonnull public DeleteRequestBuilder<TranspRateTableRate> deleteTranspRateTableRate(@Nonnull TranspRateTableRate transpRateTableRate) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTranspRateTableRateentity in the S/4HANA system.- Specified by:
deleteTranspRateTableRatein interfaceRateTableService- Parameters:
transpRateTableRate-TranspRateTableRateentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableRateentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableScaleRef
Deprecated.Description copied from interface:RateTableServiceFetch multipleTranspRateTableScaleRefentities.- Specified by:
getAllTranspRateTableScaleRefin interfaceRateTableService- Returns:
- A request builder to fetch multiple
TranspRateTableScaleRefentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTranspRateTableScaleRef
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTranspRateTableScaleRefentity collection matching the filter and search expressions.- Specified by:
countTranspRateTableScaleRefin interfaceRateTableService- Returns:
- A request builder to fetch the count of
TranspRateTableScaleRefentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTranspRateTableScaleRefByKey
@Nonnull public GetByKeyRequestBuilder<TranspRateTableScaleRef> getTranspRateTableScaleRefByKey(UUID transpRateTableScaleRefUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTranspRateTableScaleRefentity using key fields.- Specified by:
getTranspRateTableScaleRefByKeyin interfaceRateTableService- Parameters:
transpRateTableScaleRefUUID- Transportation Rate Table Scale Reference UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableScaleRefentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableScaleRef
@Nonnull public UpdateRequestBuilder<TranspRateTableScaleRef> updateTranspRateTableScaleRef(@Nonnull TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTranspRateTableScaleRefentity and save it to the S/4HANA system.- Specified by:
updateTranspRateTableScaleRefin interfaceRateTableService- Parameters:
transpRateTableScaleRef-TranspRateTableScaleRefentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableScaleRefentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableScaleRef
@Nonnull public DeleteRequestBuilder<TranspRateTableScaleRef> deleteTranspRateTableScaleRef(@Nonnull TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTranspRateTableScaleRefentity in the S/4HANA system.- Specified by:
deleteTranspRateTableScaleRefin interfaceRateTableService- Parameters:
transpRateTableScaleRef-TranspRateTableScaleRefentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableScaleRefentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableValidity
Deprecated.Description copied from interface:RateTableServiceFetch multipleTranspRateTableValidityentities.- Specified by:
getAllTranspRateTableValidityin interfaceRateTableService- Returns:
- A request builder to fetch multiple
TranspRateTableValidityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countTranspRateTableValidity
Deprecated.Description copied from interface:RateTableServiceFetch the number of entries from theTranspRateTableValidityentity collection matching the filter and search expressions.- Specified by:
countTranspRateTableValidityin interfaceRateTableService- Returns:
- A request builder to fetch the count of
TranspRateTableValidityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getTranspRateTableValidityByKey
@Nonnull public GetByKeyRequestBuilder<TranspRateTableValidity> getTranspRateTableValidityByKey(UUID transpRateTableValidityUUID) Deprecated.Description copied from interface:RateTableServiceFetch a singleTranspRateTableValidityentity using key fields.- Specified by:
getTranspRateTableValidityByKeyin interfaceRateTableService- Parameters:
transpRateTableValidityUUID- Transp Rate Table Validity UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableValidityentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createTranspRateTableValidity
@Nonnull public CreateRequestBuilder<TranspRateTableValidity> createTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Description copied from interface:RateTableServiceCreate a newTranspRateTableValidityentity and save it to the S/4HANA system.- Specified by:
createTranspRateTableValidityin interfaceRateTableService- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableValidity
@Nonnull public UpdateRequestBuilder<TranspRateTableValidity> updateTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Description copied from interface:RateTableServiceUpdate an existingTranspRateTableValidityentity and save it to the S/4HANA system.- Specified by:
updateTranspRateTableValidityin interfaceRateTableService- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableValidity
@Nonnull public DeleteRequestBuilder<TranspRateTableValidity> deleteTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Description copied from interface:RateTableServiceDeletes an existingTranspRateTableValidityentity in the S/4HANA system.- Specified by:
deleteTranspRateTableValidityin interfaceRateTableService- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-