Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning.Period
Packages that use Period
Package
Description
-
Uses of Period in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning with type parameters of type PeriodModifier and TypeFieldDescriptionstatic final SimpleProperty<Period>Period.ALL_FIELDSSelector for all available fields of Period.static final SimpleProperty.NumericInteger<Period>Period.BUCKET_INTERNAL_IDstatic final SimpleProperty.String<Period>Period.PMRP_CONSTRAINT_BASE_UNITstatic final SimpleProperty.NumericDecimal<Period>static final SimpleProperty.String<Period>Period.PMRP_FLEXIBLE_CONSTRAINTstatic final NavigationProperty.Single<Period,PMRPFlexibleConstraint> Period.TO__CONSTRAINTUse with available request builders to apply the _Constraint navigation property to query operations.static final NavigationProperty.Collection<PMRPFlexibleConstraint,Period> PMRPFlexibleConstraint.TO__PERIODUse with available request builders to apply the _Period navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning that return PeriodMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning that return types with arguments of type PeriodModifier and TypeMethodDescriptionPMRPFlexibleConstraint.definePeriodForDate(LocalDate pMRPFlxblCstrtPerdStrtDte, String pMRPConstraintBaseUnit, BigDecimal pMRPConstraintQtyInBaseUnit) Action that can be applied to any entity object of this class.PMRPFlexibleConstraint.getPeriodIfPresent()Retrieval of associated Period entities (one to many).Period.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning with parameters of type PeriodModifier and TypeMethodDescriptionvoidAdds elements to the list of associated Period entities.Navigation property _Period for PMRPFlexibleConstraint to multiple Period.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning with type arguments of type PeriodModifier and TypeMethodDescriptionvoidOverwrites the list of associated Period entities for the loaded navigation property _Period.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.maintainflexibleconstraintsforpredictivematerialandresourceplanning with type arguments of type PeriodModifierConstructorDescriptionPMRPFlexibleConstraint(String pMRPFlexibleConstraint, String pMRPConstraintType, String pMRPConstraintCategory, String pMRPFlexibleConstraintScope, String pMRPConstraintProductSelection, String pMRPConstraintPeriodType, String product, String plant, String productionLine, String supplier, String supplyingPlant, String mRPArea, String materialGroup, String pMRPConstraintBaseUnit, Collection<SAP__Message> _Messages, List<Period> to_Period, List<ConstraintProduct> to_Product, List<Text> to_Text) -
Uses of Period 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 PeriodModifier and TypeMethodDescriptionDefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.countPeriod()MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.countPeriod()Fetch the number of entries from thePeriodentity collection matching the filter and search expressions.DefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.deletePeriod(Period period) MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.deletePeriod(Period period) Deletes an existingPeriodentity in the S/4HANA system.DefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.getAllPeriod()MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.getAllPeriod()Fetch multiplePeriodentities.DefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.getPeriodByKey(String pMRPFlexibleConstraint, Integer bucketInternalID) MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.getPeriodByKey(String pMRPFlexibleConstraint, Integer bucketInternalID) Fetch a singlePeriodentity using key fields.DefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.updatePeriod(Period period) MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.updatePeriod(Period period) Update an existingPeriodentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type PeriodModifier and TypeMethodDescriptionDefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.deletePeriod(Period period) MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.deletePeriod(Period period) Deletes an existingPeriodentity in the S/4HANA system.DefaultMaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.updatePeriod(Period period) MaintainFlexibleConstraintsForPredictiveMaterialAndResourcePlanningService.updatePeriod(Period period) Update an existingPeriodentity and save it to the S/4HANA system.