Modifier and Type | Field and Description |
---|---|
static ProductValuationLink<ProductMLPrices> |
ProductValuation.TO_ML_PRICES
Use with available fluent helpers to apply the to_MLPrices navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductMLPrices |
ProductMLPrices.ProductMLPricesBuilder.build() |
protected ProductMLPrices |
ProductMLPricesCreateFluentHelper.getEntity() |
protected ProductMLPrices |
ProductMLPricesUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductMLPrices> |
ProductValuation.fetchMLPrices()
Fetches the ProductMLPrices entities (one to many) associated with this entity.
|
protected Class<ProductMLPrices> |
ProductMLPricesByKeyFluentHelper.getEntityClass() |
protected Class<ProductMLPrices> |
ProductMLPricesFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductMLPrices>> |
ProductValuation.getMLPricesIfPresent()
Retrieval of associated ProductMLPrices entities (one to many).
|
List<ProductMLPrices> |
ProductValuation.getMLPricesOrFetch()
Retrieval of associated ProductMLPrices entities (one to many).
|
Class<ProductMLPrices> |
ProductMLPrices.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.addMLPrices(ProductMLPrices... entity)
Adds elements to the list of associated ProductMLPrices entities.
|
ProductValuation.ProductValuationBuilder |
ProductValuation.ProductValuationBuilder.mlPrices(ProductMLPrices... value)
Navigation property to_MLPrices for ProductValuation to multiple ProductMLPrices.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductValuation.setMLPrices(List<ProductMLPrices> value)
Overwrites the list of associated ProductMLPrices entities for the loaded navigation property
to_MLPrices.
|
Constructor and Description |
---|
ProductMLPricesCreateFluentHelper(String servicePath,
ProductMLPrices entity)
Creates a fluent helper object that will create a
ProductMLPrices entity
on the OData endpoint. |
ProductMLPricesUpdateFluentHelper(String servicePath,
ProductMLPrices entity)
Creates a fluent helper object that will update a
ProductMLPrices entity
on the OData endpoint. |
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) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductMLPrices(ProductMLPrices productMLPrices)
Create a new
ProductMLPrices entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductMLPrices(ProductMLPrices productMLPrices)
Create a new
ProductMLPrices entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductMLPrices(ProductMLPrices productMLPrices)
Update an existing
ProductMLPrices entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductMLPrices(ProductMLPrices productMLPrices)
Update an existing
ProductMLPrices entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductMLPrices> |
ProductMLPricesOneToOneLink.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 ProductMLPricesLink<ObjectT> |
ProductMLPricesLink.translateLinkType(EntityLink<ProductMLPricesLink<ObjectT>,ProductMLPrices,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductMLPricesCreateFluentHelper |
DefaultProductMasterService.createProductMLPrices(ProductMLPrices productMLPrices) |
ProductMLPricesCreateFluentHelper |
ProductMasterService.createProductMLPrices(ProductMLPrices productMLPrices)
Create a new
ProductMLPrices entity and save it to the S/4HANA system. |
ProductMLPricesUpdateFluentHelper |
DefaultProductMasterService.updateProductMLPrices(ProductMLPrices productMLPrices) |
ProductMLPricesUpdateFluentHelper |
ProductMasterService.updateProductMLPrices(ProductMLPrices productMLPrices)
Update an existing
ProductMLPrices entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.