Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantProcurement> |
ProductPlant.TO_PRODUCT_PLANT_PROCUREMENT
Use with available fluent helpers to apply the to_ProductPlantProcurement navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantProcurement |
ProductPlantProcurement.ProductPlantProcurementBuilder.build() |
ProductPlantProcurement |
ProductPlant.fetchProductPlantProcurement()
Fetches the ProductPlantProcurement entity (one to one) associated with this entity.
|
protected ProductPlantProcurement |
ProductPlantProcurementCreateFluentHelper.getEntity() |
protected ProductPlantProcurement |
ProductPlantProcurementUpdateFluentHelper.getEntity() |
ProductPlantProcurement |
ProductPlant.getProductPlantProcurementOrFetch()
Retrieval of associated ProductPlantProcurement entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantProcurement> |
ProductPlantProcurementFluentHelper.getEntityClass() |
protected Class<ProductPlantProcurement> |
ProductPlantProcurementByKeyFluentHelper.getEntityClass() |
Optional<ProductPlantProcurement> |
ProductPlant.getProductPlantProcurementIfPresent()
Retrieval of associated ProductPlantProcurement entity (one to one).
|
Class<ProductPlantProcurement> |
ProductPlantProcurement.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productPlantProcurement(ProductPlantProcurement value) |
void |
ProductPlant.setProductPlantProcurement(ProductPlantProcurement value)
Overwrites the associated ProductPlantProcurement entity for the loaded navigation property
to_ProductPlantProcurement.
|
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) |
ProductPlantProcurementCreateFluentHelper(String servicePath,
ProductPlantProcurement entity)
Creates a fluent helper object that will create a
ProductPlantProcurement entity on the OData endpoint. |
ProductPlantProcurementUpdateFluentHelper(String servicePath,
ProductPlantProcurement entity)
Creates a fluent helper object that will update a
ProductPlantProcurement entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Create a new
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Create a new
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Update an existing
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Update an existing
ProductPlantProcurement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantProcurement> |
ProductPlantProcurementOneToOneLink.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 ProductPlantProcurementLink<ObjectT> |
ProductPlantProcurementLink.translateLinkType(EntityLink<ProductPlantProcurementLink<ObjectT>,ProductPlantProcurement,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantProcurementCreateFluentHelper |
ProductMasterService.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Create a new
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductPlantProcurementCreateFluentHelper |
DefaultProductMasterService.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement) |
ProductPlantProcurementUpdateFluentHelper |
ProductMasterService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Update an existing
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductPlantProcurementUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) |
Copyright © 2019 SAP SE. All rights reserved.