I_TASKLISTLONGTEXT

CDS View

Task List Long Text

I_TASKLISTLONGTEXT is a CDS View in S/4HANA. Task List Long Text. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_TaskListLongTextTP view_entity inner TRANSACTIONAL Long Text view for Maintenance Tasklist

Fields (2)

KeyField CDS FieldsUsed in Views
PlainLongText PlainLongText 1
TextObjectKey TextObjectKey 1
@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    
}