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<ProductPlantMRPArea> |
ProductPlant.TO_PLANT_MRP_AREA
Use with available fluent helpers to apply the to_PlantMRPArea navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantMRPArea |
ProductPlantMRPArea.ProductPlantMRPAreaBuilder.build() |
protected ProductPlantMRPArea |
ProductPlantMRPAreaUpdateFluentHelper.getEntity() |
protected ProductPlantMRPArea |
ProductPlantMRPAreaCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductPlantMRPArea> |
ProductPlant.fetchPlantMRPArea()
Fetches the ProductPlantMRPArea entities (one to many) associated with this entity.
|
protected Class<ProductPlantMRPArea> |
ProductPlantMRPAreaByKeyFluentHelper.getEntityClass() |
protected Class<ProductPlantMRPArea> |
ProductPlantMRPAreaFluentHelper.getEntityClass() |
Optional<List<ProductPlantMRPArea>> |
ProductPlant.getPlantMRPAreaIfPresent()
Retrieval of associated ProductPlantMRPArea entities (one to many).
|
List<ProductPlantMRPArea> |
ProductPlant.getPlantMRPAreaOrFetch()
Retrieval of associated ProductPlantMRPArea entities (one to many).
|
Class<ProductPlantMRPArea> |
ProductPlantMRPArea.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.addPlantMRPArea(ProductPlantMRPArea... entity)
Adds elements to the list of associated ProductPlantMRPArea entities.
|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.plantMRPArea(ProductPlantMRPArea... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.setPlantMRPArea(List<ProductPlantMRPArea> value)
Overwrites the list of associated ProductPlantMRPArea entities for the loaded navigation property
to_PlantMRPArea.
|
protected ProductPlantMRPAreaLink<ObjectT> |
ProductPlantMRPAreaLink.translateLinkType(EntityLink<ProductPlantMRPAreaLink<ObjectT>,ProductPlantMRPArea,ObjectT> link) |
Constructor and Description |
---|
ProductPlantMRPAreaCreateFluentHelper(String servicePath,
ProductPlantMRPArea entity)
Creates a fluent helper object that will create a
ProductPlantMRPArea
entity on the OData endpoint. |
ProductPlantMRPAreaUpdateFluentHelper(String servicePath,
ProductPlantMRPArea entity)
Creates a fluent helper object that will update a
ProductPlantMRPArea
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,
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) |
Modifier and Type | Method and Description |
---|---|
ProductPlantMRPAreaCreateFluentHelper |
DefaultProductMasterService.createProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea) |
ProductPlantMRPAreaCreateFluentHelper |
ProductMasterService.createProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
Create a new
ProductPlantMRPArea entity and save it to the S/4HANA system. |
ProductPlantMRPAreaUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea) |
ProductPlantMRPAreaUpdateFluentHelper |
ProductMasterService.updateProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
Update an existing
ProductPlantMRPArea entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.