Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPlantStorage
Packages that use ProductPlantStorage
Package
Description
-
Uses of ProductPlantStorage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type parameters of type ProductPlantStorageModifier and TypeFieldDescriptionstatic final ProductPlantOneToOneLink<ProductPlantStorage>ProductPlant.TO_PLANT_STORAGEUse with available fluent helpers to apply the to_PlantStorage navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductPlantStorageModifier and TypeMethodDescriptionProductPlantStorage.ProductPlantStorageBuilder.build()ProductPlant.fetchPlantStorage()Fetches the ProductPlantStorage entity (one to one) associated with this entity.protected ProductPlantStorageProductPlantStorageCreateFluentHelper.getEntity()protected ProductPlantStorageProductPlantStorageUpdateFluentHelper.getEntity()ProductPlant.getPlantStorageOrFetch()Retrieval of associated ProductPlantStorage entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductPlantStorageModifier and TypeMethodDescriptionprotected Class<ProductPlantStorage>ProductPlantStorageByKeyFluentHelper.getEntityClass()protected Class<ProductPlantStorage>ProductPlantStorageFluentHelper.getEntityClass()io.vavr.control.Option<ProductPlantStorage>ProductPlant.getPlantStorageIfPresent()Retrieval of associated ProductPlantStorage entity (one to one).ProductPlantStorage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPlantStorageModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.plantStorage(ProductPlantStorage value) Navigation property to_PlantStorage for ProductPlant to single ProductPlantStorage.voidProductPlant.setPlantStorage(ProductPlantStorage value) Overwrites the associated ProductPlantStorage entity for the loaded navigation property to_PlantStorage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPlantStorageModifierConstructorDescriptionProductPlant(String product, String plant, String purchasingGroup, String countryOfOrigin, String regionOfOrigin, String productionInvtryManagedLoc, String profileCode, LocalDateTime profileValidityStartDate, String availabilityCheckType, String fiscalYearVariant, String periodType, String profitCenter, String commodity, BigDecimal goodsReceiptDuration, String maintenanceStatusName, Boolean isMarkedForDeletion, String mRPType, String mRPResponsible, String aBCIndicator, BigDecimal minimumLotSizeQuantity, BigDecimal maximumLotSizeQuantity, BigDecimal fixedLotSizeQuantity, String consumptionTaxCtrlCode, Boolean isCoProduct, String productIsConfigurable, String stockDeterminationGroup, BigDecimal stockInTransferQuantity, BigDecimal stockInTransitQuantity, Boolean hasPostToInspectionStock, Boolean isBatchManagementRequired, String serialNumberProfile, Boolean isNegativeStockAllowed, BigDecimal goodsReceiptBlockedStockQty, String hasConsignmentCtrl, String fiscalYearCurrentPeriod, String fiscalMonthCurrentPeriod, String procurementType, Boolean isInternalBatchManaged, String productCFOPCategory, Boolean productIsExciseTaxRelevant, String baseUnit, String configurableProduct, String goodsIssueUnit, String materialFreightGroup, String originalBatchReferenceMaterial, String origlBatchManagementIsRequired, Boolean productIsCriticalPrt, String productLogisticsHandlingGroup, List<ProductPlantMRPArea> toPlantMRPArea, ProductPlantQualityMgmt toPlantQualityMgmt, ProductPlantSales toPlantSales, ProductPlantStorage toPlantStorage, ProductPlantText toPlantText, ProductPlantIntlTrd toProdPlantInternationalTrade, ProductPlantCosting toProductPlantCosting, ProductPlantForecasting toProductPlantForecast, ProductPlantProcurement toProductPlantProcurement, ProductSupplyPlanning toProductSupplyPlanning, ProductWorkScheduling toProductWorkScheduling, List<ProductStorageLocation> toStorageLocation) ProductPlantStorageCreateFluentHelper(String servicePath, ProductPlantStorage entity, String entityCollection) Creates a fluent helper object that will create aProductPlantStorageentity on the OData endpoint.ProductPlantStorageUpdateFluentHelper(String servicePath, ProductPlantStorage entity, String entityCollection) Creates a fluent helper object that will update aProductPlantStorageentity on the OData endpoint. -
Uses of ProductPlantStorage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch with parameters of type ProductPlantStorageModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductPlantStorage(ProductPlantStorage productPlantStorage) ProductMasterServiceBatchChangeSet.createProductPlantStorage(ProductPlantStorage productPlantStorage) Create a newProductPlantStorageentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductPlantStorage(ProductPlantStorage productPlantStorage) ProductMasterServiceBatchChangeSet.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Update an existingProductPlantStorageentity and save it to the S/4HANA system. -
Uses of ProductPlantStorage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link that return types with arguments of type ProductPlantStorageModifier and TypeMethodDescriptionProductPlantStorageOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link with type arguments of type ProductPlantStorageModifier and TypeMethodDescriptionprotected ProductPlantStorageLink<ObjectT>ProductPlantStorageLink.translateLinkType(EntityLink<ProductPlantStorageLink<ObjectT>, ProductPlantStorage, ObjectT> link) -
Uses of ProductPlantStorage in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductPlantStorageModifier and TypeMethodDescriptionDefaultProductMasterService.createProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.ProductMasterService.createProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.Create a newProductPlantStorageentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.ProductMasterService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) Deprecated.Update an existingProductPlantStorageentity and save it to the S/4HANA system.