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<ProductPlantProcurement> |
ProductPlant.TO_PRODUCT_PLANT_PROCUREMENT
Use with available fluent helpers to apply the to_ProductPlantProcurement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantProcurement |
ProductPlantProcurement.ProductPlantProcurementBuilder.build() |
ProductPlantProcurement |
ProductPlant.fetchProductPlantProcurement()
Fetches the ProductPlantProcurement entity (one to one) associated with this entity.
|
ProductPlantProcurement |
ProductPlant.getProductPlantProcurementOrFetch()
Retrieval of associated ProductPlantProcurement entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ProductPlantProcurement> |
ProductPlant.getProductPlantProcurementOrNull()
Retrieval of associated ProductPlantProcurement entity (one to one).
|
Class<ProductPlantProcurement> |
ProductPlantProcurement.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.productPlantProcurement(ProductPlantProcurement value) |
void |
ProductPlant.setProductPlantProcurement(ProductPlantProcurement value)
Overwrites the associated ProductPlantProcurement entity for the loaded navigation property to_ProductPlantProcurement.
|
Constructor and Description |
---|
ProductPlant(String product,
String plant,
String purchasingGroup,
String countryOfOrigin,
String regionOfOrigin,
String productionInvtryManagedLoc,
String profileCode,
Calendar 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,
ProductPlantProcurement toProductPlantProcurement,
ProductSupplyPlanning toProductSupplyPlanning,
ProductWorkScheduling toProductWorkScheduling,
List<ProductStorageLocation> toStorageLocation) |
ProductPlantProcurementCreateFluentHelper(ProductPlantProcurement entity) |
ProductPlantProcurementUpdateFluentHelper(ProductPlantProcurement entity) |
Modifier and Type | Method and Description |
---|---|
ProductPlantProcurementCreateFluentHelper |
DefaultProductMasterService.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement) |
ProductPlantProcurementCreateFluentHelper |
ProductMasterService.createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Create a new
ProductPlantProcurement entity and save it to the S/4HANA system. |
ProductPlantProcurementUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement) |
ProductPlantProcurementUpdateFluentHelper |
ProductMasterService.updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
Update an existing
ProductPlantProcurement entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.