Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable.TranspRateTableCalcRule
Packages that use TranspRateTableCalcRule
Package
Description
-
Uses of TranspRateTableCalcRule in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable with type parameters of type TranspRateTableCalcRuleModifier and TypeFieldDescriptionstatic final SimpleProperty<TranspRateTableCalcRule>TranspRateTableCalcRule.ALL_FIELDSSelector for all available fields of TranspRateTableCalcRule.TranspRateTableValidity.TO__TRANSP_RATE_TABLE_CALC_RULEUse with available request builders to apply the _TranspRateTableCalcRule navigation property to query operations.TranspRateTableCalcRule.TO__TRANSP_RATE_TABLE_VALIDITYUse with available request builders to apply the _TranspRateTableValidity navigation property to query operations.TranspRateTableCalcRule.TO__TRANSPORTATION_RATE_TABLEUse with available request builders to apply the _TransportationRateTable navigation property to query operations.static final SimpleProperty.NumericDecimal<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSP_RATE_CALC_RULE_PRICE_PER_QTYstatic final SimpleProperty.String<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSP_RATE_TABLE_CALC_RULE_QTY_UNITstatic final SimpleProperty.Guid<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSP_RATE_TABLE_CALC_RULE_UUIDstatic final SimpleProperty.Guid<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSP_RATE_TABLE_VALIDITY_UUIDstatic final SimpleProperty.String<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSPORTATION_CALCULATION_BASEstatic final SimpleProperty.Guid<TranspRateTableCalcRule>TranspRateTableCalcRule.TRANSPORTATION_RATE_TABLE_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable that return TranspRateTableCalcRuleMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable that return types with arguments of type TranspRateTableCalcRuleModifier and TypeMethodDescriptionio.vavr.control.Option<List<TranspRateTableCalcRule>>TranspRateTableValidity.getTranspRateTableCalcRuleIfPresent()Retrieval of associated TranspRateTableCalcRule entities (one to many).TranspRateTableCalcRule.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable with parameters of type TranspRateTableCalcRuleModifier and TypeMethodDescriptionvoidTranspRateTableValidity.addTranspRateTableCalcRule(TranspRateTableCalcRule... entity) Adds elements to the list of associated TranspRateTableCalcRule entities.TranspRateTableValidity.TranspRateTableValidityBuilder.transpRateTableCalcRule(TranspRateTableCalcRule... value) Navigation property _TranspRateTableCalcRule for TranspRateTableValidity to multiple TranspRateTableCalcRule.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable with type arguments of type TranspRateTableCalcRuleModifier and TypeMethodDescriptionvoidTranspRateTableValidity.setTranspRateTableCalcRule(List<TranspRateTableCalcRule> value) Overwrites the list of associated TranspRateTableCalcRule entities for the loaded navigation property _TranspRateTableCalcRule.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable with type arguments of type TranspRateTableCalcRuleModifierConstructorDescriptionTranspRateTableValidity(UUID transpRateTableValidityUUID, UUID transportationRateTableUUID, String transpRateTblValidityCurrency, String transpRateTblValdtyLfcycStatus, LocalDate transpRateTblValidityEndDate, LocalDate transpRateTblValidityStartDate, String transpRateTblValidityPctUnit, Collection<SAP__Message> _Messages, TransportationRateTable to_TransportationRateTable, List<TranspRateTableCalcRule> to_TranspRateTableCalcRule, List<TranspRateTableRate> to_TranspRateTableRate) -
Uses of TranspRateTableCalcRule in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type TranspRateTableCalcRuleModifier and TypeMethodDescriptionDefaultRateTableService.countTranspRateTableCalcRule()Deprecated.RateTableService.countTranspRateTableCalcRule()Deprecated.Fetch the number of entries from theTranspRateTableCalcRuleentity collection matching the filter and search expressions.DefaultRateTableService.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.RateTableService.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Deletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.DefaultRateTableService.getAllTranspRateTableCalcRule()Deprecated.RateTableService.getAllTranspRateTableCalcRule()Deprecated.Fetch multipleTranspRateTableCalcRuleentities.DefaultRateTableService.getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.RateTableService.getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.Fetch a singleTranspRateTableCalcRuleentity using key fields.DefaultRateTableService.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.RateTableService.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Update an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type TranspRateTableCalcRuleModifier and TypeMethodDescriptionDefaultRateTableService.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.RateTableService.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Deletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.DefaultRateTableService.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.RateTableService.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Update an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.