Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantCosting> |
ProductPlant.TO_PRODUCT_PLANT_COSTING
Use with available fluent helpers to apply the to_ProductPlantCosting navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantCosting |
ProductPlantCosting.ProductPlantCostingBuilder.build() |
ProductPlantCosting |
ProductPlant.fetchProductPlantCosting()
Fetches the ProductPlantCosting entity (one to one) associated with this entity.
|
protected ProductPlantCosting |
ProductPlantCostingCreateFluentHelper.getEntity() |
protected ProductPlantCosting |
ProductPlantCostingUpdateFluentHelper.getEntity() |
ProductPlantCosting |
ProductPlant.getProductPlantCostingOrFetch()
Retrieval of associated ProductPlantCosting entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantCosting> |
ProductPlantCostingByKeyFluentHelper.getEntityClass() |
protected Class<ProductPlantCosting> |
ProductPlantCostingFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductPlantCosting> |
ProductPlant.getProductPlantCostingIfPresent()
Retrieval of associated ProductPlantCosting entity (one to one).
|
Class<ProductPlantCosting> |
ProductPlantCosting.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productPlantCosting(ProductPlantCosting value)
Navigation property to_ProductPlantCosting for ProductPlant to single
ProductPlantCosting.
|
void |
ProductPlant.setProductPlantCosting(ProductPlantCosting value)
Overwrites the associated ProductPlantCosting entity for the loaded navigation property
to_ProductPlantCosting.
|
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,
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) |
ProductPlantCostingCreateFluentHelper(String servicePath,
ProductPlantCosting entity)
Creates a fluent helper object that will create a
ProductPlantCosting
entity on the OData endpoint. |
ProductPlantCostingUpdateFluentHelper(String servicePath,
ProductPlantCosting entity)
Creates a fluent helper object that will update a
ProductPlantCosting
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantCosting(ProductPlantCosting productPlantCosting)
Create a new
ProductPlantCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantCosting(ProductPlantCosting productPlantCosting)
Create a new
ProductPlantCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantCosting(ProductPlantCosting productPlantCosting)
Update an existing
ProductPlantCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantCosting(ProductPlantCosting productPlantCosting)
Update an existing
ProductPlantCosting entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantCosting> |
ProductPlantCostingOneToOneLink.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 ProductPlantCostingLink<ObjectT> |
ProductPlantCostingLink.translateLinkType(EntityLink<ProductPlantCostingLink<ObjectT>,ProductPlantCosting,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantCostingCreateFluentHelper |
ProductMasterService.createProductPlantCosting(ProductPlantCosting productPlantCosting)
Create a new
ProductPlantCosting entity and save it to the S/4HANA system. |
ProductPlantCostingCreateFluentHelper |
DefaultProductMasterService.createProductPlantCosting(ProductPlantCosting productPlantCosting) |
ProductPlantCostingUpdateFluentHelper |
ProductMasterService.updateProductPlantCosting(ProductPlantCosting productPlantCosting)
Update an existing
ProductPlantCosting entity and save it to the S/4HANA system. |
ProductPlantCostingUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantCosting(ProductPlantCosting productPlantCosting) |
Copyright © 2019 SAP SE. All rights reserved.