I_MaintTaskListSubOpTP

DDL: I_MAINTTASKLISTSUBOPTP Type: view_entity TRANSACTIONAL

SubOperations - TP

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

Data Sources (1)

SourceAliasJoin Type
R_MaintTaskListSubOpTP R_MaintTaskListSubOpTP projection

Annotations (9)

NameValueLevelField
EndUserText.label SubOperations - 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 (36)

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
MaintOperationExecStageCode MaintOperationExecStageCode Execution Stage
MaintenanceTaskListOperation MaintenanceTaskListOperation
WorkCenter WorkCenter Work Center
SubOperation SubOperation
SuperiorOperationInternalID SuperiorOperationInternalID Sup. Op. Node
SubOperationText SubOperationText
LongTextLanguageCode LongTextLanguageCode Language
Plant Plant Valuation Area
OperationControlProfile OperationControlProfile Control Key
FactoryCalendar FactoryCalendar Factory Calendar
CreationDate CreationDate Time Stamp
CreatedByUser CreatedByUser User Name
LastChangeDate LastChangeDate Time Stamp
LastChangedByUser LastChangedByUser User Name
ChangeNumber ChangeNumber Change Number
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
PurchasingInfoRecord PurchasingInfoRecord Info Record
PurchasingOrganization PurchasingOrganization Purchasing Organization
PurchaseContract PurchaseContract Purchasing Doc.
PurchaseContractItem PurchaseContractItem Item
PurchasingInfoRecdAddlGrpgName PurchasingInfoRecdAddlGrpgName Sort Term
MaterialGroup MaterialGroup Product Group
PurchasingGroup PurchasingGroup Purchasing Group
Supplier Supplier Supplier
PlannedDeliveryDuration PlannedDeliveryDuration Pl. Deliv. Time
NumberOfOperationPriceUnits NumberOfOperationPriceUnits Price Unit
OpExternalProcessingPrice OpExternalProcessingPrice Price
OpExternalProcessingCurrency OpExternalProcessingCurrency Currency
OperationCostingRelevancyType OperationCostingRelevancyType Operation Costing Relevancy Type

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_MaintTaskListSubOpTP.
-- 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_MaintTaskListSubOpTP AS
SELECT
  TaskListType,
  TaskListGroup,
  TaskListGroupCounter,
  TaskListSequence,
  TaskListOperationInternalId,
  TaskListOpBOMItmIntVersCounter,
  MaintOperationExecStageCode,
  MaintenanceTaskListOperation,
  WorkCenter,
  SubOperation,
  SuperiorOperationInternalID,
  SubOperationText,
  LongTextLanguageCode,
  Plant,
  OperationControlProfile,
  FactoryCalendar,
  CreationDate,
  CreatedByUser,
  LastChangeDate,
  LastChangedByUser,
  ChangeNumber,
  ValidityStartDate,
  ValidityEndDate,
  PurchasingInfoRecord,
  PurchasingOrganization,
  PurchaseContract,
  PurchaseContractItem,
  PurchasingInfoRecdAddlGrpgName,
  MaterialGroup,
  PurchasingGroup,
  Supplier,
  PlannedDeliveryDuration,
  NumberOfOperationPriceUnits,
  OpExternalProcessingPrice,
  OpExternalProcessingCurrency,
  OperationCostingRelevancyType
FROM R_MaintTaskListSubOpTP
;