Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantStorage> |
ProductPlant.TO_PLANT_STORAGE
Use with available fluent helpers to apply the to_PlantStorage navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantStorage |
ProductPlantStorage.ProductPlantStorageBuilder.build() |
ProductPlantStorage |
ProductPlant.fetchPlantStorage()
Fetches the ProductPlantStorage entity (one to one) associated with this entity.
|
protected ProductPlantStorage |
ProductPlantStorageCreateFluentHelper.getEntity() |
protected ProductPlantStorage |
ProductPlantStorageUpdateFluentHelper.getEntity() |
ProductPlantStorage |
ProductPlant.getPlantStorageOrFetch()
Retrieval of associated ProductPlantStorage entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantStorage> |
ProductPlantStorageFluentHelper.getEntityClass() |
protected Class<ProductPlantStorage> |
ProductPlantStorageByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductPlantStorage> |
ProductPlant.getPlantStorageIfPresent()
Retrieval of associated ProductPlantStorage entity (one to one).
|
Class<ProductPlantStorage> |
ProductPlantStorage.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.plantStorage(ProductPlantStorage value)
Navigation property to_PlantStorage for ProductPlant to single ProductPlantStorage.
|
void |
ProductPlant.setPlantStorage(ProductPlantStorage value)
Overwrites the associated ProductPlantStorage entity for the loaded navigation property
to_PlantStorage.
|
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,
Boolean productIsExciseTaxRelevant,
String baseUnit,
String configurableProduct,
String goodsIssueUnit,
String materialFreightGroup,
String originalBatchReferenceMaterial,
String origlBatchManagementIsRequired,
Boolean productIsCriticalPrt,
String productLogisticsHandlingGroup,
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) |
ProductPlantStorageCreateFluentHelper(String servicePath,
ProductPlantStorage entity)
Creates a fluent helper object that will create a
ProductPlantStorage entity on the OData endpoint. |
ProductPlantStorageUpdateFluentHelper(String servicePath,
ProductPlantStorage entity)
Creates a fluent helper object that will update a
ProductPlantStorage entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantStorage(ProductPlantStorage productPlantStorage)
Create a new
ProductPlantStorage entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantStorage(ProductPlantStorage productPlantStorage)
Create a new
ProductPlantStorage entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantStorage(ProductPlantStorage productPlantStorage)
Update an existing
ProductPlantStorage entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantStorage(ProductPlantStorage productPlantStorage)
Update an existing
ProductPlantStorage entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantStorage> |
ProductPlantStorageOneToOneLink.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 ProductPlantStorageLink<ObjectT> |
ProductPlantStorageLink.translateLinkType(EntityLink<ProductPlantStorageLink<ObjectT>,ProductPlantStorage,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantStorageCreateFluentHelper |
DefaultProductMasterService.createProductPlantStorage(ProductPlantStorage productPlantStorage) |
ProductPlantStorageCreateFluentHelper |
ProductMasterService.createProductPlantStorage(ProductPlantStorage productPlantStorage)
Create a new
ProductPlantStorage entity and save it to the S/4HANA system. |
ProductPlantStorageUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantStorage(ProductPlantStorage productPlantStorage) |
ProductPlantStorageUpdateFluentHelper |
ProductMasterService.updateProductPlantStorage(ProductPlantStorage productPlantStorage)
Update an existing
ProductPlantStorage entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.