Modifier and Type | Field and Description |
---|---|
static ProductValuationOneToOneLink<ProductValuationAccount> |
ProductValuation.TO_VALUATION_ACCOUNT
Use with available fluent helpers to apply the to_ValuationAccount navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductValuationAccount |
ProductValuationAccount.ProductValuationAccountBuilder.build() |
ProductValuationAccount |
ProductValuation.fetchValuationAccount()
Fetches the ProductValuationAccount entity (one to one) associated with this entity.
|
protected ProductValuationAccount |
ProductValuationAccountCreateFluentHelper.getEntity() |
protected ProductValuationAccount |
ProductValuationAccountUpdateFluentHelper.getEntity() |
ProductValuationAccount |
ProductValuation.getValuationAccountOrFetch()
Retrieval of associated ProductValuationAccount entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductValuationAccount> |
ProductValuationAccountFluentHelper.getEntityClass() |
protected Class<ProductValuationAccount> |
ProductValuationAccountByKeyFluentHelper.getEntityClass() |
Class<ProductValuationAccount> |
ProductValuationAccount.getType() |
Optional<ProductValuationAccount> |
ProductValuation.getValuationAccountIfPresent()
Retrieval of associated ProductValuationAccount entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.setValuationAccount(ProductValuationAccount value)
Overwrites the associated ProductValuationAccount entity for the loaded navigation property
to_ValuationAccount.
|
ProductValuation.ProductValuationBuilder |
ProductValuation.ProductValuationBuilder.valuationAccount(ProductValuationAccount value) |
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) |
ProductValuationAccountCreateFluentHelper(String servicePath,
ProductValuationAccount entity)
Creates a fluent helper object that will create a
ProductValuationAccount entity on the OData endpoint. |
ProductValuationAccountUpdateFluentHelper(String servicePath,
ProductValuationAccount entity)
Creates a fluent helper object that will update a
ProductValuationAccount entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductValuationAccount(ProductValuationAccount productValuationAccount)
Create a new
ProductValuationAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductValuationAccount(ProductValuationAccount productValuationAccount)
Create a new
ProductValuationAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductValuationAccount(ProductValuationAccount productValuationAccount)
Update an existing
ProductValuationAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductValuationAccount(ProductValuationAccount productValuationAccount)
Update an existing
ProductValuationAccount entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductValuationAccount> |
ProductValuationAccountOneToOneLink.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 ProductValuationAccountLink<ObjectT> |
ProductValuationAccountLink.translateLinkType(EntityLink<ProductValuationAccountLink<ObjectT>,ProductValuationAccount,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductValuationAccountCreateFluentHelper |
DefaultProductMasterService.createProductValuationAccount(ProductValuationAccount productValuationAccount) |
ProductValuationAccountCreateFluentHelper |
ProductMasterService.createProductValuationAccount(ProductValuationAccount productValuationAccount)
Create a new
ProductValuationAccount entity and save it to the S/4HANA system. |
ProductValuationAccountUpdateFluentHelper |
DefaultProductMasterService.updateProductValuationAccount(ProductValuationAccount productValuationAccount) |
ProductValuationAccountUpdateFluentHelper |
ProductMasterService.updateProductValuationAccount(ProductValuationAccount productValuationAccount)
Update an existing
ProductValuationAccount entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.