Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance |
Modifier and Type | Field and Description |
---|---|
static ProductPlantLink<ProductStorageLocation> |
ProductPlant.TO_STORAGE_LOCATION
Use with available fluent helpers to apply the to_StorageLocation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductStorageLocation |
ProductStorageLocation.ProductStorageLocationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductStorageLocation> |
ProductPlant.fetchStorageLocation()
Fetches the ProductStorageLocation entities (one to many) associated with this entity.
|
protected Class<ProductStorageLocation> |
ProductStorageLocationFluentHelper.getEntityClass() |
protected Class<ProductStorageLocation> |
ProductStorageLocationByKeyFluentHelper.getEntityClass() |
Optional<List<ProductStorageLocation>> |
ProductPlant.getStorageLocationIfPresent()
Retrieval of associated ProductStorageLocation entities (one to many).
|
List<ProductStorageLocation> |
ProductPlant.getStorageLocationOrFetch()
Retrieval of associated ProductStorageLocation entities (one to many).
|
Class<ProductStorageLocation> |
ProductStorageLocation.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.addStorageLocation(ProductStorageLocation... entity)
Adds elements to the list of associated ProductStorageLocation entities.
|
ProductPlant.ProductPlantBuilder |
ProductPlant.ProductPlantBuilder.storageLocation(ProductStorageLocation... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductPlant.setStorageLocation(List<ProductStorageLocation> value)
Overwrites the list of associated ProductStorageLocation entities for the loaded navigation property
to_StorageLocation.
|
protected ProductStorageLocationLink<ObjectT> |
ProductStorageLocationLink.translateLinkType(EntityLink<ProductStorageLocationLink<ObjectT>,ProductStorageLocation,ObjectT> link) |
Constructor and Description |
---|
ProductPlant(String product,
String fiscalYearVariant,
String periodType,
String profitCenter,
String commodity,
BigDecimal goodsReceiptDuration,
String maintenanceStatusName,
Boolean isMarkedForDeletion,
String mRPType,
String mRPResponsible,
String aBCIndicator,
String plant,
BigDecimal minimumLotSizeQuantity,
BigDecimal maximumLotSizeQuantity,
BigDecimal fixedLotSizeQuantity,
String consumptionTaxCtrlCode,
Boolean isCoProduct,
String productIsConfigurable,
String stockDeterminationGroup,
BigDecimal stockInTransferQuantity,
BigDecimal stockInTransitQuantity,
Boolean hasPostToInspectionStock,
String purchasingGroup,
Boolean isBatchManagementRequired,
String serialNumberProfile,
Boolean isNegativeStockAllowed,
BigDecimal goodsReceiptBlockedStockQty,
String hasConsignmentCtrl,
String fiscalYearCurrentPeriod,
String fiscalMonthCurrentPeriod,
String procurementType,
Boolean isInternalBatchManaged,
String productCFOPCategory,
String countryOfOrigin,
String regionOfOrigin,
String productionInvtryManagedLoc,
String profileCode,
LocalDateTime profileValidityStartDate,
String availabilityCheckType,
ErpConfigContext erpConfigContext,
List<ProductStorageLocation> toStorageLocation) |
Copyright © 2018 SAP SE. All rights reserved.