Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance |
Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductPlant> |
Product.TO_PLANT
Use with available fluent helpers to apply the to_Plant navigation property to query operations.
|
static SpecAssignedMatlForKeyDateLink<ProductPlant> |
SpecAssignedMatlForKeyDate.TO_PRODUCT_PLANT
Use with available fluent helpers to apply the to_ProductPlant navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlant |
ProductPlant.ProductPlantBuilder.build() |
ProductPlant |
SpecAssignedMatlForKeyDate.fetchProductPlant()
Fetches the ProductPlant entity (one to one) associated with this entity.
|
ProductPlant |
SpecAssignedMatlForKeyDate.getProductPlantOrFetch()
Retrieval of associated ProductPlant entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<ProductPlant> |
Product.fetchPlant()
Fetches the ProductPlant entities (one to many) associated with this entity.
|
protected Class<ProductPlant> |
ProductPlantFluentHelper.getEntityClass() |
protected Class<ProductPlant> |
ProductPlantByKeyFluentHelper.getEntityClass() |
Optional<List<ProductPlant>> |
Product.getPlantIfPresent()
Retrieval of associated ProductPlant entities (one to many).
|
List<ProductPlant> |
Product.getPlantOrFetch()
Retrieval of associated ProductPlant entities (one to many).
|
Optional<ProductPlant> |
SpecAssignedMatlForKeyDate.getProductPlantIfPresent()
Retrieval of associated ProductPlant entity (one to one).
|
Class<ProductPlant> |
ProductPlant.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addPlant(ProductPlant... entity)
Adds elements to the list of associated ProductPlant entities.
|
Product.ProductBuilder |
Product.ProductBuilder.plant(ProductPlant... value) |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.productPlant(ProductPlant value) |
void |
SpecAssignedMatlForKeyDate.setProductPlant(ProductPlant value)
Overwrites the associated ProductPlant entity for the loaded navigation property to_ProductPlant.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setPlant(List<ProductPlant> value)
Overwrites the list of associated ProductPlant entities for the loaded navigation property to_Plant.
|
protected ProductPlantLink<ObjectT> |
ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>,ProductPlant,ObjectT> link) |
Constructor and Description |
---|
SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID,
Boolean specMaterialAssgmtIsDeleted,
String specMatlAssgmtLastChangedByUsr,
LocalDateTime specMatlAssgmtValdtyEndDate,
LocalDateTime specMatlAssgmtValdtyStartDate,
String specificationInternalID,
String specificationAuthznGroup,
String specificationType,
String specMaterialAssgmtChangeState,
String material,
String plant,
String plantName,
LocalDateTime specMaterialAssgmtChangeDate,
String specMaterialAssgmtChangeNumber,
String specMaterialAssgmtCreatedByUsr,
LocalDateTime specMaterialAssgmtCreationDate,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
Product toProduct,
ProductPlant toProductPlant) |
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,
LocalDateTime validityStartDate,
String crossPlantStatus,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
LocalDateTime crossPlantStatusValidityDate,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
LocalDateTime 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,
LocalDateTime lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductSalesDelivery> toSalesDelivery) |
Copyright © 2018 SAP SE. All rights reserved.