I_MaintenancePlanTP_2

DDL: I_MAINTENANCEPLANTP_2 Type: view_entity TRANSACTIONAL

Interface for Maintenance Plan - TP

I_MaintenancePlanTP_2 is a Transactional CDS View that provides data about "Interface for Maintenance Plan - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintenancePlanTP) and exposes 42 fields with key field MaintenancePlan.

Data Sources (1)

SourceAliasJoin Type
R_MaintenancePlanTP R_MaintenancePlanTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Interface for Maintenance Plan - TP view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.sapObjectNodeType.name MaintenancePlan view

Fields (42)

KeyFieldSource TableSource FieldDescription
KEY MaintenancePlan MaintenancePlan MaintenancePlan
MaintenancePlanDesc MaintenancePlanDesc
CreationDate CreationDate Time Stamp
CreatedByUser CreatedByUser User Name
LastChangeDate LastChangeDate Time Stamp
LastChangedByUser LastChangedByUser User Name
MaintenanceStrategy MaintenanceStrategy
SchedulingDuration SchedulingDuration
SchedulingDurationUnit SchedulingDurationUnit
NumberOfMaintenanceItems NumberOfMaintenanceItems
CycleModificationRatio CycleModificationRatio
MaintPlanSchedgIndicator MaintPlanSchedgIndicator
MaintenancePlanType MaintenancePlanType
CallHorizonPercent CallHorizonPercent
CallHorizonInDays CallHorizonInDays
MaintenanceCallHorizonCalcType MaintenanceCallHorizonCalcType
AuthorizationGroup AuthorizationGroup AuthorizGroup
MaintenancePlanInternalID MaintenancePlanInternalID
MaintenanceCall MaintenanceCall Call Number
MaintenancePlanCategory MaintenancePlanCategory
MaintPlanFreeDefinedAttrib MaintPlanFreeDefinedAttrib
BasicStartDate BasicStartDate
SchedulingStartDate SchedulingStartDate
SchedulingStartTime SchedulingStartTime
MaintPlanStartCntrReadingValue MaintPlanStartCntrReadingValue
MaintPlnStrtBufDurationInDays MaintPlnStrtBufDurationInDays
MaintPlanStartBufferUnit MaintPlanStartBufferUnit
FactoryCalendar FactoryCalendar Factory Calendar
LateCompletionShiftInPercent LateCompletionShiftInPercent
LateCompletionTolerancePercent LateCompletionTolerancePercent
EarlyCompletionShiftInPercent EarlyCompletionShiftInPercent
EarlyCompletionTolerancePct EarlyCompletionTolerancePct
PrdcssrCallObjCompltnIsRqd PrdcssrCallObjCompltnIsRqd
MaintPlanLogicalOperatorCode MaintPlanLogicalOperatorCode
SchedulingEndDate SchedulingEndDate
MaintPlanEndCntrReadingValue MaintPlanEndCntrReadingValue
LastChangeDateTime LastChangeDateTime Timestamp
MultipleCounterPlanShiftFactor MultipleCounterPlanShiftFactor
MaintenanceLeadFloatInDays MaintenanceLeadFloatInDays
MaintenancePlanCallObject MaintenancePlanCallObject
SystemStatus SystemStatus
_ItemredirectedtoI_MaintenanceItemTP_2

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_MaintenancePlanTP_2.
-- 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_MaintenancePlanTP_2 AS
SELECT
  MaintenancePlan,
  MaintenancePlanDesc,
  CreationDate,
  CreatedByUser,
  LastChangeDate,
  LastChangedByUser,
  MaintenanceStrategy,
  SchedulingDuration,
  SchedulingDurationUnit,
  NumberOfMaintenanceItems,
  CycleModificationRatio,
  MaintPlanSchedgIndicator,
  MaintenancePlanType,
  CallHorizonPercent,
  CallHorizonInDays,
  MaintenanceCallHorizonCalcType,
  AuthorizationGroup,
  MaintenancePlanInternalID,
  MaintenanceCall,
  MaintenancePlanCategory,
  MaintPlanFreeDefinedAttrib,
  BasicStartDate,
  SchedulingStartDate,
  SchedulingStartTime,
  MaintPlanStartCntrReadingValue,
  MaintPlnStrtBufDurationInDays,
  MaintPlanStartBufferUnit,
  FactoryCalendar,
  LateCompletionShiftInPercent,
  LateCompletionTolerancePercent,
  EarlyCompletionShiftInPercent,
  EarlyCompletionTolerancePct,
  PrdcssrCallObjCompltnIsRqd,
  MaintPlanLogicalOperatorCode,
  SchedulingEndDate,
  MaintPlanEndCntrReadingValue,
  LastChangeDateTime,
  MultipleCounterPlanShiftFactor,
  MaintenanceLeadFloatInDays,
  MaintenancePlanCallObject,
  SystemStatus
FROM R_MaintenancePlanTP
;