Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductPlantStorage
Packages that use ProductPlantStorage
Package
Description
-
Uses of ProductPlantStorage in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type parameters of type ProductPlantStorageModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantStorage>ProductPlantStorage.ALL_FIELDSSelector for all available fields of ProductPlantStorage.static final SimpleProperty.Boolean<ProductPlantStorage>ProductPlantStorage.CYCLE_COUNTING_INDICATOR_IS_FIXEDstatic final SimpleProperty.NumericDecimal<ProductPlantStorage>ProductPlantStorage.MAXIMUM_STORAGE_PERIODstatic final SimpleProperty.String<ProductPlantStorage>ProductPlantStorage.MAXIMUM_STORAGE_PERIOD_ISO_UNITstatic final SimpleProperty.String<ProductPlantStorage>ProductPlantStorage.PHYS_INVENTORY_FOR_CYCLE_COUNTINGstatic final SimpleProperty.String<ProductPlantStorage>ProductPlantStorage.PLANTstatic final SimpleProperty.String<ProductPlantStorage>ProductPlantStorage.PROD_MAXIMUM_STORAGE_PERIOD_UNITstatic final SimpleProperty.String<ProductPlantStorage>ProductPlantStorage.PRODUCTstatic final NavigationProperty.Single<ProductPlantStorage,Product> ProductPlantStorage.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantStorage,ProductPlant> ProductPlantStorage.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.static final NavigationProperty.Single<ProductPlant,ProductPlantStorage> ProductPlant.TO__PRODUCT_PLANT_STORAGEUse with available request builders to apply the _ProductPlantStorage navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductPlantStorageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductPlantStorageModifier and TypeMethodDescriptionio.vavr.control.Option<ProductPlantStorage>ProductPlant.getProductPlantStorageIfPresent()Retrieval of associated ProductPlantStorage entity (one to one).ProductPlantStorage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantStorageModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.productPlantStorage(ProductPlantStorage value) Navigation property _ProductPlantStorage for ProductPlant to single ProductPlantStorage.voidProductPlant.setProductPlantStorage(ProductPlantStorage value) Overwrites the associated ProductPlantStorage entity for the loaded navigation property _ProductPlantStorage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantStorageModifierConstructorDescriptionProductPlant(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 ProductPlantStorage 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 ProductPlantStorageModifier and TypeMethodDescriptionDefaultProductService.countProductPlantStorage()Deprecated.ProductService.countProductPlantStorage()Deprecated.Fetch the number of entries from theProductPlantStorageentity collection matching the filter and search expressions.DefaultProductService.getAllProductPlantStorage()Deprecated.ProductService.getAllProductPlantStorage()Deprecated.Fetch multipleProductPlantStorageentities.DefaultProductService.getProductPlantStorageByKey(String product, String plant) Deprecated.ProductService.getProductPlantStorageByKey(String product, String plant) Deprecated.Fetch a singleProductPlantStorageentity using key fields.DefaultProductService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.ProductService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.Update an existingProductPlantStorageentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantStorageModifier and TypeMethodDescriptionDefaultProductService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.ProductService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.Update an existingProductPlantStorageentity and save it to the S/4HANA system.