I_MaintNotifDtaForOrdRecmdn

DDL: I_MAINTNOTIFDTAFORORDRECMDN Type: view_entity COMPOSITE

ISLM Training data for Maint ord Recmdn

I_MaintNotifDtaForOrdRecmdn is a Composite CDS View that provides data about "ISLM Training data for Maint ord Recmdn" in SAP S/4HANA. It reads from 1 data source (I_MaintNotifDtaSrceOrdRecmdn) and exposes 24 fields with key field MaintenanceNotification.

Data Sources (1)

SourceAliasJoin Type
I_MaintNotifDtaSrceOrdRecmdn I_MaintNotifDtaSrceOrdRecmdn from

Annotations (7)

NameValueLevelField
EndUserText.label ISLM Training data for Maint ord Recmdn view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (24)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification MaintenanceNotification Notification
NotificationType NotificationType Notifictn Type
NotificationText NotificationText Description
Equipment Equipment Equipment check
ManufacturerCountry ManufacturerCountry Mnf. Cntry/Regn
AssetManufacturerName AssetManufacturerName Manufacturer
ManufacturerPartTypeName ManufacturerPartTypeName Model number
ManufacturerSerialNumber ManufacturerSerialNumber Mnf.serial no.
ManufacturerPartNmbr ManufacturerPartNmbr Mfr Part Number
ConstructionYear ConstructionYear
ConstructionMonth ConstructionMonth
FunctionalLocation FunctionalLocation Object ID
MaintenancePlanningPlant MaintenancePlanningPlant Planning Plant
MaintenancePlannerGroup MaintenancePlannerGroup Planner Group
MaintenancePlan MaintenancePlan MaintenancePlan
MaintPriority MaintPriority Priority
MaintNotificationCodeGroup MaintNotificationCodeGroup Code Group
MaintNotificationCode MaintNotificationCode Coding
MaintNotifDetectionCode MaintNotifDetectionCode Detection Meth
MalfunctionEffect MalfunctionEffect Effect
WorkCenterInternalID WorkCenterInternalID Work Center
WorkCenterTypeCode WorkCenterTypeCode Object Type
MaintenanceWorkCenterPlant MaintenanceWorkCenterPlant Work Ctr Plant
MaintNotificationLongText MaintNotificationLongText Long 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_MaintNotifDtaForOrdRecmdn.
-- 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 I_MaintNotifDtaForOrdRecmdn AS
SELECT
  MaintenanceNotification,
  NotificationType,
  NotificationText,
  Equipment,
  ManufacturerCountry,
  AssetManufacturerName,
  ManufacturerPartTypeName,
  ManufacturerSerialNumber,
  ManufacturerPartNmbr,
  ConstructionYear,
  ConstructionMonth,
  FunctionalLocation,
  MaintenancePlanningPlant,
  MaintenancePlannerGroup,
  MaintenancePlan,
  MaintPriority,
  MaintNotificationCodeGroup,
  MaintNotificationCode,
  MaintNotifDetectionCode,
  MalfunctionEffect,
  WorkCenterInternalID,
  WorkCenterTypeCode,
  MaintenanceWorkCenterPlant,
  MaintNotificationLongText
FROM I_MaintNotifDtaSrceOrdRecmdn
;