Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance |
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() |
Modifier and Type | Method and Description |
---|---|
List<ProductSalesDelivery> |
Product.fetchSalesDelivery()
Fetches the ProductSalesDelivery entities (one to many) associated with this entity.
|
List<ProductSalesDelivery> |
Product.getSalesDeliveryOrFetch()
Retrieval of associated ProductSalesDelivery entities (one to many).
|
com.google.common.base.Optional<List<ProductSalesDelivery>> |
Product.getSalesDeliveryOrNull()
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) |
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 productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String productType,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
Calendar validityStartDate,
String crossPlantStatus,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
Calendar crossPlantStatusValidityDate,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
Calendar creationDate,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
String createdByUser,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
Calendar lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductSalesDelivery> toSalesDelivery) |
Copyright © 2018 SAP SE. All rights reserved.