I_PRODNVERSINCONSTCYISSTYPE
Production Version Inconstcy Issue Type
I_PRODNVERSINCONSTCYISSTYPE is a CDS View in S/4HANA. Production Version Inconstcy Issue Type. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProductionVersionConstcyLog | view_entity | inner | BASIC | Production Version Consistency Log |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ProdnVersConstcyIssSvrtyLvl | ProdnVersConstcyIssSvrtyLvl | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Production Version Inconstcy Issue Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
@Search.searchable:true
@ObjectModel.representativeKey: 'ProdnVersConsistencyIssueType'
define view entity I_ProdnVersInconstcyIssType
as select from mkalinconisstp
association [0..*] to I_ProdnVersInconstcyIssTypeTxt as _InconstcyIssTypeTxt on $projection.ProdnVersConsistencyIssueType = _InconstcyIssTypeTxt.ProdnVersConsistencyIssueType
{
@ObjectModel.text.association: '_InconstcyIssTypeTxt'
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key issuetype as ProdnVersConsistencyIssueType,
issueseverity as ProdnVersConstcyIssSvrtyLvl,
/*associations*/
_InconstcyIssTypeTxt
}