I_TaskListLongText
Task List Long Text
I_TaskListLongText is a Basic CDS View that provides data about "Task List Long Text" in SAP S/4HANA. It reads from 1 data source (plko_text) and exposes 6 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListVersionCounter. It has 1 association to related views. Part of development package CP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plko_text | plko_text | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_TextObjectPlainLongText | _TextObjectPlainLongText | _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectCategory = 'ROUTING' and _TextObjectPlainLongText.TextObjectType = 'PLKO' |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Task List Long Text | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | ITLLTEXT | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | TaskListVersionCounter | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | plnty | ||
| KEY | TaskListGroup | plnnr | ||
| KEY | TaskListGroupCounter | plnal | ||
| KEY | TaskListVersionCounter | zaehl | ||
| TextObjectKey | plko_text | tdname | ||
| PlainLongText | _TextObjectPlainLongText | PlainLongText |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Task List Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ITLLTEXT'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'TaskListVersionCounter'
define view entity I_TaskListLongText as select from plko_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey
and _TextObjectPlainLongText.TextObjectCategory = 'ROUTING'
and _TextObjectPlainLongText.TextObjectType = 'PLKO'
{
key plnty as TaskListType,
key plnnr as TaskListGroup,
key plnal as TaskListGroupCounter,
key zaehl as TaskListVersionCounter,
plko_text.tdname as TextObjectKey,
_TextObjectPlainLongText.PlainLongText as PlainLongText
}
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