Modifier and Type | Field and Description |
---|---|
static ProductPlantOneToOneLink<ProductPlantIntlTrd> |
ProductPlant.TO_PROD_PLANT_INTERNATIONAL_TRADE
Use with available fluent helpers to apply the to_ProdPlantInternationalTrade navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlantIntlTrd |
ProductPlantIntlTrd.ProductPlantIntlTrdBuilder.build() |
ProductPlantIntlTrd |
ProductPlant.fetchProdPlantInternationalTrade()
Fetches the ProductPlantIntlTrd entity (one to one) associated with this entity.
|
protected ProductPlantIntlTrd |
ProductPlantIntlTrdCreateFluentHelper.getEntity() |
protected ProductPlantIntlTrd |
ProductPlantIntlTrdUpdateFluentHelper.getEntity() |
ProductPlantIntlTrd |
ProductPlant.getProdPlantInternationalTradeOrFetch()
Retrieval of associated ProductPlantIntlTrd entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductPlantIntlTrd> |
ProductPlantIntlTrdFluentHelper.getEntityClass() |
protected Class<ProductPlantIntlTrd> |
ProductPlantIntlTrdByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductPlantIntlTrd> |
ProductPlant.getProdPlantInternationalTradeIfPresent()
Retrieval of associated ProductPlantIntlTrd entity (one to one).
|
Class<ProductPlantIntlTrd> |
ProductPlantIntlTrd.getType() |
Modifier and Type | Method and Description |
---|---|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.prodPlantInternationalTrade(ProductPlantIntlTrd value)
Navigation property to_ProdPlantInternationalTrade for ProductPlant to single
ProductPlantIntlTrd.
|
void |
ProductPlant.setProdPlantInternationalTrade(ProductPlantIntlTrd value)
Overwrites the associated ProductPlantIntlTrd entity for the loaded navigation property
to_ProdPlantInternationalTrade.
|
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,
Boolean productIsExciseTaxRelevant,
String baseUnit,
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) |
ProductPlantIntlTrdCreateFluentHelper(String servicePath,
ProductPlantIntlTrd entity)
Creates a fluent helper object that will create a
ProductPlantIntlTrd
entity on the OData endpoint. |
ProductPlantIntlTrdUpdateFluentHelper(String servicePath,
ProductPlantIntlTrd entity)
Creates a fluent helper object that will update a
ProductPlantIntlTrd
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Create a new
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Create a new
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Update an existing
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Update an existing
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPlantIntlTrd> |
ProductPlantIntlTrdOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ProductPlantIntlTrdLink<ObjectT> |
ProductPlantIntlTrdLink.translateLinkType(EntityLink<ProductPlantIntlTrdLink<ObjectT>,ProductPlantIntlTrd,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductPlantIntlTrdCreateFluentHelper |
DefaultProductMasterService.createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd) |
ProductPlantIntlTrdCreateFluentHelper |
ProductMasterService.createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Create a new
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
ProductPlantIntlTrdUpdateFluentHelper |
DefaultProductMasterService.updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd) |
ProductPlantIntlTrdUpdateFluentHelper |
ProductMasterService.updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
Update an existing
ProductPlantIntlTrd entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.