Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static ProductPlantLink<ProductPlantForecasting> |
ProductPlant.TO_PRODUCT_PLANT_FORECAST
Use with available fluent helpers to apply the to_ProductPlantForecast navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantForecasting |
ProductPlantForecasting.ProductPlantForecastingBuilder.build() |
ProductPlantForecasting |
ProductPlant.fetchProductPlantForecast()
Fetches the ProductPlantForecasting entity (one to one) associated with this entity.
|
protected ProductPlantForecasting |
ProductPlantForecastingCreateFluentHelper.getEntity() |
protected ProductPlantForecasting |
ProductPlantForecastingUpdateFluentHelper.getEntity() |
ProductPlantForecasting |
ProductPlant.getProductPlantForecastOrFetch()
Retrieval of associated ProductPlantForecasting entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantForecasting> |
ProductPlantForecastingFluentHelper.getEntityClass() |
protected Class<ProductPlantForecasting> |
ProductPlantForecastingByKeyFluentHelper.getEntityClass() |
Optional<ProductPlantForecasting> |
ProductPlant.getProductPlantForecastIfPresent()
Retrieval of associated ProductPlantForecasting entity (one to one).
|
Class<ProductPlantForecasting> |
ProductPlantForecasting.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productPlantForecast(ProductPlantForecasting value) |
void |
ProductPlant.setProductPlantForecast(ProductPlantForecasting value)
Overwrites the associated ProductPlantForecasting entity for the loaded navigation property to_ProductPlantForecast.
|
Modifier and Type | Method and Description |
---|---|
protected ProductPlantForecastingLink<ObjectT> |
ProductPlantForecastingLink.translateLinkType(EntityLink<ProductPlantForecastingLink<ObjectT>,ProductPlantForecasting,ObjectT> link) |
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,
ErpConfigContext erpConfigContext,
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) |
ProductPlantForecastingCreateFluentHelper(String servicePath,
ProductPlantForecasting entity)
Creates a fluent helper object that will create a
ProductPlantForecasting entity on the OData endpoint. |
ProductPlantForecastingUpdateFluentHelper(String servicePath,
ProductPlantForecasting entity)
Creates a fluent helper object that will update a
ProductPlantForecasting entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductPlantForecastingCreateFluentHelper |
DefaultProductMasterService.createProductPlantForecasting(ProductPlantForecasting productPlantForecasting) |
ProductPlantForecastingCreateFluentHelper |
ProductMasterService.createProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
Create a new
ProductPlantForecasting entity and save it to the S/4HANA system. |
ProductPlantForecastingUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantForecasting(ProductPlantForecasting productPlantForecasting) |
ProductPlantForecastingUpdateFluentHelper |
ProductMasterService.updateProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
Update an existing
ProductPlantForecasting entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.