I_TaskListOperationLongText

DDL: I_TASKLISTOPERATIONLONGTEXT Type: view_entity BASIC

Task List Operation Long Text

I_TaskListOperationLongText is a Basic CDS View that provides data about "Task List Operation Long Text" in SAP S/4HANA. It reads from 1 data source (plpo_text) and exposes 6 fields with key fields TaskListType, TaskListGroup, BOOOperationInternalID, BOOInternalVersionCounter. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
plpo_text plpo_text from

Associations (1)

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

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Task List Operation Long Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ObjectModel.representativeKey BOOInternalVersionCounter view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY TaskListType plnty
KEY TaskListGroup plnnr
KEY BOOOperationInternalID plnkn
KEY BOOInternalVersionCounter zaehl
TextObjectKey plpo_text tdname
PlainLongText _TextObjectPlainLongText PlainLongText
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Task List Operation Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'BOOInternalVersionCounter'
define view entity I_TaskListOperationLongText as select from plpo_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on  _TextObjectPlainLongText.TextObjectKey      = $projection.TextObjectKey
                                                                            and _TextObjectPlainLongText.TextObjectCategory = 'ROUTING'
                                                                            and _TextObjectPlainLongText.TextObjectType     = 'PLPO'
{
  key plnty                                  as TaskListType,
  key plnnr                                  as TaskListGroup,
  key plnkn                                  as BOOOperationInternalID,
  key zaehl                                  as BOOInternalVersionCounter,
      plpo_text.tdname                       as TextObjectKey,
      _TextObjectPlainLongText.PlainLongText as PlainLongText    
}