Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductPlantSales
Packages that use ProductPlantSales
Package
Description
-
Uses of ProductPlantSales 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 ProductPlantSalesModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantSales>ProductPlantSales.ALL_FIELDSSelector for all available fields of ProductPlantSales.static final SimpleProperty.String<ProductPlantSales>ProductPlantSales.AVAILABILITY_CHECK_TYPEstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.BASE_ISO_UNITstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.BASE_UNITstatic final SimpleProperty.NumericDecimal<ProductPlantSales>ProductPlantSales.CAP_PLANNING_QUANTITY_IN_BASE_UO_Mstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.LOADING_GROUPstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.PLANTstatic final SimpleProperty.NumericDecimal<ProductPlantSales>ProductPlantSales.PROD_SHIPG_PROCG_DURATION_IN_DAYSstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.PRODUCTstatic final SimpleProperty.String<ProductPlantSales>ProductPlantSales.REPLACEMENT_PART_TYPEstatic final NavigationProperty.Single<ProductPlantSales,Product> ProductPlantSales.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantSales,ProductPlant> ProductPlantSales.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.static final NavigationProperty.Single<ProductPlant,ProductPlantSales> ProductPlant.TO__PRODUCT_PLANT_SALESUse with available request builders to apply the _ProductPlantSales navigation property to query operations.static final SimpleProperty.NumericDecimal<ProductPlantSales>ProductPlantSales.WRK_CENTERS_SHIPG_SETUP_TIME_IN_DAYSMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductPlantSalesMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductPlantSalesModifier and TypeMethodDescriptionio.vavr.control.Option<ProductPlantSales>ProductPlant.getProductPlantSalesIfPresent()Retrieval of associated ProductPlantSales entity (one to one).ProductPlantSales.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantSalesModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.productPlantSales(ProductPlantSales value) Navigation property _ProductPlantSales for ProductPlant to single ProductPlantSales.voidProductPlant.setProductPlantSales(ProductPlantSales value) Overwrites the associated ProductPlantSales entity for the loaded navigation property _ProductPlantSales.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantSalesModifierConstructorDescriptionProductPlant(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 ProductPlantSales 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 ProductPlantSalesModifier and TypeMethodDescriptionDefaultProductService.countProductPlantSales()Deprecated.ProductService.countProductPlantSales()Deprecated.Fetch the number of entries from theProductPlantSalesentity collection matching the filter and search expressions.DefaultProductService.getAllProductPlantSales()Deprecated.ProductService.getAllProductPlantSales()Deprecated.Fetch multipleProductPlantSalesentities.DefaultProductService.getProductPlantSalesByKey(String product, String plant) Deprecated.ProductService.getProductPlantSalesByKey(String product, String plant) Deprecated.Fetch a singleProductPlantSalesentity using key fields.DefaultProductService.updateProductPlantSales(ProductPlantSales productPlantSales) Deprecated.ProductService.updateProductPlantSales(ProductPlantSales productPlantSales) Deprecated.Update an existingProductPlantSalesentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantSalesModifier and TypeMethodDescriptionDefaultProductService.updateProductPlantSales(ProductPlantSales productPlantSales) Deprecated.ProductService.updateProductPlantSales(ProductPlantSales productPlantSales) Deprecated.Update an existingProductPlantSalesentity and save it to the S/4HANA system.