Modifier and Type | Field and Description |
---|---|
static ProductValuationLink<ProductMLAccount> |
ProductValuation.TO_ML_ACCOUNT
Use with available fluent helpers to apply the to_MLAccount navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductMLAccount |
ProductMLAccount.ProductMLAccountBuilder.build() |
protected ProductMLAccount |
ProductMLAccountCreateFluentHelper.getEntity() |
protected ProductMLAccount |
ProductMLAccountUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductMLAccount> |
ProductValuation.fetchMLAccount()
Fetches the ProductMLAccount entities (one to many) associated with this entity.
|
protected Class<ProductMLAccount> |
ProductMLAccountFluentHelper.getEntityClass() |
protected Class<ProductMLAccount> |
ProductMLAccountByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductMLAccount>> |
ProductValuation.getMLAccountIfPresent()
Retrieval of associated ProductMLAccount entities (one to many).
|
List<ProductMLAccount> |
ProductValuation.getMLAccountOrFetch()
Retrieval of associated ProductMLAccount entities (one to many).
|
Class<ProductMLAccount> |
ProductMLAccount.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.addMLAccount(ProductMLAccount... entity)
Adds elements to the list of associated ProductMLAccount entities.
|
ProductValuation.ProductValuationBuilder |
ProductValuation.ProductValuationBuilder.mlAccount(ProductMLAccount... value)
Navigation property to_MLAccount for ProductValuation to multiple ProductMLAccount.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.setMLAccount(List<ProductMLAccount> value)
Overwrites the list of associated ProductMLAccount entities for the loaded navigation property
to_MLAccount.
|
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) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductMLAccount(ProductMLAccount productMLAccount)
Create a new
ProductMLAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductMLAccount(ProductMLAccount productMLAccount)
Create a new
ProductMLAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductMLAccount(ProductMLAccount productMLAccount)
Update an existing
ProductMLAccount entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductMLAccount(ProductMLAccount productMLAccount)
Update an existing
ProductMLAccount entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductMLAccount> |
ProductMLAccountOneToOneLink.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 ProductMLAccountLink<ObjectT> |
ProductMLAccountLink.translateLinkType(EntityLink<ProductMLAccountLink<ObjectT>,ProductMLAccount,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductMLAccountCreateFluentHelper |
DefaultProductMasterService.createProductMLAccount(ProductMLAccount productMLAccount) |
ProductMLAccountCreateFluentHelper |
ProductMasterService.createProductMLAccount(ProductMLAccount productMLAccount)
Create a new
ProductMLAccount entity and save it to the S/4HANA system. |
ProductMLAccountUpdateFluentHelper |
DefaultProductMasterService.updateProductMLAccount(ProductMLAccount productMLAccount) |
ProductMLAccountUpdateFluentHelper |
ProductMasterService.updateProductMLAccount(ProductMLAccount productMLAccount)
Update an existing
ProductMLAccount entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.