Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductMLAccount
Packages that use ProductMLAccount
Package
Description
-
Uses of ProductMLAccount 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 ProductMLAccountModifier and TypeFieldDescriptionstatic final ProductValuationLink<ProductMLAccount>ProductValuation.TO_ML_ACCOUNTUse with available fluent helpers to apply the to_MLAccount navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductMLAccountModifier and TypeMethodDescriptionProductMLAccount.ProductMLAccountBuilder.build()protected ProductMLAccountProductMLAccountCreateFluentHelper.getEntity()protected ProductMLAccountProductMLAccountUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductMLAccountModifier and TypeMethodDescriptionProductValuation.fetchMLAccount()Fetches the ProductMLAccount entities (one to many) associated with this entity.protected Class<ProductMLAccount>ProductMLAccountByKeyFluentHelper.getEntityClass()protected Class<ProductMLAccount>ProductMLAccountFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductMLAccount>>ProductValuation.getMLAccountIfPresent()Retrieval of associated ProductMLAccount entities (one to many).ProductValuation.getMLAccountOrFetch()Retrieval of associated ProductMLAccount entities (one to many).ProductMLAccount.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductMLAccountModifier and TypeMethodDescriptionvoidProductValuation.addMLAccount(ProductMLAccount... entity) Adds elements to the list of associated ProductMLAccount entities.ProductValuation.ProductValuationBuilder.mlAccount(ProductMLAccount... value) Navigation property to_MLAccount for ProductValuation to multiple ProductMLAccount.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductMLAccountModifier and TypeMethodDescriptionvoidProductValuation.setMLAccount(List<ProductMLAccount> value) Overwrites the list of associated ProductMLAccount entities for the loaded navigation property to_MLAccount.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductMLAccountModifierConstructorDescriptionProductMLAccountCreateFluentHelper(String servicePath, ProductMLAccount entity, String entityCollection) Creates a fluent helper object that will create aProductMLAccountentity on the OData endpoint.ProductMLAccountUpdateFluentHelper(String servicePath, ProductMLAccount entity, String entityCollection) Creates a fluent helper object that will update aProductMLAccountentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductMLAccountModifierConstructorDescriptionProductValuation(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) -
Uses of ProductMLAccount 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 ProductMLAccountModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductMLAccount(ProductMLAccount productMLAccount) ProductMasterServiceBatchChangeSet.createProductMLAccount(ProductMLAccount productMLAccount) Create a newProductMLAccountentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductMLAccount(ProductMLAccount productMLAccount) ProductMasterServiceBatchChangeSet.updateProductMLAccount(ProductMLAccount productMLAccount) Update an existingProductMLAccountentity and save it to the S/4HANA system. -
Uses of ProductMLAccount 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 ProductMLAccountModifier and TypeMethodDescriptionProductMLAccountOneToOneLink.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 ProductMLAccountModifier and TypeMethodDescriptionprotected ProductMLAccountLink<ObjectT>ProductMLAccountLink.translateLinkType(EntityLink<ProductMLAccountLink<ObjectT>, ProductMLAccount, ObjectT> link) -
Uses of ProductMLAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductMLAccountModifier and TypeMethodDescriptionDefaultProductMasterService.createProductMLAccount(ProductMLAccount productMLAccount) Deprecated.ProductMasterService.createProductMLAccount(ProductMLAccount productMLAccount) Deprecated.Create a newProductMLAccountentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductMLAccount(ProductMLAccount productMLAccount) Deprecated.ProductMasterService.updateProductMLAccount(ProductMLAccount productMLAccount) Deprecated.Update an existingProductMLAccountentity and save it to the S/4HANA system.