Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductValuationCosting
Packages that use ProductValuationCosting
Package
Description
-
Uses of ProductValuationCosting in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type parameters of type ProductValuationCostingModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductValuationCosting>ProductValuationCosting.ALL_FIELDSSelector for all available fields of ProductValuationCosting.static final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.COST_ORIGIN_GROUPstatic final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.COSTING_OVERHEAD_GROUPstatic final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.CURRENCYstatic final SimpleProperty.Date<ProductValuationCosting>ProductValuationCosting.FUTURE_PLND_PRICE1_VALDTY_DATEstatic final SimpleProperty.Date<ProductValuationCosting>ProductValuationCosting.FUTURE_PLND_PRICE2_VALDTY_DATEstatic final SimpleProperty.Date<ProductValuationCosting>ProductValuationCosting.FUTURE_PLND_PRICE3_VALDTY_DATEstatic final SimpleProperty.Boolean<ProductValuationCosting>ProductValuationCosting.IS_MATERIAL_RELATED_ORIGINstatic final SimpleProperty.NumericDecimal<ProductValuationCosting>ProductValuationCosting.PLANNED_PRICE1_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationCosting>ProductValuationCosting.PLANNED_PRICE2_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationCosting>ProductValuationCosting.PLANNED_PRICE3_IN_CO_CODE_CRCYstatic final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.PRODUCTstatic final SimpleProperty.Boolean<ProductValuationCosting>ProductValuationCosting.PRODUCT_IS_COSTED_WITH_QTY_STRUCstatic final NavigationProperty.Single<ProductValuationCosting,Product> ProductValuationCosting.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductValuationCosting,ProductValuation> ProductValuationCosting.TO__PRODUCT_VALUATIONUse with available request builders to apply the _ProductValuation navigation property to query operations.static final NavigationProperty.Single<ProductValuation,ProductValuationCosting> ProductValuation.TO__PRODUCT_VALUATION_COSTINGUse with available request builders to apply the _ProductValuationCosting navigation property to query operations.static final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.VALUATION_AREAstatic final SimpleProperty.String<ProductValuationCosting>ProductValuationCosting.VALUATION_TYPEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductValuationCostingMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductValuationCostingModifier and TypeMethodDescriptionio.vavr.control.Option<ProductValuationCosting>ProductValuation.getProductValuationCostingIfPresent()Retrieval of associated ProductValuationCosting entity (one to one).ProductValuationCosting.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductValuationCostingModifier and TypeMethodDescriptionProductValuation.ProductValuationBuilder.productValuationCosting(ProductValuationCosting value) Navigation property _ProductValuationCosting for ProductValuation to single ProductValuationCosting.voidProductValuation.setProductValuationCosting(ProductValuationCosting value) Overwrites the associated ProductValuationCosting entity for the loaded navigation property _ProductValuationCosting.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductValuationCostingModifierConstructorDescriptionProductValuation(String product, String valuationArea, String valuationType, String valuationClass, String priceDeterminationControl, BigDecimal standardPrice, BigDecimal productPriceUnitQuantity, String inventoryValuationProcedure, BigDecimal movingAveragePrice, String valuationCategory, String productUsageType, String productOriginType, Boolean isProducedInhouse, Boolean isMarkedForDeletion, String valuationClassSalesOrderStock, String projectStockValuationClass, String currency, String baseUnit, String baseISOUnit, Product to_Product, ProductValuationAccounting to_ProductValuationAccounting, ProductValuationCosting to_ProductValuationCosting, List<ProductValuationLedgerAccount> to_ProductValuationLedgerAccount, List<ProductValuationLedgerPrices> to_ProductValuationLedgerPrices) -
Uses of ProductValuationCosting in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ProductValuationCostingModifier and TypeMethodDescriptionDefaultProductService.countProductValuationCosting()Deprecated.ProductService.countProductValuationCosting()Deprecated.Fetch the number of entries from theProductValuationCostingentity collection matching the filter and search expressions.DefaultProductService.getAllProductValuationCosting()Deprecated.ProductService.getAllProductValuationCosting()Deprecated.Fetch multipleProductValuationCostingentities.DefaultProductService.getProductValuationCostingByKey(String product, String valuationArea, String valuationType) Deprecated.ProductService.getProductValuationCostingByKey(String product, String valuationArea, String valuationType) Deprecated.Fetch a singleProductValuationCostingentity using key fields.DefaultProductService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.ProductService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.Update an existingProductValuationCostingentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductValuationCostingModifier and TypeMethodDescriptionDefaultProductService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.ProductService.updateProductValuationCosting(ProductValuationCosting productValuationCosting) Deprecated.Update an existingProductValuationCostingentity and save it to the S/4HANA system.