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 LongText,PlainLongText 2
TextObjectKey TextObjectKey 1
@AbapCatalog.sqlViewName: 'ITLLTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@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
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TaskListVersionCounter'
define view 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    
}