Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductValuationAccounting
Packages that use ProductValuationAccounting
Package
Description
-
Uses of ProductValuationAccounting 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 ProductValuationAccountingModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductValuationAccounting>ProductValuationAccounting.ALL_FIELDSSelector for all available fields of ProductValuationAccounting.static final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.BASE_ISO_UNITstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.BASE_UNITstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.COMMERCIAL_PRICE1_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.COMMERCIAL_PRICE2_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.COMMERCIAL_PRICE3_IN_CO_CODE_CRCYstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.CURRENCYstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.DEVALUATION_YEAR_COUNTstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.FUTURE_PRICEstatic final SimpleProperty.Date<ProductValuationAccounting>ProductValuationAccounting.FUTURE_PRICE_VALIDITY_START_DATEstatic final SimpleProperty.Boolean<ProductValuationAccounting>ProductValuationAccounting.IS_LIFO_AND_FIFO_RELEVANTstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.LIFO_VALUATION_POOL_NUMBERstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.PRODUCTstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.TAX_BASED_PRICES_PRICE_UNIT_QTYstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.TAX_PRICE2_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.TAX_PRICE3_IN_CO_CODE_CRCYstatic final SimpleProperty.NumericDecimal<ProductValuationAccounting>ProductValuationAccounting.TAX_PRICEL1_IN_CO_CODE_CRCYstatic final NavigationProperty.Single<ProductValuationAccounting,Product> ProductValuationAccounting.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.ProductValuationAccounting.TO__PRODUCT_VALUATIONUse with available request builders to apply the _ProductValuation navigation property to query operations.ProductValuation.TO__PRODUCT_VALUATION_ACCOUNTINGUse with available request builders to apply the _ProductValuationAccounting navigation property to query operations.static final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.VALUATION_AREAstatic final SimpleProperty.String<ProductValuationAccounting>ProductValuationAccounting.VALUATION_TYPEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductValuationAccountingModifier and TypeMethodDescriptionProductValuationAccounting.ProductValuationAccountingBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductValuationAccountingModifier and TypeMethodDescriptionio.vavr.control.Option<ProductValuationAccounting>ProductValuation.getProductValuationAccountingIfPresent()Retrieval of associated ProductValuationAccounting entity (one to one).ProductValuationAccounting.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductValuationAccountingModifier and TypeMethodDescriptionProductValuation.ProductValuationBuilder.productValuationAccounting(ProductValuationAccounting value) Navigation property _ProductValuationAccounting for ProductValuation to single ProductValuationAccounting.voidProductValuation.setProductValuationAccounting(ProductValuationAccounting value) Overwrites the associated ProductValuationAccounting entity for the loaded navigation property _ProductValuationAccounting.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductValuationAccountingModifierConstructorDescriptionProductValuation(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 ProductValuationAccounting 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 ProductValuationAccountingModifier and TypeMethodDescriptionDefaultProductService.countProductValuationAccounting()Deprecated.ProductService.countProductValuationAccounting()Deprecated.Fetch the number of entries from theProductValuationAccountingentity collection matching the filter and search expressions.DefaultProductService.getAllProductValuationAccounting()Deprecated.ProductService.getAllProductValuationAccounting()Deprecated.Fetch multipleProductValuationAccountingentities.DefaultProductService.getProductValuationAccountingByKey(String product, String valuationArea, String valuationType) Deprecated.ProductService.getProductValuationAccountingByKey(String product, String valuationArea, String valuationType) Deprecated.Fetch a singleProductValuationAccountingentity using key fields.DefaultProductService.updateProductValuationAccounting(ProductValuationAccounting productValuationAccounting) Deprecated.ProductService.updateProductValuationAccounting(ProductValuationAccounting productValuationAccounting) Deprecated.Update an existingProductValuationAccountingentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductValuationAccountingModifier and TypeMethodDescriptionDefaultProductService.updateProductValuationAccounting(ProductValuationAccounting productValuationAccounting) Deprecated.ProductService.updateProductValuationAccounting(ProductValuationAccounting productValuationAccounting) Deprecated.Update an existingProductValuationAccountingentity and save it to the S/4HANA system.