Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductWorkScheduling> |
ProductPlant.TO_PRODUCT_WORK_SCHEDULING
Use with available fluent helpers to apply the to_ProductWorkScheduling navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductWorkScheduling |
ProductWorkScheduling.ProductWorkSchedulingBuilder.build() |
ProductWorkScheduling |
ProductPlant.fetchProductWorkScheduling()
Fetches the ProductWorkScheduling entity (one to one) associated with this entity.
|
ProductWorkScheduling |
ProductPlant.getProductWorkSchedulingOrFetch()
Retrieval of associated ProductWorkScheduling entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductWorkScheduling> |
ProductWorkSchedulingFluentHelper.getEntityClass() |
protected Class<ProductWorkScheduling> |
ProductWorkSchedulingByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductWorkScheduling> |
ProductPlant.getProductWorkSchedulingIfPresent()
Retrieval of associated ProductWorkScheduling entity (one to one).
|
Class<ProductWorkScheduling> |
ProductWorkScheduling.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productWorkScheduling(ProductWorkScheduling value)
Navigation property to_ProductWorkScheduling for ProductPlant to single
ProductWorkScheduling.
|
void |
ProductPlant.setProductWorkScheduling(ProductWorkScheduling value)
Overwrites the associated ProductWorkScheduling entity for the loaded navigation property
to_ProductWorkScheduling.
|
Constructor and Description |
---|
ProductPlant(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,
ProductPlantProcurement toProductPlantProcurement,
ProductSupplyPlanning toProductSupplyPlanning,
ProductWorkScheduling toProductWorkScheduling,
List<ProductStorageLocation> toStorageLocation) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductWorkScheduling> |
ProductWorkSchedulingOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected ProductWorkSchedulingLink<ObjectT> |
ProductWorkSchedulingLink.translateLinkType(EntityLink<ProductWorkSchedulingLink<ObjectT>,ProductWorkScheduling,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.