Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductValuationCosting
Packages that use ProductValuationCosting
Package
Description
-
Uses of ProductValuationCosting 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 ProductValuationCostingModifier and TypeFieldDescriptionstatic final ProductValuationOneToOneLink<ProductValuationCosting>ProductValuation.TO_VALUATION_COSTINGUse with available fluent helpers to apply the to_ValuationCosting navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductValuationCostingModifier and TypeMethodDescriptionProductValuationCosting.ProductValuationCostingBuilder.build()ProductValuation.fetchValuationCosting()Fetches the ProductValuationCosting entity (one to one) associated with this entity.protected ProductValuationCostingProductValuationCostingCreateFluentHelper.getEntity()protected ProductValuationCostingProductValuationCostingUpdateFluentHelper.getEntity()ProductValuation.getValuationCostingOrFetch()Retrieval of associated ProductValuationCosting entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductValuationCostingModifier and TypeMethodDescriptionprotected Class<ProductValuationCosting>ProductValuationCostingByKeyFluentHelper.getEntityClass()protected Class<ProductValuationCosting>ProductValuationCostingFluentHelper.getEntityClass()ProductValuationCosting.getType()io.vavr.control.Option<ProductValuationCosting>ProductValuation.getValuationCostingIfPresent()Retrieval of associated ProductValuationCosting entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationCostingModifier and TypeMethodDescriptionvoidProductValuation.setValuationCosting(ProductValuationCosting value) Overwrites the associated ProductValuationCosting entity for the loaded navigation property to_ValuationCosting.ProductValuation.ProductValuationBuilder.valuationCosting(ProductValuationCosting value) Navigation property to_ValuationCosting for ProductValuation to single ProductValuationCosting.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationCostingModifierConstructorDescriptionProductValuation(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, String entityCollection) Creates a fluent helper object that will create aProductValuationCostingentity on the OData endpoint.ProductValuationCostingUpdateFluentHelper(String servicePath, ProductValuationCosting entity, String entityCollection) Creates a fluent helper object that will update aProductValuationCostingentity on the OData endpoint. -
Uses of ProductValuationCosting 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 ProductValuationCostingModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductValuationCosting(ProductValuationCosting productValuationCosting) ProductMasterServiceBatchChangeSet.createProductValuationCosting(ProductValuationCosting productValuationCosting) Create a newProductValuationCostingentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductValuationCosting(ProductValuationCosting productValuationCosting) ProductMasterServiceBatchChangeSet.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Update an existingProductValuationCostingentity and save it to the S/4HANA system. -
Uses of ProductValuationCosting 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 ProductValuationCostingModifier and TypeMethodDescriptionProductValuationCostingOneToOneLink.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 ProductValuationCostingModifier and TypeMethodDescriptionprotected ProductValuationCostingLink<ObjectT>ProductValuationCostingLink.translateLinkType(EntityLink<ProductValuationCostingLink<ObjectT>, ProductValuationCosting, ObjectT> link) -
Uses of ProductValuationCosting in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductValuationCostingModifier and TypeMethodDescriptionDefaultProductMasterService.createProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.ProductMasterService.createProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.Create a newProductValuationCostingentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.ProductMasterService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.Update an existingProductValuationCostingentity and save it to the S/4HANA system.