C_MaintTaskListQuickVw
Task list long text quickview
C_MaintTaskListQuickVw is a Consumption CDS View that provides data about "Task list long text quickview" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceTaskList) and exposes 19 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceTaskList | I_MaintenanceTaskList | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CMAINTTASKLISTQW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Task list long text quickview | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.representativeKey | TaskList | view | |
| UI.headerInfo.typeName | Task List | view | |
| UI.headerInfo.typeNamePlural | Task Lists | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | TaskListType | Task List Type | |
| KEY | TaskListGroup | TaskListGroup | Group | |
| KEY | TaskListGroupCounter | TaskListGroupCounter | Group Counter | |
| TaskListDesc | TaskListDesc | |||
| BillOfOperationsTypeName | Task List type Name | |||
| Plant | Plant | Planning Plant | ||
| PlantName | _Plant | PlantName | Planning Plant Name | |
| TaskListStatus | TaskListStatus | System Status | ||
| TaskListStatusDesc | ||||
| WorkCenterInternalID | WorkCenterInternalID | Work Center | ||
| WorkCenterText | Work Center Text | |||
| KeyDate | ValidityStartDate | Valid From | ||
| MaintenanceStrategy | MaintenanceStrategy | Maintenance Strategy | ||
| MaintenanceStrategyDesc | Maintenance Strategy Text | |||
| LongText | Long Text | |||
| WorkCenterPlant | _WorkCenter | Plant | Work Center Plant | |
| WorkCenterPlantName | Work Center Plant Name | |||
| ResponsiblePlannerGroup | ResponsiblePlannerGroup | Planner Group | ||
| ResponsiblePlannerGroupName | _ResponsiblePlannerGroup | ResponsiblePlannerGroupName | Responsible Planner Group 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 C_MaintTaskListQuickVw.
-- 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.
-- SQL view name: CMAINTTASKLISTQW
CREATE VIEW C_MaintTaskListQuickVw AS
SELECT
TaskListType,
TaskListGroup,
TaskListGroupCounter,
TaskListDesc,
_TaskListType._Text[1:Language = $session.system_language].BillOfOperationsTypeName AS BillOfOperationsTypeName,
Plant,
_Plant.PlantName AS PlantName,
TaskListStatus,
_TaskListStatus._Text[1:Language = $session.system_language].BillOfOperationsStatusDesc AS TaskListStatusDesc,
WorkCenterInternalID,
_WorkCenter._Text[1:Language = $session.system_language].WorkCenterText AS WorkCenterText,
ValidityStartDate AS KeyDate,
MaintenanceStrategy,
_MaintenanceStrategy._MaintenanceStrategyText[1:Language = $session.system_language].MaintenanceStrategyDesc AS MaintenanceStrategyDesc,
cast (' ' as abap.sstring( 1333 )) AS LongText,
_WorkCenter.Plant AS WorkCenterPlant,
_WorkCenter._Plant.PlantName AS WorkCenterPlantName,
ResponsiblePlannerGroup,
_ResponsiblePlannerGroup.ResponsiblePlannerGroupName AS ResponsiblePlannerGroupName
FROM I_MaintenanceTaskList
;
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