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<ProductPlantText> |
ProductPlant.TO_PLANT_TEXT
Use with available fluent helpers to apply the to_PlantText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantText |
ProductPlantText.ProductPlantTextBuilder.build() |
ProductPlantText |
ProductPlant.fetchPlantText()
Fetches the ProductPlantText entity (one to one) associated with this entity.
|
protected ProductPlantText |
ProductPlantTextDeleteFluentHelper.getEntity()
ProductPlantText entity object that will be deleted in the S/4HANA system. |
protected ProductPlantText |
ProductPlantTextCreateFluentHelper.getEntity()
ProductPlantText entity object that will be created in the S/4HANA system. |
protected ProductPlantText |
ProductPlantTextUpdateFluentHelper.getEntity()
ProductPlantText entity object that will be updated in the S/4HANA system. |
ProductPlantText |
ProductPlant.getPlantTextOrFetch()
Retrieval of associated ProductPlantText entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantText> |
ProductPlantTextFluentHelper.getEntityClass() |
protected Class<ProductPlantText> |
ProductPlantTextByKeyFluentHelper.getEntityClass() |
Optional<ProductPlantText> |
ProductPlant.getPlantTextIfPresent()
Retrieval of associated ProductPlantText entity (one to one).
|
Class<ProductPlantText> |
ProductPlantText.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.plantText(ProductPlantText value) |
void |
ProductPlant.setPlantText(ProductPlantText value)
Overwrites the associated ProductPlantText entity for the loaded navigation property to_PlantText.
|
Modifier and Type | Method and Description |
---|---|
protected ProductPlantTextLink<ObjectT> |
ProductPlantTextLink.translateLinkType(EntityLink<ProductPlantTextLink<ObjectT>,ProductPlantText,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) |
ProductPlantTextCreateFluentHelper(ProductPlantText entity) |
ProductPlantTextDeleteFluentHelper(ProductPlantText entity) |
ProductPlantTextUpdateFluentHelper(ProductPlantText entity) |
Copyright © 2018 SAP SE. All rights reserved.