C_ObjPgMaintTaskListOpPRT

DDL: C_OBJPGMAINTTASKLISTOPPRT SQL: COPMAINTTLOPPRT Type: view CONSUMPTION

Maintenance Task List Operation PRT

C_ObjPgMaintTaskListOpPRT is a Consumption CDS View that provides data about "Maintenance Task List Operation PRT" in SAP S/4HANA. It reads from 1 data source (I_MaintTaskListOpPRT) and exposes 22 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId.

Data Sources (1)

SourceAliasJoin Type
I_MaintTaskListOpPRT I_MaintTaskListOpPRT from

Annotations (10)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName COPMAINTTLOPPRT view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Maintenance Task List Operation PRT view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #CONSUMPTION view

Fields (22)

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 TaskListOpPRTIntID TaskListOpPRTIntID
KEY TaskListOpPRTIntVersCounter TaskListOpPRTIntVersCounter
ProdnRsceToolItemNumber ProdnRsceToolItemNumber PRT Item Number
ProdnRsceToolCategory PRT Category
ProdnRsceToolCategoryName PRT Category Description
ProductionResourceTool _ProdnRsceToolByInternalKey ProductionResourceTool PRT
ProductionResourceToolDesc PRT Description
ProdnRsceToolText ProdnRsceToolText
ProdnRsceToolStandardWorkQty ProdnRsceToolStandardWorkQty Quantity
ProdnRsceToolStdWorkQtyUnit ProdnRsceToolStdWorkQtyUnit Quantity Unit
ProdnRsceToolTotQtyCalcFormula ProdnRsceToolTotQtyCalcFormula
ProdnRsceToolUsageQuantity ProdnRsceToolUsageQuantity Usage Value
ProdnRsceToolUsageQuantityUnit ProdnRsceToolUsageQuantityUnit Usage Value Unit
ProdnRsceToolUsageQtyCalcFmla ProdnRsceToolUsageQtyCalcFmla
Plant _ProdnRsceToolByInternalKey Plant Valuation Area
PlantName
_MaintenanceTaskList _MaintenanceTaskList

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 C_ObjPgMaintTaskListOpPRT.
-- 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: COPMAINTTLOPPRT

CREATE VIEW C_ObjPgMaintTaskListOpPRT AS
SELECT
  TaskListType,
  TaskListGroup,
  TaskListGroupCounter,
  TaskListSequence,
  TaskListOperationInternalId,
  TaskListOpPRTIntID,
  TaskListOpPRTIntVersCounter,
  ProdnRsceToolItemNumber,
  _ProdnRsceToolByInternalKey._ProdnRsceToolCategory._Text[1:Language = $session.system_language].ProdnRsceToolCategoryExtCode AS ProdnRsceToolCategory,
  _ProdnRsceToolByInternalKey._ProdnRsceToolCategory._Text[1:Language = $session.system_language].ProdnRsceToolCategoryName AS ProdnRsceToolCategoryName,
  _ProdnRsceToolByInternalKey.ProductionResourceTool AS ProductionResourceTool,
  _ProdnRsceToolByInternalKey._ProdnRsceToolText[1:Language = $session.system_language].ProductionResourceToolDesc AS ProductionResourceToolDesc,
  ProdnRsceToolText,
  ProdnRsceToolStandardWorkQty,
  ProdnRsceToolStdWorkQtyUnit,
  ProdnRsceToolTotQtyCalcFormula,
  ProdnRsceToolUsageQuantity,
  ProdnRsceToolUsageQuantityUnit,
  ProdnRsceToolUsageQtyCalcFmla,
  _ProdnRsceToolByInternalKey.Plant AS Plant,
  _ProdnRsceToolByInternalKey._Plant.PlantName AS PlantName
FROM I_MaintTaskListOpPRT
;