I_MaintTaskListTypeUnifiedText
Maintenance Task List Type Unified Text
I_MaintTaskListTypeUnifiedText is a Basic CDS View that provides data about "Maintenance Task List Type Unified Text" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 5 fields with key fields TaskListType, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DomainFixedValueText | I_DomainFixedValueText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_MaintTaskListTypeUnified | _TaskListTypeUnified | $projection.TaskListType = _TaskListTypeUnified.TaskListType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMNTTLTYPEUTEXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | TaskListType | view | |
| EndUserText.label | Maintenance Task List Type Unified Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | DomainValue | ||
| KEY | Language | Language | ||
| DomainText | DomainText | |||
| _TaskListTypeUnified | _TaskListTypeUnified | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IMNTTLTYPEUTEXT'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
},
representativeKey: 'TaskListType'
}
@EndUserText.label: 'Maintenance Task List Type Unified Text'
define view I_MaintTaskListTypeUnifiedText as select from I_DomainFixedValueText
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_MaintTaskListTypeUnified as _TaskListTypeUnified on $projection.TaskListType = _TaskListTypeUnified.TaskListType
{
@ObjectModel.text.element: [ 'DomainText' ]
key DomainValue as TaskListType,
@Semantics.language: true
key Language as Language,
@Semantics.text: true
DomainText,
_TaskListTypeUnified,
_Language
}
where
SAPDataDictionaryDomain = 'EAMS_TASK_LIST_TYPE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MAINTTASKLISTTYPEUNIFIED"
],
"BASE":
[],
"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