A_MaintTaskListOperationBasic

DDL: A_MAINTTASKLISTOPERATIONBASIC Type: view_entity CONSUMPTION Package: VDM_EAM_TASKLIST

Operations

A_MaintTaskListOperationBasic is a Consumption CDS View that provides data about "Operations" in SAP S/4HANA. It reads from 1 data source (R_MaintTaskListOpBasicTP) and exposes 50 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId. It is exposed through 2 OData services (API_MAINTENANCETASKLIST, ASQL_F7186). Part of development package VDM_EAM_TASKLIST.

Data Sources (1)

SourceAliasJoin Type
R_MaintTaskListOpBasicTP R_MaintTaskListOpBasicTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Operations view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

OData Services (2)

ServiceBindingVersionContractRelease
API_MAINTENANCETASKLIST API_MAINTENANCETASKLIST V4 C2 C1
ASQL_F7186 ASQL_F7186 C2 NOT_RELEASED

Fields (50)

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
OperationSystemCondition OperationSystemCondition SystemCondition
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
_HeaderredirectedtoA_MaintenanceTaskList
_SubOpredirectedtoA_MaintTaskListSubOp

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 A_MaintTaskListOperationBasic.
-- 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 A_MaintTaskListOperationBasic 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,
  OperationSystemCondition,
  PurchaseContract,
  PurchaseContractItem,
  Supplier,
  ChangeNumber,
  PurchasingInfoRecord,
  IsBusinessPurposeCompleted,
  SupplierAccountGroup,
  AuthorizationGroup,
  TaskListStatus,
  ResponsiblePlannerGroup,
  MaintenancePlanningPlant,
  MaintenancePlannerGroup,
  ControllingArea,
  CostCenter,
  MaintenancePlant,
  ValidityStartDate,
  ValidityEndDate,
  TechnicalObject,
  TechObjIsEquipOrFuncnlLoc
FROM R_MaintTaskListOpBasicTP
;