I_MaintenanceTaskListType

DDL: I_MAINTENANCETASKLISTTYPE SQL: IMNTTSKLISTTYPE Type: view BASIC Package: ODATA_EAM_TASKLIST_MAN

Maintenance Task List Type

I_MaintenanceTaskListType (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Maintenance Task List Type · Asset Management

I_MaintenanceTaskListType is a Basic CDS View that provides data about "Maintenance Task List Type" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperationsType) and exposes 2 fields with key field TaskListType. Part of development package ODATA_EAM_TASKLIST_MAN.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessAsset Management
Application ComponentPM-2CL
CapabilitiesData Source for Data Extraction,Data Source for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageAsset Management for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_BillOfOperationsType I_BillOfOperationsType from

Annotations (14)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IMNTTSKLISTTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Maintenance Task List Type view
ObjectModel.representativeKey TaskListType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
ObjectModel.sapObjectNodeType.name MaintenanceTaskListType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TaskListType I_BillOfOperationsType BillOfOperationsType Bill of Operations Type
_Text I_BillOfOperationsType _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_MaintenanceTaskListType.
-- 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: IMNTTSKLISTTYPE

CREATE VIEW I_MaintenanceTaskListType AS
SELECT
  I_BillOfOperationsType.BillOfOperationsType AS TaskListType,
  I_BillOfOperationsType._Text AS _Text
FROM I_BillOfOperationsType
;