I_MDGovChangeRequestEditionTxt
MDG Edition Text
I_MDGovChangeRequestEditionTxt is a Basic CDS View that provides data about "MDG Edition Text" in SAP S/4HANA. It reads from 1 data source (usmd020t) and exposes 4 fields with key fields MDGovEdition, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| usmd020t | usmd020t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDGCREDTNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | MDGovEdition | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | MDG Edition Text | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDGovEdition | usmd_edition | Edition | |
| KEY | Language | langu | ||
| MDGovEditionName | txtmi | Edition Name | ||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IMDGCREDTNT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'MDGovEdition'
@ObjectModel.usageType: { sizeCategory: #S, dataClass: #CUSTOMIZING, serviceQuality: #C }
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'MDG Edition Text'
define view I_MDGovChangeRequestEditionTxt
as select from usmd020t
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@EndUserText.label: 'Edition'
key usmd_edition as MDGovEdition,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key langu as Language,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #LOW }
@Semantics.text: true
@EndUserText.label: 'Edition Name'
txtmi as MDGovEditionName,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"USMD020T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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