I_MaintTaskListOpRelshpTP

DDL: I_MAINTTASKLISTOPRELSHPTP Type: view_entity TRANSACTIONAL

Operation Relationships - TP

I_MaintTaskListOpRelshpTP is a Transactional CDS View that provides data about "Operation Relationships - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintTaskListOpRelshpTP) and exposes 20 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId.

Data Sources (1)

SourceAliasJoin Type
R_MaintTaskListOpRelshpTP R_MaintTaskListOpRelshpTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Operation Relationships - 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

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY TaskListType TaskListType Task List Type
KEY TaskListGroup TaskListGroup Group
KEY TaskListGroupCounter TaskListGroupCounter Group Counter
KEY TaskListSequence TaskListSequence Sequence
KEY TaskListOperationInternalId TaskListOperationInternalId Node
KEY TaskListOpBOMItmIntVersCounter TaskListOpBOMItmIntVersCounter
SuccssrBOOGroup SuccssrBOOGroup
SuccssrBOOOpInternalID SuccssrBOOOpInternalID
MaintenanceTaskListOperation MaintenanceTaskListOperation
SuperiorOperation SuperiorOperation
OperationText OperationText Description
MasterRecipeRelationshipType MasterRecipeRelationshipType
OperationIsSuccessor OperationIsSuccessor
FactoryCalendar FactoryCalendar Factory Calendar
WorkCenter WorkCenter Work Center
Plant Plant Valuation Area
MaxTimeIntvlIsUsedForSchedg MaxTimeIntvlIsUsedForSchedg
TimeIntvlBtwnRelshp TimeIntvlBtwnRelshp
TimeIntvlBtwnRelshpUnit TimeIntvlBtwnRelshpUnit
WorkCenterInternalID WorkCenterInternalID Work Center

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_MaintTaskListOpRelshpTP.
-- 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_MaintTaskListOpRelshpTP AS
SELECT
  TaskListType,
  TaskListGroup,
  TaskListGroupCounter,
  TaskListSequence,
  TaskListOperationInternalId,
  TaskListOpBOMItmIntVersCounter,
  SuccssrBOOGroup,
  SuccssrBOOOpInternalID,
  MaintenanceTaskListOperation,
  SuperiorOperation,
  OperationText,
  MasterRecipeRelationshipType,
  OperationIsSuccessor,
  FactoryCalendar,
  WorkCenter,
  Plant,
  MaxTimeIntvlIsUsedForSchedg,
  TimeIntvlBtwnRelshp,
  TimeIntvlBtwnRelshpUnit,
  WorkCenterInternalID
FROM R_MaintTaskListOpRelshpTP
;