I_MaintNotifTaskTechObj
Maint. Notification Task /w Tech. Obj.
I_MaintNotifTaskTechObj is a Composite CDS View (Dimension) that provides data about "Maint. Notification Task /w Tech. Obj." in SAP S/4HANA. It reads from 1 data source (I_MaintenanceNotificationTask) and exposes 37 fields with key fields MaintenanceNotificationTask, MaintenanceNotification. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceNotificationTask | I_MaintenanceNotificationTask | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MaintNotificationTechObj | _MaintNotificationTechObj | $projection.MaintenanceNotification = _MaintNotificationTechObj.MaintenanceNotification |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | INTFTASKTECHOBJ | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Maint. Notification Task /w Tech. Obj. | view | |
| ObjectModel.representativeKey | MaintenanceNotificationTask | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceNotificationTask | I_MaintenanceNotificationTask | MaintenanceNotificationTask | Task |
| KEY | MaintenanceNotification | I_MaintenanceNotificationTask | MaintenanceNotification | Notification |
| MaintenanceNotificationItem | I_MaintenanceNotificationTask | MaintenanceNotificationItem | Number of days | |
| MaintenanceNotificationCause | I_MaintenanceNotificationTask | MaintenanceNotificationCause | Cause | |
| MaintNotifTaskTxt | I_MaintenanceNotificationTask | MaintNotifTaskTxt | Task Text | |
| MaintNotifTaskCodeCatalog | I_MaintenanceNotificationTask | MaintNotifTaskCodeCatalog | Catalog type | |
| MaintNotifTaskCodeGroup | I_MaintenanceNotificationTask | MaintNotifTaskCodeGroup | Code Group | |
| MaintNotifTaskCode | I_MaintenanceNotificationTask | MaintNotifTaskCode | Task Code | |
| PlannedStartDate | I_MaintenanceNotificationTask | PlannedStartDate | Latest Planned Start | |
| PlannedStartTime | I_MaintenanceNotificationTask | PlannedStartTime | ||
| PlannedEndDate | I_MaintenanceNotificationTask | PlannedEndDate | Ltst Planned Finish | |
| PlannedEndTime | I_MaintenanceNotificationTask | PlannedEndTime | ||
| CompletedByUser | I_MaintenanceNotificationTask | CompletedByUser | Completed By | |
| CompletionDate | I_MaintenanceNotificationTask | CompletionDate | Completion Date | |
| CompletionTime | I_MaintenanceNotificationTask | CompletionTime | Completion Time | |
| ResponsiblePersonFunctionCode | I_MaintenanceNotificationTask | ResponsiblePersonFunctionCode | Task Processor | |
| ResponsiblePerson | I_MaintenanceNotificationTask | ResponsiblePerson | Processor | |
| MaintNotifTaskInternalID | I_MaintenanceNotificationTask | MaintNotifTaskInternalID | Val. Obj. No. | |
| IsDeleted | I_MaintenanceNotificationTask | IsDeleted | TRUE | |
| LastChangeDateTime | I_MaintenanceNotificationTask | LastChangeDateTime | Timestamp | |
| _MaintNotificationTechObj | _MaintNotificationTechObj | |||
| _IsDeleted | I_MaintenanceNotificationTask | _IsDeleted | ||
| _MaintenanceNotification | I_MaintenanceNotificationTask | _MaintenanceNotification | ||
| _MaintenanceNotificationItem | I_MaintenanceNotificationTask | _MaintenanceNotificationItem | ||
| _MaintNotificationTaskCode | I_MaintenanceNotificationTask | _MaintNotificationTaskCode | ||
| _MaintNotifTaskCodeCatalog | I_MaintenanceNotificationTask | _MaintNotifTaskCodeCatalog | ||
| _MaintNotifTaskCodeGroup | I_MaintenanceNotificationTask | _MaintNotifTaskCodeGroup | ||
| _StatusObject | I_MaintenanceNotificationTask | _StatusObject | ||
| _PartnerFunction | I_MaintenanceNotificationTask | _PartnerFunction | ||
| _StatusObjectStatus | I_MaintenanceNotificationTask | _StatusObjectStatus | ||
| _ContactPerson | I_MaintenanceNotificationTask | _ContactPerson | ||
| _Customer | I_MaintenanceNotificationTask | _Customer | ||
| _Employee | I_MaintenanceNotificationTask | _Employee | ||
| _OrganizationalUnitText | I_MaintenanceNotificationTask | _OrganizationalUnitText | ||
| _PositionText | I_MaintenanceNotificationTask | _PositionText | ||
| _Supplier | I_MaintenanceNotificationTask | _Supplier | ||
| _User | I_MaintenanceNotificationTask | _User |
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_MaintNotifTaskTechObj.
-- 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: INTFTASKTECHOBJ
CREATE VIEW I_MaintNotifTaskTechObj AS
SELECT
I_MaintenanceNotificationTask.MaintenanceNotificationTask AS MaintenanceNotificationTask,
I_MaintenanceNotificationTask.MaintenanceNotification AS MaintenanceNotification,
I_MaintenanceNotificationTask.MaintenanceNotificationItem AS MaintenanceNotificationItem,
I_MaintenanceNotificationTask.MaintenanceNotificationCause AS MaintenanceNotificationCause,
I_MaintenanceNotificationTask.MaintNotifTaskTxt AS MaintNotifTaskTxt,
I_MaintenanceNotificationTask.MaintNotifTaskCodeCatalog AS MaintNotifTaskCodeCatalog,
I_MaintenanceNotificationTask.MaintNotifTaskCodeGroup AS MaintNotifTaskCodeGroup,
I_MaintenanceNotificationTask.MaintNotifTaskCode AS MaintNotifTaskCode,
I_MaintenanceNotificationTask.PlannedStartDate AS PlannedStartDate,
I_MaintenanceNotificationTask.PlannedStartTime AS PlannedStartTime,
I_MaintenanceNotificationTask.PlannedEndDate AS PlannedEndDate,
I_MaintenanceNotificationTask.PlannedEndTime AS PlannedEndTime,
I_MaintenanceNotificationTask.CompletedByUser AS CompletedByUser,
I_MaintenanceNotificationTask.CompletionDate AS CompletionDate,
I_MaintenanceNotificationTask.CompletionTime AS CompletionTime,
I_MaintenanceNotificationTask.ResponsiblePersonFunctionCode AS ResponsiblePersonFunctionCode,
I_MaintenanceNotificationTask.ResponsiblePerson AS ResponsiblePerson,
I_MaintenanceNotificationTask.MaintNotifTaskInternalID AS MaintNotifTaskInternalID,
I_MaintenanceNotificationTask.IsDeleted AS IsDeleted,
I_MaintenanceNotificationTask.LastChangeDateTime AS LastChangeDateTime,
I_MaintenanceNotificationTask._IsDeleted AS _IsDeleted,
I_MaintenanceNotificationTask._MaintenanceNotification AS _MaintenanceNotification,
I_MaintenanceNotificationTask._MaintenanceNotificationItem AS _MaintenanceNotificationItem,
I_MaintenanceNotificationTask._MaintNotificationTaskCode AS _MaintNotificationTaskCode,
I_MaintenanceNotificationTask._MaintNotifTaskCodeCatalog AS _MaintNotifTaskCodeCatalog,
I_MaintenanceNotificationTask._MaintNotifTaskCodeGroup AS _MaintNotifTaskCodeGroup,
I_MaintenanceNotificationTask._StatusObject AS _StatusObject,
I_MaintenanceNotificationTask._PartnerFunction AS _PartnerFunction,
I_MaintenanceNotificationTask._StatusObjectStatus AS _StatusObjectStatus,
I_MaintenanceNotificationTask._ContactPerson AS _ContactPerson,
I_MaintenanceNotificationTask._Customer AS _Customer,
I_MaintenanceNotificationTask._Employee AS _Employee,
I_MaintenanceNotificationTask._OrganizationalUnitText AS _OrganizationalUnitText,
I_MaintenanceNotificationTask._PositionText AS _PositionText,
I_MaintenanceNotificationTask._Supplier AS _Supplier,
I_MaintenanceNotificationTask._User AS _User
FROM I_MaintenanceNotificationTask
LEFT OUTER JOIN I_MaintNotificationTechObj AS _MaintNotificationTechObj ON MaintenanceNotification = _MaintNotificationTechObj.MaintenanceNotification -- association [1..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