I_TaskListLongText

DDL: I_TASKLISTLONGTEXT Type: view_entity BASIC Package: CP

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)

SourceAliasJoin Type
plko_text plko_text from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TextObjectPlainLongText _TextObjectPlainLongText _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectCategory = 'ROUTING' and _TextObjectPlainLongText.TextObjectType = 'PLKO'

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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    
}