I_ProdnVersInconstcyIssTypeTxt
Prodn Vers Inconstcy Issue Type - Text
I_ProdnVersInconstcyIssTypeTxt is a Basic CDS View that provides data about "Prodn Vers Inconstcy Issue Type - Text" in SAP S/4HANA. It reads from 1 data source (mkalinconistpt) and exposes 5 fields with key fields Language, ProdnVersConsistencyIssueType. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mkalinconistpt | mkalinconistpt | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProdnVersInconstcyIssType | _InconstcyIssType | $projection.ProdnVersConsistencyIssueType = _InconstcyIssType.ProdnVersConsistencyIssueType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Prodn Vers Inconstcy Issue Type - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | ProdnVersConsistencyIssueType | issuetype | ||
| ProdnVersConstcyIssueTypeText | issuetypedesc | |||
| _InconstcyIssType | _InconstcyIssType | |||
| _Language | _Language |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Prodn Vers Inconstcy Issue Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #SEARCHABLE_ENTITY]
@Search.searchable: true
@VDM.viewType: #BASIC
define view entity I_ProdnVersInconstcyIssTypeTxt
as select from mkalinconistpt
association [1..1] to I_ProdnVersInconstcyIssType as _InconstcyIssType on $projection.ProdnVersConsistencyIssueType = _InconstcyIssType.ProdnVersConsistencyIssueType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@ObjectModel.foreignKey.association: '_InconstcyIssType'
@ObjectModel.text.element: ['ProdnVersConstcyIssueTypeText']
key issuetype as ProdnVersConsistencyIssueType,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
issuetypedesc as ProdnVersConstcyIssueTypeText,
/*Association*/
_InconstcyIssType,
_Language
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA