R_MaintenanceTaskListTP
TaskList Root View
R_MaintenanceTaskListTP is a Transactional CDS View that provides data about "TaskList Root View" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperations) and exposes 24 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter. It has 4 associations to related views. Part of development package VDM_EAM_TASKLIST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfOperations | I_BillOfOperations | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_MaintenanceTaskListBasicTP | _TaskList | |
| [0..*] | R_MaintTaskListOperationTP | _NonHistOp | |
| [0..*] | R_MaintTskListStrgyPackageTP | _MaintPackage | |
| [0..*] | R_TaskListLongTextTP | _LongText | |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.dataMaintenance | #RESTRICTED | view | |
| AccessControl.authorizationCheck | #CHECK | 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 | |
| EndUserText.label | TaskList Root View | view | |
| ObjectModel.sapObjectNodeType.name | MaintenanceTaskList | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | BillOfOperationsType | Task List Type | |
| KEY | TaskListGroup | BillOfOperationsGroup | Group | |
| KEY | TaskListGroupCounter | BillOfOperationsVariant | Group Counter | |
| BillOfOperationsVersionType | BillOfOperationsVersionType | Version Profile | ||
| BillOfOperationsSubtype | BillOfOperationsSubtype | Version Profile | ||
| LastUsageDate | LastUsageDate | Store Until | ||
| NumberOfUsages | NumberOfUsages | No. of Periods | ||
| HasChangeNumber | HasChangeNumber | Change no. ind. | ||
| HasParameterEffectivity | HasParameterEffectivity | Param.Eff.Ind. | ||
| AdministrativeDataLastChangeDate | ||||
| LastChangeTime | LastChangeTime | Time changed | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| RoutingIsReworkRouting | RoutingIsReworkRouting | Rework Routing | ||
| ProdnProcgIsFlexible | ProdnProcgIsFlexible | Flexible | ||
| _BOOMaterialAssignment | _BOOMaterialAssignment | |||
| _BillOfOperationsChangeState | _BillOfOperationsChangeState | |||
| _BillOfOperationsGroup | _BillOfOperationsGroup | |||
| _BillOfOperationsSequence | _BillOfOperationsSequence | |||
| _BillOfOperationsType | _BillOfOperationsType | |||
| _BillOfOperationsVersionType | _BillOfOperationsVersionType | |||
| _TaskList | _TaskList | |||
| _NonHistOp | _NonHistOp | |||
| _MaintPackage | _MaintPackage | |||
| _LongText | _LongText |
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_MaintenanceTaskListTP.
-- 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_MaintenanceTaskListTP AS
SELECT
BillOfOperationsType AS TaskListType,
BillOfOperationsGroup AS TaskListGroup,
BillOfOperationsVariant AS TaskListGroupCounter,
BillOfOperationsVersionType,
BillOfOperationsSubtype,
LastUsageDate,
NumberOfUsages,
HasChangeNumber,
HasParameterEffectivity,
LastChangeTime,
LastChangedByUser,
RoutingIsReworkRouting,
ProdnProcgIsFlexible
FROM I_BillOfOperations
LEFT OUTER JOIN R_MaintenanceTaskListBasicTP AS _TaskList ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_MaintTaskListOperationTP AS _NonHistOp ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_MaintTskListStrgyPackageTP AS _MaintPackage ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_TaskListLongTextTP AS _LongText ON /* condition not available in parsed metadata */ -- association [0..*]
;
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