Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductValuationAccount
Packages that use ProductValuationAccount
Package
Description
-
Uses of ProductValuationAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type parameters of type ProductValuationAccountModifier and TypeFieldDescriptionstatic final ProductValuationOneToOneLink<ProductValuationAccount>ProductValuation.TO_VALUATION_ACCOUNTUse with available fluent helpers to apply the to_ValuationAccount navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductValuationAccountModifier and TypeMethodDescriptionProductValuationAccount.ProductValuationAccountBuilder.build()ProductValuation.fetchValuationAccount()Fetches the ProductValuationAccount entity (one to one) associated with this entity.protected ProductValuationAccountProductValuationAccountCreateFluentHelper.getEntity()protected ProductValuationAccountProductValuationAccountUpdateFluentHelper.getEntity()ProductValuation.getValuationAccountOrFetch()Retrieval of associated ProductValuationAccount entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductValuationAccountModifier and TypeMethodDescriptionprotected Class<ProductValuationAccount>ProductValuationAccountByKeyFluentHelper.getEntityClass()protected Class<ProductValuationAccount>ProductValuationAccountFluentHelper.getEntityClass()ProductValuationAccount.getType()io.vavr.control.Option<ProductValuationAccount>ProductValuation.getValuationAccountIfPresent()Retrieval of associated ProductValuationAccount entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationAccountModifier and TypeMethodDescriptionvoidProductValuation.setValuationAccount(ProductValuationAccount value) Overwrites the associated ProductValuationAccount entity for the loaded navigation property to_ValuationAccount.ProductValuation.ProductValuationBuilder.valuationAccount(ProductValuationAccount value) Navigation property to_ValuationAccount for ProductValuation to single ProductValuationAccount.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationAccountModifierConstructorDescriptionProductValuation(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) ProductValuationAccountCreateFluentHelper(String servicePath, ProductValuationAccount entity, String entityCollection) Creates a fluent helper object that will create aProductValuationAccountentity on the OData endpoint.ProductValuationAccountUpdateFluentHelper(String servicePath, ProductValuationAccount entity, String entityCollection) Creates a fluent helper object that will update aProductValuationAccountentity on the OData endpoint. -
Uses of ProductValuationAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch with parameters of type ProductValuationAccountModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductValuationAccount(ProductValuationAccount productValuationAccount) ProductMasterServiceBatchChangeSet.createProductValuationAccount(ProductValuationAccount productValuationAccount) Create a newProductValuationAccountentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductValuationAccount(ProductValuationAccount productValuationAccount) ProductMasterServiceBatchChangeSet.updateProductValuationAccount(ProductValuationAccount productValuationAccount) Update an existingProductValuationAccountentity and save it to the S/4HANA system. -
Uses of ProductValuationAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link that return types with arguments of type ProductValuationAccountModifier and TypeMethodDescriptionProductValuationAccountOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link with type arguments of type ProductValuationAccountModifier and TypeMethodDescriptionprotected ProductValuationAccountLink<ObjectT>ProductValuationAccountLink.translateLinkType(EntityLink<ProductValuationAccountLink<ObjectT>, ProductValuationAccount, ObjectT> link) -
Uses of ProductValuationAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductValuationAccountModifier and TypeMethodDescriptionDefaultProductMasterService.createProductValuationAccount(ProductValuationAccount productValuationAccount) Deprecated.ProductMasterService.createProductValuationAccount(ProductValuationAccount productValuationAccount) Deprecated.Create a newProductValuationAccountentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductValuationAccount(ProductValuationAccount productValuationAccount) Deprecated.ProductMasterService.updateProductValuationAccount(ProductValuationAccount productValuationAccount) Deprecated.Update an existingProductValuationAccountentity and save it to the S/4HANA system.