Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance |
Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductDescription> |
Product.TO_DESCRIPTION
Use with available fluent helpers to apply the to_Description navigation property to query operations.
|
static SpecAssignedMatlForKeyDateLink<ProductDescription> |
SpecAssignedMatlForKeyDate.TO_DESCRIPTION
Use with available fluent helpers to apply the to_Description navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductDescription |
ProductDescription.ProductDescriptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductDescription> |
Product.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
List<ProductDescription> |
SpecAssignedMatlForKeyDate.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
List<ProductDescription> |
Product.getDescriptionOrFetch()
Retrieval of associated ProductDescription entities (one to many).
|
List<ProductDescription> |
SpecAssignedMatlForKeyDate.getDescriptionOrFetch()
Retrieval of associated ProductDescription entities (one to many).
|
com.google.common.base.Optional<List<ProductDescription>> |
Product.getDescriptionOrNull()
Retrieval of associated ProductDescription entities (one to many).
|
com.google.common.base.Optional<List<ProductDescription>> |
SpecAssignedMatlForKeyDate.getDescriptionOrNull()
Retrieval of associated ProductDescription entities (one to many).
|
Class<ProductDescription> |
ProductDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addDescription(ProductDescription... entity)
Adds elements to the list of associated ProductDescription entities.
|
void |
SpecAssignedMatlForKeyDate.addDescription(ProductDescription... entity)
Adds elements to the list of associated ProductDescription entities.
|
Product.ProductBuilder |
Product.ProductBuilder.description(ProductDescription... value) |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.description(ProductDescription... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setDescription(List<ProductDescription> value)
Overwrites the list of associated ProductDescription entities for the loaded navigation property to_Description.
|
void |
SpecAssignedMatlForKeyDate.setDescription(List<ProductDescription> value)
Overwrites the list of associated ProductDescription entities for the loaded navigation property to_Description.
|
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) |
SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID,
Boolean specMaterialAssgmtIsDeleted,
String specMatlAssgmtLastChangedByUsr,
Calendar specMatlAssgmtValdtyEndDate,
Calendar specMatlAssgmtValdtyStartDate,
String specificationInternalID,
String specificationAuthznGroup,
String specificationType,
String specMaterialAssgmtChangeState,
String material,
String plant,
String plantName,
Calendar specMaterialAssgmtChangeDate,
String specMaterialAssgmtChangeNumber,
String specMaterialAssgmtCreatedByUsr,
Calendar specMaterialAssgmtCreationDate,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
Product toProduct,
ProductPlant toProductPlant) |
Copyright © 2018 SAP SE. All rights reserved.