Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2.ProductPlantForecast
Packages that use ProductPlantForecast
Package
Description
-
Uses of ProductPlantForecast in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 with type parameters of type ProductPlantForecastModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantForecast>ProductPlantForecast.ALL_FIELDSSelector for all available fields of ProductPlantForecast.static final SimpleProperty.NumericDecimal<ProductPlantForecast>ProductPlantForecast.CNSMPN_QUANTITY_MULTIPLIER_VALUEstatic final SimpleProperty.Date<ProductPlantForecast>ProductPlantForecast.CONSUMPTION_REF_USAGE_END_DATEstatic final SimpleProperty.String<ProductPlantForecast>ProductPlantForecast.CONSUMPTION_REFERENCE_PLANTstatic final SimpleProperty.String<ProductPlantForecast>ProductPlantForecast.CONSUMPTION_REFERENCE_PRODUCTstatic final SimpleProperty.Boolean<ProductPlantForecast>ProductPlantForecast.CORRECTION_FACTOR_IS_REQUIREDstatic final SimpleProperty.Boolean<ProductPlantForecast>ProductPlantForecast.FORECAST_MODEL_IS_RESETstatic final SimpleProperty.String<ProductPlantForecast>ProductPlantForecast.PLANTstatic final SimpleProperty.String<ProductPlantForecast>ProductPlantForecast.PRODUCTstatic final NavigationProperty.Single<ProductPlantForecast,Product> ProductPlantForecast.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantForecast,ProductPlant> ProductPlantForecast.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.static final NavigationProperty.Single<ProductPlant,ProductPlantForecast> ProductPlant.TO__PRODUCT_PLANT_FORECASTUse with available request builders to apply the _ProductPlantForecast navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 that return ProductPlantForecastMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 that return types with arguments of type ProductPlantForecastModifier and TypeMethodDescriptionio.vavr.control.Option<ProductPlantForecast>ProductPlant.getProductPlantForecastIfPresent()Retrieval of associated ProductPlantForecast entity (one to one).ProductPlantForecast.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 with parameters of type ProductPlantForecastModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.productPlantForecast(ProductPlantForecast value) Navigation property _ProductPlantForecast for ProductPlant to single ProductPlantForecast.voidProductPlant.setProductPlantForecast(ProductPlantForecast value) Overwrites the associated ProductPlantForecast entity for the loaded navigation property _ProductPlantForecast.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 with parameters of type ProductPlantForecastModifierConstructorDescriptionProductPlant(String product, String plant, String profileCode, LocalDate profileValidityStartDate, String fiscalYearVariant, String periodType, String profitCenter, Boolean isMarkedForDeletion, String configurableProduct, String stockDeterminationGroup, Boolean isBatchManagementRequired, String serialNumberProfile, Boolean isNegativeStockAllowed, String productCFOPCategory, Boolean productIsExciseTaxRelevant, String goodsIssueUnit, String goodsIssueISOUnit, String distrCntrDistributionProfile, Boolean productIsCriticalPrt, String productLogisticsHandlingGroup, String productFreightGroup, String originalBatchReferenceProduct, String origlBatchManagementIsRequired, String baseUnit, String baseISOUnit, BigDecimal productMinControlTemperature, BigDecimal productMaxControlTemperature, String productControlTemperatureUnit, String prodCtrlTemperatureUnitISOCode, ProdPlntInternationalTrade to_ProdPlantInternationalTrade, Product to_Product, ProductPlantCosting to_ProductPlantCosting, ProductPlantForecast to_ProductPlantForecast, List<ProductPlantInspTypSetting> to_ProductPlantInspTypeSetting, List<ProductPlantMRP> to_ProductPlantMRP, ProductPlantProcurement to_ProductPlantProcurement, List<ProductPlantPurchaseTax> to_ProductPlantPurchaseTax, ProductPlantQualityManagement to_ProductPlantQualityManagement, ProductPlantSales to_ProductPlantSales, ProductPlantStorage to_ProductPlantStorage, List<ProductPlantStorageLocation> to_ProductPlantStorageLocation, ProductPlantSupplyPlanning to_ProductPlantSupplyPlanning, ProductPlantWorkScheduling to_ProductPlantWorkScheduling) -
Uses of ProductPlantForecast 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 ProductPlantForecastModifier and TypeMethodDescriptionDefaultProductV2Service.countProductPlantForecast()Deprecated.ProductV2Service.countProductPlantForecast()Deprecated.Fetch the number of entries from theProductPlantForecastentity collection matching the filter and search expressions.DefaultProductV2Service.getAllProductPlantForecast()Deprecated.ProductV2Service.getAllProductPlantForecast()Deprecated.Fetch multipleProductPlantForecastentities.DefaultProductV2Service.getProductPlantForecastByKey(String product, String plant) Deprecated.ProductV2Service.getProductPlantForecastByKey(String product, String plant) Deprecated.Fetch a singleProductPlantForecastentity using key fields.DefaultProductV2Service.updateProductPlantForecast(ProductPlantForecast productPlantForecast) Deprecated.ProductV2Service.updateProductPlantForecast(ProductPlantForecast productPlantForecast) Deprecated.Update an existingProductPlantForecastentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantForecastModifier and TypeMethodDescriptionDefaultProductV2Service.updateProductPlantForecast(ProductPlantForecast productPlantForecast) Deprecated.ProductV2Service.updateProductPlantForecast(ProductPlantForecast productPlantForecast) Deprecated.Update an existingProductPlantForecastentity and save it to the S/4HANA system.