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<ProductWorkScheduling> |
ProductPlant.TO_PRODUCT_WORK_SCHEDULING
Use with available fluent helpers to apply the to_ProductWorkScheduling navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductWorkScheduling |
ProductWorkScheduling.ProductWorkSchedulingBuilder.build() |
ProductWorkScheduling |
ProductPlant.fetchProductWorkScheduling()
Fetches the ProductWorkScheduling entity (one to one) associated with this entity.
|
protected ProductWorkScheduling |
ProductWorkSchedulingCreateFluentHelper.getEntity() |
protected ProductWorkScheduling |
ProductWorkSchedulingUpdateFluentHelper.getEntity() |
ProductWorkScheduling |
ProductPlant.getProductWorkSchedulingOrFetch()
Retrieval of associated ProductWorkScheduling entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductWorkScheduling> |
ProductWorkSchedulingByKeyFluentHelper.getEntityClass() |
protected Class<ProductWorkScheduling> |
ProductWorkSchedulingFluentHelper.getEntityClass() |
Optional<ProductWorkScheduling> |
ProductPlant.getProductWorkSchedulingIfPresent()
Retrieval of associated ProductWorkScheduling entity (one to one).
|
Class<ProductWorkScheduling> |
ProductWorkScheduling.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productWorkScheduling(ProductWorkScheduling value) |
void |
ProductPlant.setProductWorkScheduling(ProductWorkScheduling value)
Overwrites the associated ProductWorkScheduling entity for the loaded navigation property to_ProductWorkScheduling.
|
Modifier and Type | Method and Description |
---|---|
protected ProductWorkSchedulingLink<ObjectT> |
ProductWorkSchedulingLink.translateLinkType(EntityLink<ProductWorkSchedulingLink<ObjectT>,ProductWorkScheduling,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) |
ProductWorkSchedulingCreateFluentHelper(String servicePath,
ProductWorkScheduling entity)
Creates a fluent helper object that will create a
ProductWorkScheduling entity on the OData endpoint. |
ProductWorkSchedulingUpdateFluentHelper(String servicePath,
ProductWorkScheduling entity)
Creates a fluent helper object that will update a
ProductWorkScheduling entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductWorkSchedulingCreateFluentHelper |
DefaultProductMasterService.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling) |
ProductWorkSchedulingCreateFluentHelper |
ProductMasterService.createProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
Create a new
ProductWorkScheduling entity and save it to the S/4HANA system. |
ProductWorkSchedulingUpdateFluentHelper |
DefaultProductMasterService.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling) |
ProductWorkSchedulingUpdateFluentHelper |
ProductMasterService.updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
Update an existing
ProductWorkScheduling entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.