Modifier and Type | Field and Description |
---|---|
static ProductValuationOneToOneLink<ProductValuationCosting> |
ProductValuation.TO_VALUATION_COSTING
Use with available fluent helpers to apply the to_ValuationCosting navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductValuationCosting |
ProductValuationCosting.ProductValuationCostingBuilder.build() |
ProductValuationCosting |
ProductValuation.fetchValuationCosting()
Fetches the ProductValuationCosting entity (one to one) associated with this entity.
|
protected ProductValuationCosting |
ProductValuationCostingCreateFluentHelper.getEntity() |
protected ProductValuationCosting |
ProductValuationCostingUpdateFluentHelper.getEntity() |
ProductValuationCosting |
ProductValuation.getValuationCostingOrFetch()
Retrieval of associated ProductValuationCosting entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductValuationCosting> |
ProductValuationCostingFluentHelper.getEntityClass() |
protected Class<ProductValuationCosting> |
ProductValuationCostingByKeyFluentHelper.getEntityClass() |
Class<ProductValuationCosting> |
ProductValuationCosting.getType() |
io.vavr.control.Option<ProductValuationCosting> |
ProductValuation.getValuationCostingIfPresent()
Retrieval of associated ProductValuationCosting entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.setValuationCosting(ProductValuationCosting value)
Overwrites the associated ProductValuationCosting entity for the loaded navigation property
to_ValuationCosting.
|
ProductValuation.ProductValuationBuilder |
ProductValuation.ProductValuationBuilder.valuationCosting(ProductValuationCosting value)
Navigation property to_ValuationCosting for ProductValuation to single
ProductValuationCosting.
|
Constructor and Description |
---|
ProductValuation(String product,
String valuationArea,
String valuationType,
String valuationClass,
String priceDeterminationControl,
BigDecimal standardPrice,
BigDecimal priceUnitQty,
String inventoryValuationProcedure,
Boolean isMarkedForDeletion,
BigDecimal movingAveragePrice,
String valuationCategory,
String productUsageType,
String productOriginType,
Boolean isProducedInhouse,
String prodCostEstNumber,
String projectStockValuationClass,
String valuationClassSalesOrderStock,
BigDecimal plannedPrice1InCoCodeCrcy,
BigDecimal plannedPrice2InCoCodeCrcy,
BigDecimal plannedPrice3InCoCodeCrcy,
LocalDateTime futurePlndPrice1ValdtyDate,
LocalDateTime futurePlndPrice2ValdtyDate,
LocalDateTime futurePlndPrice3ValdtyDate,
BigDecimal taxBasedPricesPriceUnitQty,
LocalDateTime priceLastChangeDate,
BigDecimal plannedPrice,
BigDecimal prevInvtryPriceInCoCodeCrcy,
String currency,
String baseUnit,
List<ProductMLAccount> toMLAccount,
List<ProductMLPrices> toMLPrices,
ProductValuationAccount toValuationAccount,
ProductValuationCosting toValuationCosting) |
ProductValuationCostingCreateFluentHelper(String servicePath,
ProductValuationCosting entity)
Creates a fluent helper object that will create a
ProductValuationCosting entity on the OData endpoint. |
ProductValuationCostingUpdateFluentHelper(String servicePath,
ProductValuationCosting entity)
Creates a fluent helper object that will update a
ProductValuationCosting entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductValuationCosting(ProductValuationCosting productValuationCosting)
Create a new
ProductValuationCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductValuationCosting(ProductValuationCosting productValuationCosting)
Create a new
ProductValuationCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductValuationCosting(ProductValuationCosting productValuationCosting)
Update an existing
ProductValuationCosting entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductValuationCosting(ProductValuationCosting productValuationCosting)
Update an existing
ProductValuationCosting entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductValuationCosting> |
ProductValuationCostingOneToOneLink.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 ProductValuationCostingLink<ObjectT> |
ProductValuationCostingLink.translateLinkType(EntityLink<ProductValuationCostingLink<ObjectT>,ProductValuationCosting,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductValuationCostingCreateFluentHelper |
DefaultProductMasterService.createProductValuationCosting(ProductValuationCosting productValuationCosting) |
ProductValuationCostingCreateFluentHelper |
ProductMasterService.createProductValuationCosting(ProductValuationCosting productValuationCosting)
Create a new
ProductValuationCosting entity and save it to the S/4HANA system. |
ProductValuationCostingUpdateFluentHelper |
DefaultProductMasterService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) |
ProductValuationCostingUpdateFluentHelper |
ProductMasterService.updateProductValuationCosting(ProductValuationCosting productValuationCosting)
Update an existing
ProductValuationCosting entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.