Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductWorkScheduling
Packages that use ProductWorkScheduling
Package
Description
-
Uses of ProductWorkScheduling 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 ProductWorkSchedulingModifier and TypeFieldDescriptionstatic final ProductPlantOneToOneLink<ProductWorkScheduling>ProductPlant.TO_PRODUCT_WORK_SCHEDULINGUse with available fluent helpers to apply the to_ProductWorkScheduling navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductWorkSchedulingModifier and TypeMethodDescriptionProductWorkScheduling.ProductWorkSchedulingBuilder.build()ProductPlant.fetchProductWorkScheduling()Fetches the ProductWorkScheduling entity (one to one) associated with this entity.protected ProductWorkSchedulingProductWorkSchedulingCreateFluentHelper.getEntity()protected ProductWorkSchedulingProductWorkSchedulingUpdateFluentHelper.getEntity()ProductPlant.getProductWorkSchedulingOrFetch()Retrieval of associated ProductWorkScheduling entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductWorkSchedulingModifier and TypeMethodDescriptionprotected Class<ProductWorkScheduling>ProductWorkSchedulingByKeyFluentHelper.getEntityClass()protected Class<ProductWorkScheduling>ProductWorkSchedulingFluentHelper.getEntityClass()io.vavr.control.Option<ProductWorkScheduling>ProductPlant.getProductWorkSchedulingIfPresent()Retrieval of associated ProductWorkScheduling entity (one to one).ProductWorkScheduling.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductWorkSchedulingModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.productWorkScheduling(ProductWorkScheduling value) Navigation property to_ProductWorkScheduling for ProductPlant to single ProductWorkScheduling.voidProductPlant.setProductWorkScheduling(ProductWorkScheduling value) Overwrites the associated ProductWorkScheduling entity for the loaded navigation property to_ProductWorkScheduling.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductWorkSchedulingModifierConstructorDescriptionProductPlant(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) ProductWorkSchedulingCreateFluentHelper(String servicePath, ProductWorkScheduling entity, String entityCollection) Creates a fluent helper object that will create aProductWorkSchedulingentity on the OData endpoint.ProductWorkSchedulingUpdateFluentHelper(String servicePath, ProductWorkScheduling entity, String entityCollection) Creates a fluent helper object that will update aProductWorkSchedulingentity on the OData endpoint. -
Uses of ProductWorkScheduling 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 ProductWorkSchedulingModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling) ProductMasterServiceBatchChangeSet.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Create a newProductWorkSchedulingentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling) ProductMasterServiceBatchChangeSet.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Update an existingProductWorkSchedulingentity and save it to the S/4HANA system. -
Uses of ProductWorkScheduling 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 ProductWorkSchedulingModifier and TypeMethodDescriptionProductWorkSchedulingOneToOneLink.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 ProductWorkSchedulingModifier and TypeMethodDescriptionprotected ProductWorkSchedulingLink<ObjectT>ProductWorkSchedulingLink.translateLinkType(EntityLink<ProductWorkSchedulingLink<ObjectT>, ProductWorkScheduling, ObjectT> link) -
Uses of ProductWorkScheduling in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductWorkSchedulingModifier and TypeMethodDescriptionDefaultProductMasterService.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Deprecated.ProductMasterService.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Deprecated.Create a newProductWorkSchedulingentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Deprecated.ProductMasterService.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling) Deprecated.Update an existingProductWorkSchedulingentity and save it to the S/4HANA system.