Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductValuationLedgerAccount
Packages that use ProductValuationLedgerAccount
Package
Description
-
Uses of ProductValuationLedgerAccount 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 ProductValuationLedgerAccountModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductValuationLedgerAccount>ProductValuationLedgerAccount.ALL_FIELDSSelector for all available fields of ProductValuationLedgerAccount.static final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.BASE_ISO_UNITstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.BASE_UNITstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.CURRENCYstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.CURRENCY_ROLEstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.LEDGERstatic final SimpleProperty.NumericDecimal<ProductValuationLedgerAccount>ProductValuationLedgerAccount.MOVING_AVERAGE_PRICEstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.PRODUCTstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.PRODUCT_PRICE_CONTROLstatic final SimpleProperty.NumericDecimal<ProductValuationLedgerAccount>ProductValuationLedgerAccount.PRODUCT_PRICE_UNIT_QUANTITYstatic final SimpleProperty.NumericDecimal<ProductValuationLedgerAccount>ProductValuationLedgerAccount.STANDARD_PRICEstatic final NavigationProperty.Single<ProductValuationLedgerAccount,Product> ProductValuationLedgerAccount.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.ProductValuationLedgerAccount.TO__PRODUCT_VALUATIONUse with available request builders to apply the _ProductValuation navigation property to query operations.ProductValuation.TO__PRODUCT_VALUATION_LEDGER_ACCOUNTUse with available request builders to apply the _ProductValuationLedgerAccount navigation property to query operations.static final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.VALUATION_AREAstatic final SimpleProperty.String<ProductValuationLedgerAccount>ProductValuationLedgerAccount.VALUATION_TYPEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductValuationLedgerAccountModifier and TypeMethodDescriptionProductValuationLedgerAccount.ProductValuationLedgerAccountBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductValuationLedgerAccountModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProductValuationLedgerAccount>>ProductValuation.getProductValuationLedgerAccountIfPresent()Retrieval of associated ProductValuationLedgerAccount entities (one to many).ProductValuationLedgerAccount.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductValuationLedgerAccountModifier and TypeMethodDescriptionvoidProductValuation.addProductValuationLedgerAccount(ProductValuationLedgerAccount... entity) Adds elements to the list of associated ProductValuationLedgerAccount entities.ProductValuation.ProductValuationBuilder.productValuationLedgerAccount(ProductValuationLedgerAccount... value) Navigation property _ProductValuationLedgerAccount for ProductValuation to multiple ProductValuationLedgerAccount.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type arguments of type ProductValuationLedgerAccountModifier and TypeMethodDescriptionvoidProductValuation.setProductValuationLedgerAccount(List<ProductValuationLedgerAccount> value) Overwrites the list of associated ProductValuationLedgerAccount entities for the loaded navigation property _ProductValuationLedgerAccount.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type arguments of type ProductValuationLedgerAccountModifierConstructorDescriptionProductValuation(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 ProductValuationLedgerAccount 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 ProductValuationLedgerAccountModifier and TypeMethodDescriptionDefaultProductService.countProductValuationLedgerAccount()Deprecated.ProductService.countProductValuationLedgerAccount()Deprecated.Fetch the number of entries from theProductValuationLedgerAccountentity collection matching the filter and search expressions.DefaultProductService.getAllProductValuationLedgerAccount()Deprecated.ProductService.getAllProductValuationLedgerAccount()Deprecated.Fetch multipleProductValuationLedgerAccountentities.DefaultProductService.getProductValuationLedgerAccountByKey(String product, String valuationArea, String valuationType, String currencyRole, String ledger) Deprecated.ProductService.getProductValuationLedgerAccountByKey(String product, String valuationArea, String valuationType, String currencyRole, String ledger) Deprecated.Fetch a singleProductValuationLedgerAccountentity using key fields.DefaultProductService.updateProductValuationLedgerAccount(ProductValuationLedgerAccount productValuationLedgerAccount) Deprecated.ProductService.updateProductValuationLedgerAccount(ProductValuationLedgerAccount productValuationLedgerAccount) Deprecated.Update an existingProductValuationLedgerAccountentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductValuationLedgerAccountModifier and TypeMethodDescriptionDefaultProductService.updateProductValuationLedgerAccount(ProductValuationLedgerAccount productValuationLedgerAccount) Deprecated.ProductService.updateProductValuationLedgerAccount(ProductValuationLedgerAccount productValuationLedgerAccount) Deprecated.Update an existingProductValuationLedgerAccountentity and save it to the S/4HANA system.