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 SpecAssignedMatlForKeyDateOneToOneLink<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.
|
protected ProductPlant |
ProductPlantUpdateFluentHelper.getEntity() |
protected ProductPlant |
ProductPlantCreateFluentHelper.getEntity() |
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> |
ProductPlantByKeyFluentHelper.getEntityClass() |
protected Class<ProductPlant> |
ProductPlantFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductPlant>> |
Product.getPlantIfPresent()
Retrieval of associated ProductPlant entities (one to many).
|
List<ProductPlant> |
Product.getPlantOrFetch()
Retrieval of associated ProductPlant entities (one to many).
|
io.vavr.control.Option<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)
Navigation property to_Plant for Product to multiple ProductPlant.
|
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.productPlant(ProductPlant value)
Navigation property to_ProductPlant for SpecAssignedMatlForKeyDate to single
ProductPlant.
|
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.
|
Constructor and Description |
---|
ProductPlantCreateFluentHelper(String servicePath,
ProductPlant entity)
Creates a fluent helper object that will create a
ProductPlant entity on the
OData endpoint. |
ProductPlantUpdateFluentHelper(String servicePath,
ProductPlant entity)
Creates a fluent helper object that will update a
ProductPlant entity on the
OData endpoint. |
SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID,
String specMaterialAssgmtChangeState,
String material,
String plant,
String plantName,
LocalDateTime specMaterialAssgmtChangeDate,
String specMaterialAssgmtChangeNumber,
String specMaterialAssgmtCreatedByUsr,
LocalDateTime specMaterialAssgmtCreationDate,
Boolean specMaterialAssgmtIsDeleted,
String specMatlAssgmtLastChangedByUsr,
LocalDateTime specMatlAssgmtValdtyEndDate,
LocalDateTime specMatlAssgmtValdtyStartDate,
String specificationInternalID,
String specificationAuthznGroup,
String specificationType,
List<ProductDescription> toDescription,
Product toProduct,
ProductPlant toProductPlant) |
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 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<ProductSalesDelivery> toSalesDelivery) |
Modifier and Type | Method and Description |
---|---|
RealSubstanceServiceBatchChangeSet |
RealSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant)
Create a new
ProductPlant
entity and save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
DefaultRealSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant)
Create a new
ProductPlant
entity and save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
RealSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant)
Update an existing
ProductPlant entity and save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
DefaultRealSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant)
Update an existing
ProductPlant entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlant> |
ProductPlantOneToOneLink.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 ProductPlantLink<ObjectT> |
ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>,ProductPlant,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantCreateFluentHelper |
DefaultRealSubstanceService.createProductPlant(ProductPlant productPlant) |
ProductPlantCreateFluentHelper |
RealSubstanceService.createProductPlant(ProductPlant productPlant)
Create a new
ProductPlant
entity and save it to the S/4HANA system. |
ProductPlantUpdateFluentHelper |
DefaultRealSubstanceService.updateProductPlant(ProductPlant productPlant) |
ProductPlantUpdateFluentHelper |
RealSubstanceService.updateProductPlant(ProductPlant productPlant)
Update an existing
ProductPlant entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.