Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantText> |
ProductPlant.TO_PLANT_TEXT
Use with available fluent helpers to apply the to_PlantText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantText |
ProductPlantText.ProductPlantTextBuilder.build() |
ProductPlantText |
ProductPlant.fetchPlantText()
Fetches the ProductPlantText entity (one to one) associated with this entity.
|
protected ProductPlantText |
ProductPlantTextCreateFluentHelper.getEntity() |
protected ProductPlantText |
ProductPlantTextDeleteFluentHelper.getEntity() |
protected ProductPlantText |
ProductPlantTextUpdateFluentHelper.getEntity() |
ProductPlantText |
ProductPlant.getPlantTextOrFetch()
Retrieval of associated ProductPlantText entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantText> |
ProductPlantTextFluentHelper.getEntityClass() |
protected Class<ProductPlantText> |
ProductPlantTextByKeyFluentHelper.getEntityClass() |
Optional<ProductPlantText> |
ProductPlant.getPlantTextIfPresent()
Retrieval of associated ProductPlantText entity (one to one).
|
Class<ProductPlantText> |
ProductPlantText.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.plantText(ProductPlantText value) |
void |
ProductPlant.setPlantText(ProductPlantText value)
Overwrites the associated ProductPlantText entity for the loaded navigation property to_PlantText.
|
Constructor and Description |
---|
ProductPlant(String product,
String plant,
String purchasingGroup,
String countryOfOrigin,
String regionOfOrigin,
String productionInvtryManagedLoc,
String profileCode,
LocalDateTime profileValidityStartDate,
String availabilityCheckType,
String fiscalYearVariant,
String periodType,
String profitCenter,
String commodity,
BigDecimal goodsReceiptDuration,
String maintenanceStatusName,
Boolean isMarkedForDeletion,
String mRPType,
String mRPResponsible,
String aBCIndicator,
BigDecimal minimumLotSizeQuantity,
BigDecimal maximumLotSizeQuantity,
BigDecimal fixedLotSizeQuantity,
String consumptionTaxCtrlCode,
Boolean isCoProduct,
String productIsConfigurable,
String stockDeterminationGroup,
BigDecimal stockInTransferQuantity,
BigDecimal stockInTransitQuantity,
Boolean hasPostToInspectionStock,
Boolean isBatchManagementRequired,
String serialNumberProfile,
Boolean isNegativeStockAllowed,
BigDecimal goodsReceiptBlockedStockQty,
String hasConsignmentCtrl,
String fiscalYearCurrentPeriod,
String fiscalMonthCurrentPeriod,
String procurementType,
Boolean isInternalBatchManaged,
String productCFOPCategory,
List<ProductPlantMRPArea> toPlantMRPArea,
ProductPlantQualityMgmt toPlantQualityMgmt,
ProductPlantSales toPlantSales,
ProductPlantStorage toPlantStorage,
ProductPlantText toPlantText,
ProductPlantIntlTrd toProdPlantInternationalTrade,
ProductPlantCosting toProductPlantCosting,
ProductPlantForecasting toProductPlantForecast,
ProductPlantProcurement toProductPlantProcurement,
ProductSupplyPlanning toProductSupplyPlanning,
ProductWorkScheduling toProductWorkScheduling,
List<ProductStorageLocation> toStorageLocation) |
ProductPlantTextCreateFluentHelper(String servicePath,
ProductPlantText entity)
Creates a fluent helper object that will create a
ProductPlantText
entity on the OData endpoint. |
ProductPlantTextDeleteFluentHelper(String servicePath,
ProductPlantText entity)
Creates a fluent helper object that will delete a
ProductPlantText
entity on the OData endpoint. |
ProductPlantTextUpdateFluentHelper(String servicePath,
ProductPlantText entity)
Creates a fluent helper object that will update a
ProductPlantText
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantText(ProductPlantText productPlantText)
Create a new
ProductPlantText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantText(ProductPlantText productPlantText)
Create a new
ProductPlantText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.deleteProductPlantText(ProductPlantText productPlantText)
Deletes an existing
ProductPlantText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.deleteProductPlantText(ProductPlantText productPlantText)
Deletes an existing
ProductPlantText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantText(ProductPlantText productPlantText)
Update an existing
ProductPlantText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantText(ProductPlantText productPlantText)
Update an existing
ProductPlantText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantText> |
ProductPlantTextOneToOneLink.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 ProductPlantTextLink<ObjectT> |
ProductPlantTextLink.translateLinkType(EntityLink<ProductPlantTextLink<ObjectT>,ProductPlantText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.