Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductPlantProcurement
Packages that use ProductPlantProcurement
Package
Description
-
Uses of ProductPlantProcurement 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 ProductPlantProcurementModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantProcurement>ProductPlantProcurement.ALL_FIELDSSelector for all available fields of ProductPlantProcurement.static final SimpleProperty.Boolean<ProductPlantProcurement>ProductPlantProcurement.IS_AUTO_PUR_ORD_CREATION_ALLOWEDstatic final SimpleProperty.Boolean<ProductPlantProcurement>ProductPlantProcurement.IS_SOURCE_LIST_REQUIREDstatic final SimpleProperty.String<ProductPlantProcurement>ProductPlantProcurement.JUST_IN_TIME_DELIVERY_SCHEDULE_CODEstatic final SimpleProperty.String<ProductPlantProcurement>ProductPlantProcurement.PLANTstatic final SimpleProperty.String<ProductPlantProcurement>ProductPlantProcurement.PRODUCTstatic final SimpleProperty.String<ProductPlantProcurement>ProductPlantProcurement.PURCHASING_GROUPstatic final NavigationProperty.Single<ProductPlantProcurement,Product> ProductPlantProcurement.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantProcurement,ProductPlant> ProductPlantProcurement.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.static final NavigationProperty.Single<ProductPlant,ProductPlantProcurement> ProductPlant.TO__PRODUCT_PLANT_PROCUREMENTUse with available request builders to apply the _ProductPlantProcurement navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductPlantProcurementMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductPlantProcurementModifier and TypeMethodDescriptionio.vavr.control.Option<ProductPlantProcurement>ProductPlant.getProductPlantProcurementIfPresent()Retrieval of associated ProductPlantProcurement entity (one to one).ProductPlantProcurement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantProcurementModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.productPlantProcurement(ProductPlantProcurement value) Navigation property _ProductPlantProcurement for ProductPlant to single ProductPlantProcurement.voidProductPlant.setProductPlantProcurement(ProductPlantProcurement value) Overwrites the associated ProductPlantProcurement entity for the loaded navigation property _ProductPlantProcurement.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantProcurementModifierConstructorDescriptionProductPlant(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 ProductPlantProcurement 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 ProductPlantProcurementModifier and TypeMethodDescriptionDefaultProductService.countProductPlantProcurement()Deprecated.ProductService.countProductPlantProcurement()Deprecated.Fetch the number of entries from theProductPlantProcuremententity collection matching the filter and search expressions.DefaultProductService.getAllProductPlantProcurement()Deprecated.ProductService.getAllProductPlantProcurement()Deprecated.Fetch multipleProductPlantProcuremententities.DefaultProductService.getProductPlantProcurementByKey(String product, String plant) Deprecated.ProductService.getProductPlantProcurementByKey(String product, String plant) Deprecated.Fetch a singleProductPlantProcuremententity using key fields.DefaultProductService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) Deprecated.ProductService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) Deprecated.Update an existingProductPlantProcuremententity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantProcurementModifier and TypeMethodDescriptionDefaultProductService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) Deprecated.ProductService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) Deprecated.Update an existingProductPlantProcuremententity and save it to the S/4HANA system.