Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductSales> |
Product.TO_PRODUCT_SALES
Use with available fluent helpers to apply the to_ProductSales navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductSales |
ProductSales.ProductSalesBuilder.build() |
ProductSales |
Product.fetchProductSales()
Fetches the ProductSales entity (one to one) associated with this entity.
|
protected ProductSales |
ProductSalesUpdateFluentHelper.getEntity() |
protected ProductSales |
ProductSalesCreateFluentHelper.getEntity() |
ProductSales |
Product.getProductSalesOrFetch()
Retrieval of associated ProductSales entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductSales> |
ProductSalesByKeyFluentHelper.getEntityClass() |
protected Class<ProductSales> |
ProductSalesFluentHelper.getEntityClass() |
Optional<ProductSales> |
Product.getProductSalesIfPresent()
Retrieval of associated ProductSales entity (one to one).
|
Class<ProductSales> |
ProductSales.getType() |
Modifier and Type | Method and Description |
---|---|
Product.ProductBuilder |
Product.ProductBuilder.productSales(ProductSales value) |
void |
Product.setProductSales(ProductSales value)
Overwrites the associated ProductSales entity for the loaded navigation property to_ProductSales.
|
Modifier and Type | Method and Description |
---|---|
protected ProductSalesLink<ObjectT> |
ProductSalesLink.translateLinkType(EntityLink<ProductSalesLink<ObjectT>,ProductSales,ObjectT> link) |
Constructor and Description |
---|
Product(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
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 manufacturerPartProfile,
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,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
ErpConfigContext erpConfigContext,
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) |
ProductSalesCreateFluentHelper(String servicePath,
ProductSales entity)
Creates a fluent helper object that will create a
ProductSales entity on the
OData endpoint. |
ProductSalesUpdateFluentHelper(String servicePath,
ProductSales entity)
Creates a fluent helper object that will update a
ProductSales entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductSalesCreateFluentHelper |
DefaultProductMasterService.createProductSales(ProductSales productSales) |
ProductSalesCreateFluentHelper |
ProductMasterService.createProductSales(ProductSales productSales)
Create a new
ProductSales
entity and save it to the S/4HANA system. |
ProductSalesUpdateFluentHelper |
DefaultProductMasterService.updateProductSales(ProductSales productSales) |
ProductSalesUpdateFluentHelper |
ProductMasterService.updateProductSales(ProductSales productSales)
Update an existing
ProductSales entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.