Modifier and Type | Field and Description |
---|---|
static ProductPlantLink<ProductStorageLocation> |
ProductPlant.TO_STORAGE_LOCATION
Use with available fluent helpers to apply the to_StorageLocation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductStorageLocation |
ProductStorageLocation.ProductStorageLocationBuilder.build() |
protected ProductStorageLocation |
ProductStorageLocationUpdateFluentHelper.getEntity() |
protected ProductStorageLocation |
ProductStorageLocationCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductStorageLocation> |
ProductPlant.fetchStorageLocation()
Fetches the ProductStorageLocation entities (one to many) associated with this entity.
|
protected Class<ProductStorageLocation> |
ProductStorageLocationByKeyFluentHelper.getEntityClass() |
protected Class<ProductStorageLocation> |
ProductStorageLocationFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductStorageLocation>> |
ProductPlant.getStorageLocationIfPresent()
Retrieval of associated ProductStorageLocation entities (one to many).
|
List<ProductStorageLocation> |
ProductPlant.getStorageLocationOrFetch()
Retrieval of associated ProductStorageLocation entities (one to many).
|
Class<ProductStorageLocation> |
ProductStorageLocation.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.addStorageLocation(ProductStorageLocation... entity)
Adds elements to the list of associated ProductStorageLocation entities.
|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.storageLocation(ProductStorageLocation... value)
Navigation property to_StorageLocation for ProductPlant to multiple
ProductStorageLocation.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.setStorageLocation(List<ProductStorageLocation> value)
Overwrites the list of associated ProductStorageLocation entities for the loaded navigation property
to_StorageLocation.
|
Constructor and Description |
---|
ProductStorageLocationCreateFluentHelper(String servicePath,
ProductStorageLocation entity)
Creates a fluent helper object that will create a
ProductStorageLocation entity on the OData endpoint. |
ProductStorageLocationUpdateFluentHelper(String servicePath,
ProductStorageLocation entity)
Creates a fluent helper object that will update a
ProductStorageLocation entity on the OData endpoint. |
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) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation)
Create a new
ProductStorageLocation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation)
Create a new
ProductStorageLocation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation)
Update an existing
ProductStorageLocation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation)
Update an existing
ProductStorageLocation entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductStorageLocation> |
ProductStorageLocationOneToOneLink.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 ProductStorageLocationLink<ObjectT> |
ProductStorageLocationLink.translateLinkType(EntityLink<ProductStorageLocationLink<ObjectT>,ProductStorageLocation,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductStorageLocationCreateFluentHelper |
DefaultProductMasterService.createProductStorageLocation(ProductStorageLocation productStorageLocation) |
ProductStorageLocationCreateFluentHelper |
ProductMasterService.createProductStorageLocation(ProductStorageLocation productStorageLocation)
Create a new
ProductStorageLocation entity and save it to the S/4HANA system. |
ProductStorageLocationUpdateFluentHelper |
DefaultProductMasterService.updateProductStorageLocation(ProductStorageLocation productStorageLocation) |
ProductStorageLocationUpdateFluentHelper |
ProductMasterService.updateProductStorageLocation(ProductStorageLocation productStorageLocation)
Update an existing
ProductStorageLocation entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.