Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductSalesDelivery> |
Product.TO_SALES_DELIVERY
Use with available fluent helpers to apply the to_SalesDelivery navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductSalesDelivery |
ProductSalesDelivery.ProductSalesDeliveryBuilder.build() |
protected ProductSalesDelivery |
ProductSalesDeliveryCreateFluentHelper.getEntity() |
protected ProductSalesDelivery |
ProductSalesDeliveryUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductSalesDelivery> |
Product.fetchSalesDelivery()
Fetches the ProductSalesDelivery entities (one to many) associated with this entity.
|
protected Class<ProductSalesDelivery> |
ProductSalesDeliveryFluentHelper.getEntityClass() |
protected Class<ProductSalesDelivery> |
ProductSalesDeliveryByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductSalesDelivery>> |
Product.getSalesDeliveryIfPresent()
Retrieval of associated ProductSalesDelivery entities (one to many).
|
List<ProductSalesDelivery> |
Product.getSalesDeliveryOrFetch()
Retrieval of associated ProductSalesDelivery entities (one to many).
|
Class<ProductSalesDelivery> |
ProductSalesDelivery.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addSalesDelivery(ProductSalesDelivery... entity)
Adds elements to the list of associated ProductSalesDelivery entities.
|
Product.ProductBuilder |
Product.ProductBuilder.salesDelivery(ProductSalesDelivery... value)
Navigation property to_SalesDelivery for Product to multiple ProductSalesDelivery.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setSalesDelivery(List<ProductSalesDelivery> value)
Overwrites the list of associated ProductSalesDelivery entities for the loaded navigation property
to_SalesDelivery.
|
Constructor and Description |
---|
Product(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,
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) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Create a new
ProductSalesDelivery entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Create a new
ProductSalesDelivery entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Update an existing
ProductSalesDelivery entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Update an existing
ProductSalesDelivery entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductSalesDelivery> |
ProductSalesDeliveryOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected ProductSalesDeliveryLink<ObjectT> |
ProductSalesDeliveryLink.translateLinkType(EntityLink<ProductSalesDeliveryLink<ObjectT>,ProductSalesDelivery,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductSalesDeliveryCreateFluentHelper |
DefaultProductMasterService.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) |
ProductSalesDeliveryCreateFluentHelper |
ProductMasterService.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Create a new
ProductSalesDelivery entity and save it to the S/4HANA system. |
ProductSalesDeliveryUpdateFluentHelper |
DefaultProductMasterService.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) |
ProductSalesDeliveryUpdateFluentHelper |
ProductMasterService.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
Update an existing
ProductSalesDelivery entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.