Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSales
Packages that use ProductSales
Package
Description
-
Uses of ProductSales 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 ProductSalesModifier and TypeFieldDescriptionstatic final ProductOneToOneLink<ProductSales>Product.TO_PRODUCT_SALESUse with available fluent helpers to apply the to_ProductSales navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductSalesModifier and TypeMethodDescriptionProductSales.ProductSalesBuilder.build()Product.fetchProductSales()Fetches the ProductSales entity (one to one) associated with this entity.protected ProductSalesProductSalesCreateFluentHelper.getEntity()protected ProductSalesProductSalesUpdateFluentHelper.getEntity()Product.getProductSalesOrFetch()Retrieval of associated ProductSales entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductSalesModifier and TypeMethodDescriptionprotected Class<ProductSales>ProductSalesByKeyFluentHelper.getEntityClass()protected Class<ProductSales>ProductSalesFluentHelper.getEntityClass()io.vavr.control.Option<ProductSales>Product.getProductSalesIfPresent()Retrieval of associated ProductSales entity (one to one).ProductSales.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesModifier and TypeMethodDescriptionProduct.ProductBuilder.productSales(ProductSales value) Navigation property to_ProductSales for Product to single ProductSales.voidProduct.setProductSales(ProductSales value) Overwrites the associated ProductSales entity for the loaded navigation property to_ProductSales.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesModifierConstructorDescriptionProduct(String product, String productType, String crossPlantStatus, LocalDateTime crossPlantStatusValidityDate, LocalDateTime creationDate, String createdByUser, LocalDateTime lastChangeDate, String lastChangedByUser, ZonedDateTime lastChangeDateTime, Boolean isMarkedForDeletion, String productOldID, BigDecimal grossWeight, String purchaseOrderQuantityUnit, String sourceOfSupply, String weightUnit, BigDecimal netWeight, String countryOfOrigin, String competitorID, String productGroup, String baseUnit, String itemCategoryGroup, String productHierarchy, String division, String varblPurOrdUnitIsActive, String volumeUnit, BigDecimal materialVolume, String aNPCode, String brand, String procurementRule, LocalDateTime validityStartDate, String lowLevelCode, String prodNoInGenProdInPrepackProd, String serialIdentifierAssgmtProfile, String sizeOrDimensionText, String industryStandardName, String productStandardID, String internationalArticleNumberCat, Boolean productIsConfigurable, Boolean isBatchManagementRequired, String externalProductGroup, String crossPlantConfigurableProduct, String serialNoExplicitnessLevel, String productManufacturerNumber, String manufacturerNumber, String manufacturerPartProfile, Boolean qltyMgmtInProcmtIsActive, String industrySector, String changeNumber, String materialRevisionLevel, String handlingIndicator, String warehouseProductGroup, String warehouseStorageCondition, String standardHandlingUnitType, String serialNumberProfile, String adjustmentProfile, String preferredUnitOfMeasure, Boolean isPilferable, Boolean isRelevantForHzdsSubstances, BigDecimal quarantinePeriod, String timeUnitForQuarantinePeriod, String qualityInspectionGroup, String authorizationGroup, Boolean documentIsCreatedByCAD, String handlingUnitType, Boolean hasVariableTareWeight, BigDecimal maximumPackagingLength, BigDecimal maximumPackagingWidth, BigDecimal maximumPackagingHeight, String unitForMaxPackagingDimensions, List<ProductDescription> toDescription, List<ProductPlant> toPlant, List<ProductBasicText> toProductBasicText, List<ProductInspectionText> toProductInspectionText, ProductProcurement toProductProcurement, List<ProductPurchaseText> toProductPurchaseText, ProductQualityMgmt toProductQualityMgmt, ProductSales toProductSales, List<ProductSalesTax> toProductSalesTax, ProductStorage toProductStorage, List<ProductUnitsOfMeasure> toProductUnitsOfMeasure, List<ProductSalesDelivery> toSalesDelivery, List<ProductValuation> toValuation) ProductSalesCreateFluentHelper(String servicePath, ProductSales entity, String entityCollection) Creates a fluent helper object that will create aProductSalesentity on the OData endpoint.ProductSalesUpdateFluentHelper(String servicePath, ProductSales entity, String entityCollection) Creates a fluent helper object that will update aProductSalesentity on the OData endpoint. -
Uses of ProductSales 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 ProductSalesModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductSales(ProductSales productSales) ProductMasterServiceBatchChangeSet.createProductSales(ProductSales productSales) Create a newProductSalesentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductSales(ProductSales productSales) ProductMasterServiceBatchChangeSet.updateProductSales(ProductSales productSales) Update an existingProductSalesentity and save it to the S/4HANA system. -
Uses of ProductSales 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 ProductSalesModifier and TypeMethodDescriptionProductSalesOneToOneLink.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 ProductSalesModifier and TypeMethodDescriptionprotected ProductSalesLink<ObjectT>ProductSalesLink.translateLinkType(EntityLink<ProductSalesLink<ObjectT>, ProductSales, ObjectT> link) -
Uses of ProductSales in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductSalesModifier and TypeMethodDescriptionDefaultProductMasterService.createProductSales(ProductSales productSales) Deprecated.ProductMasterService.createProductSales(ProductSales productSales) Deprecated.Create a newProductSalesentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductSales(ProductSales productSales) Deprecated.ProductMasterService.updateProductSales(ProductSales productSales) Deprecated.Update an existingProductSalesentity and save it to the S/4HANA system.