R_MaintTaskListOpLongTextTP
Operation Longtext
R_MaintTaskListOpLongTextTP is a Transactional CDS View that provides data about "Operation Longtext" in SAP S/4HANA. It reads from 2 data sources (R_MaintTaskListOpBasicTP, I_TaskListOperationLongText) and exposes 13 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId. It has 2 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintTaskListOpBasicTP | I_MaintTaskListOperation | from |
| I_TaskListOperationLongText | I_TaskListOperationLongText | inner |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_MaintTaskListOpBasicTP | _Operation | $projection.TaskListType = _Operation.TaskListType and $projection.TaskListGroup = _Operation.TaskListGroup and $projection.TaskListGroupCounter = _Operation.TaskListGroupCounter and $projection.TaskListOperationInternalId = _Operation.TaskListOperationInternalId and $projection.TaskListSequence = _Operation.TaskListSequence and $projection.TaskListOpBOMItmIntVersCounter = _Operation.TaskListOpBOMItmIntVersCounter |
| [0..1] | I_TextObjectPlainLongText | _TextObjectPlainLongText | _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectType = 'PLPO' and _TextObjectPlainLongText.TextObjectCategory = 'ROUTING' and _TextObjectPlainLongText.Language = $session.system_language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.dataMaintenance | #RESTRICTED | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Operation Longtext | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | R_MaintTaskListOpBasicTP | TaskListType | Task List Type |
| KEY | TaskListGroup | R_MaintTaskListOpBasicTP | TaskListGroup | Group |
| KEY | TaskListGroupCounter | R_MaintTaskListOpBasicTP | TaskListGroupCounter | Group Counter |
| KEY | TaskListSequence | R_MaintTaskListOpBasicTP | TaskListSequence | Sequence |
| KEY | TaskListOperationInternalId | R_MaintTaskListOpBasicTP | TaskListOperationInternalId | Node |
| KEY | TaskListOpBOMItmIntVersCounter | R_MaintTaskListOpBasicTP | TaskListOpBOMItmIntVersCounter | Counter |
| MaintenanceTaskListOperation | R_MaintTaskListOpBasicTP | MaintenanceTaskListOperation | ||
| TextObjectKey | I_TaskListOperationLongText | TextObjectKey | Text Name | |
| PlainLongText | I_TaskListOperationLongText | PlainLongText | Long Text | |
| Language | _TextObjectPlainLongText | Language | Report Text Language | |
| _Operation | _Operation | |||
| _NonHistOp | _NonHistOp | |||
| _Header | _Header |
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 R_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 R_MaintTaskListOpLongTextTP AS
SELECT
I_MaintTaskListOperation.TaskListType AS TaskListType,
I_MaintTaskListOperation.TaskListGroup AS TaskListGroup,
I_MaintTaskListOperation.TaskListGroupCounter AS TaskListGroupCounter,
I_MaintTaskListOperation.TaskListSequence AS TaskListSequence,
I_MaintTaskListOperation.TaskListOperationInternalId AS TaskListOperationInternalId,
I_MaintTaskListOperation.TaskListOpBOMItmIntVersCounter AS TaskListOpBOMItmIntVersCounter,
I_MaintTaskListOperation.MaintenanceTaskListOperation AS MaintenanceTaskListOperation,
I_TaskListOperationLongText.TextObjectKey AS TextObjectKey,
I_TaskListOperationLongText.PlainLongText AS PlainLongText,
_TextObjectPlainLongText.Language AS Language
FROM R_MaintTaskListOpBasicTP AS I_MaintTaskListOperation
INNER JOIN I_TaskListOperationLongText ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN R_MaintTaskListOpBasicTP AS _Operation ON TaskListType = _Operation.TaskListType AND TaskListGroup = _Operation.TaskListGroup AND TaskListGroupCounter = _Operation.TaskListGroupCounter AND TaskListOperationInternalId = _Operation.TaskListOperationInternalId AND TaskListSequence = _Operation.TaskListSequence AND TaskListOpBOMItmIntVersCounter = _Operation.TaskListOpBOMItmIntVersCounter -- association [1..1]
LEFT OUTER JOIN I_TextObjectPlainLongText AS _TextObjectPlainLongText ON _TextObjectPlainLongText.TextObjectKey = TextObjectKey AND _TextObjectPlainLongText.TextObjectType = 'PLPO' AND _TextObjectPlainLongText.TextObjectCategory = 'ROUTING' AND _TextObjectPlainLongText.Language = $session.system_language -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA