I_MaintTaskListOpLongTextTP

DDL: I_MAINTTASKLISTOPLONGTEXTTP Type: view_entity TRANSACTIONAL

Operation Long Text - TP

I_MaintTaskListOpLongTextTP is a Transactional CDS View that provides data about "Operation Long Text - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintTaskListOpLongTextTP) and exposes 10 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId.

Data Sources (1)

SourceAliasJoin Type
R_MaintTaskListOpLongTextTP R_MaintTaskListOpLongTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Operation Long Text - TP view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY TaskListType TaskListType Task List Type
KEY TaskListGroup TaskListGroup Group
KEY TaskListGroupCounter TaskListGroupCounter Group Counter
KEY TaskListSequence TaskListSequence Sequence
KEY TaskListOperationInternalId TaskListOperationInternalId Node
KEY TaskListOpBOMItmIntVersCounter TaskListOpBOMItmIntVersCounter
MaintenanceTaskListOperation MaintenanceTaskListOperation
TextObjectKey TextObjectKey Text Name
Language Language Report Text Language
PlainLongText PlainLongText Long Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_MaintTaskListOpLongTextTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_MaintTaskListOpLongTextTP AS
SELECT
  TaskListType,
  TaskListGroup,
  TaskListGroupCounter,
  TaskListSequence,
  TaskListOperationInternalId,
  TaskListOpBOMItmIntVersCounter,
  MaintenanceTaskListOperation,
  TextObjectKey,
  Language,
  PlainLongText
FROM R_MaintTaskListOpLongTextTP
;