I_AVAILABLECAPACITYTYPE
Available Capacity Type Code
I_AVAILABLECAPACITYTYPE is a CDS View in S/4HANA. Available Capacity Type Code. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_WorkCenterCapacityInterval_2 | view | cross | COMPOSITE | Work Center Capacity Intervals 2 |
@AbapCatalog.sqlViewName: 'IPPAVAILCAPTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'AvailableCapacityType'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Available Capacity Type Code'
define view I_AvailableCapacityType
as select from tc36 as typ
association [0..*] to I_AvailableCapacityTypeText as _Text on $projection.AvailableCapacityType = _Text.AvailableCapacityType
{
@ObjectModel.text.association: '_Text'
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key cast(typ.versn as availablecapacitytype preserving type) as AvailableCapacityType,
// Associations
_Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TC36"
],
"ASSOCIATED":
[
"I_AVAILABLECAPACITYTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/