I_MaintTaskListOpBasicTP

DDL: I_MAINTTASKLISTOPBASICTP Type: view_entity TRANSACTIONAL Package: VDM_EAM_TASKLIST

Operations - TP

I_MaintTaskListOpBasicTP is a Transactional CDS View that provides data about "Operations - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintTaskListOpBasicTP) and exposes 48 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId. Part of development package VDM_EAM_TASKLIST.

Data Sources (1)

SourceAliasJoin Type
R_MaintTaskListOpBasicTP R_MaintTaskListOpBasicTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Operations - TP view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view

Fields (48)

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 Counter
MaintenanceTaskListOperation MaintenanceTaskListOperation
MaintTaskListSubOperation MaintTaskListSubOperation
MaintOperationExecStageCode MaintOperationExecStageCode Execution Stage
OperationText OperationText Description
OperationControlProfile OperationControlProfile Control Key
WorkCenter WorkCenter Work Center
Plant Plant Valuation Area
Assembly Assembly Pegged Reqmt
OperationCalculationControl OperationCalculationControl Calculation key
OpPlannedWorkQuantity OpPlannedWorkQuantity
OpWorkQuantityUnit OpWorkQuantityUnit
NumberOfCapacities NumberOfCapacities Number
PurchaseOrderQuantityUnit PurchaseOrderQuantityUnit Order Unit
OperationStandardDuration OperationStandardDuration
OperationStandardDurationUnit OperationStandardDurationUnit
CostCtrActivityType CostCtrActivityType Activity Type
MaterialGroup MaterialGroup Product Group
OpExternalProcessingPrice OpExternalProcessingPrice Price
OpExternalProcessingCurrency OpExternalProcessingCurrency Currency
CostElement CostElement G/L Account
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingOrganization PurchasingOrganization Purchasing Organization
PurchaseContract PurchaseContract Purchasing Doc.
PurchaseContractItem PurchaseContractItem Item
Supplier Supplier Supplier
ChangeNumber ChangeNumber Change Number
PurchasingInfoRecord PurchasingInfoRecord Info Record
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
SupplierAccountGroup SupplierAccountGroup Account group
AuthorizationGroup AuthorizationGroup AuthorizGroup
TaskListStatus TaskListStatus
ResponsiblePlannerGroup ResponsiblePlannerGroup
MaintenancePlanningPlant MaintenancePlanningPlant Planning Plant
MaintenancePlannerGroup MaintenancePlannerGroup Planner Group
ControllingArea ControllingArea Controlling Area
CostCenter CostCenter Cost Center
MaintenancePlant MaintenancePlant Plant
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
TechnicalObject TechnicalObject Technical Object
TechObjIsEquipOrFuncnlLoc TechObjIsEquipOrFuncnlLoc Tech. Obj. Type
_SubOpredirectedtoI_MaintTaskListSubOpTP

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_MaintTaskListOpBasicTP.
-- 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_MaintTaskListOpBasicTP AS
SELECT
  TaskListType,
  TaskListGroup,
  TaskListGroupCounter,
  TaskListSequence,
  TaskListOperationInternalId,
  TaskListOpBOMItmIntVersCounter,
  MaintenanceTaskListOperation,
  MaintTaskListSubOperation,
  MaintOperationExecStageCode,
  OperationText,
  OperationControlProfile,
  WorkCenter,
  Plant,
  Assembly,
  OperationCalculationControl,
  OpPlannedWorkQuantity,
  OpWorkQuantityUnit,
  NumberOfCapacities,
  PurchaseOrderQuantityUnit,
  OperationStandardDuration,
  OperationStandardDurationUnit,
  CostCtrActivityType,
  MaterialGroup,
  OpExternalProcessingPrice,
  OpExternalProcessingCurrency,
  CostElement,
  PurchasingGroup,
  PurchasingOrganization,
  PurchaseContract,
  PurchaseContractItem,
  Supplier,
  ChangeNumber,
  PurchasingInfoRecord,
  IsBusinessPurposeCompleted,
  SupplierAccountGroup,
  AuthorizationGroup,
  TaskListStatus,
  ResponsiblePlannerGroup,
  MaintenancePlanningPlant,
  MaintenancePlannerGroup,
  ControllingArea,
  CostCenter,
  MaintenancePlant,
  ValidityStartDate,
  ValidityEndDate,
  TechnicalObject,
  TechObjIsEquipOrFuncnlLoc
FROM R_MaintTaskListOpBasicTP
;