Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantSales> |
ProductPlant.TO_PLANT_SALES
Use with available fluent helpers to apply the to_PlantSales navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantSales |
ProductPlantSales.ProductPlantSalesBuilder.build() |
ProductPlantSales |
ProductPlant.fetchPlantSales()
Fetches the ProductPlantSales entity (one to one) associated with this entity.
|
protected ProductPlantSales |
ProductPlantSalesCreateFluentHelper.getEntity() |
protected ProductPlantSales |
ProductPlantSalesUpdateFluentHelper.getEntity() |
ProductPlantSales |
ProductPlant.getPlantSalesOrFetch()
Retrieval of associated ProductPlantSales entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantSales> |
ProductPlantSalesByKeyFluentHelper.getEntityClass() |
protected Class<ProductPlantSales> |
ProductPlantSalesFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductPlantSales> |
ProductPlant.getPlantSalesIfPresent()
Retrieval of associated ProductPlantSales entity (one to one).
|
Class<ProductPlantSales> |
ProductPlantSales.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.plantSales(ProductPlantSales value)
Navigation property to_PlantSales for ProductPlant to single ProductPlantSales.
|
void |
ProductPlant.setPlantSales(ProductPlantSales value)
Overwrites the associated ProductPlantSales entity for the loaded navigation property
to_PlantSales.
|
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) |
ProductPlantSalesCreateFluentHelper(String servicePath,
ProductPlantSales entity)
Creates a fluent helper object that will create a
ProductPlantSales entity on the OData endpoint. |
ProductPlantSalesUpdateFluentHelper(String servicePath,
ProductPlantSales entity)
Creates a fluent helper object that will update a
ProductPlantSales entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantSales(ProductPlantSales productPlantSales)
Create a new
ProductPlantSales entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantSales(ProductPlantSales productPlantSales)
Create a new
ProductPlantSales entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantSales(ProductPlantSales productPlantSales)
Update an existing
ProductPlantSales entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantSales(ProductPlantSales productPlantSales)
Update an existing
ProductPlantSales entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantSales> |
ProductPlantSalesOneToOneLink.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 ProductPlantSalesLink<ObjectT> |
ProductPlantSalesLink.translateLinkType(EntityLink<ProductPlantSalesLink<ObjectT>,ProductPlantSales,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantSalesCreateFluentHelper |
DefaultProductMasterService.createProductPlantSales(ProductPlantSales productPlantSales) |
ProductPlantSalesCreateFluentHelper |
ProductMasterService.createProductPlantSales(ProductPlantSales productPlantSales)
Create a new
ProductPlantSales entity and save it to the S/4HANA system. |
ProductPlantSalesUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantSales(ProductPlantSales productPlantSales) |
ProductPlantSalesUpdateFluentHelper |
ProductMasterService.updateProductPlantSales(ProductPlantSales productPlantSales)
Update an existing
ProductPlantSales entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.