C_MaintTaskListOpAssgdStrategy

DDL: C_MAINTTASKLISTOPASSGDSTRATEGY SQL: CMTLOPASGNSTRAT Type: view CONSUMPTION

Task List Operations with Strategy

C_MaintTaskListOpAssgdStrategy is a Consumption CDS View that provides data about "Task List Operations with Strategy" in SAP S/4HANA. It reads from 1 data source (I_MaintTaskListOperation) and exposes 16 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_MaintTaskListOperation I_MaintTaskListOperation from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_MaintPckgTaskListOpAlloc _Allocation $projection.TaskListType = _Allocation.TaskListType and $projection.TaskListGroup = _Allocation.TaskListGroup and $projection.TaskListGroupCounter = _Allocation.TaskListGroupCounter and $projection.TaskListSequence = _Allocation.TaskListSequence and $projection.TaskListOperationInternalId = _Allocation.TaskListOperationInternalId

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMTLOPASGNSTRAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Task List Operations with Strategy view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY TaskListType TaskListType
KEY TaskListGroup TaskListGroup
KEY TaskListGroupCounter TaskListGroupCounter
KEY TaskListSequence TaskListSequence
KEY TaskListOperationInternalId TaskListOperationInternalId
BillOfOperationsType BillOfOperationsType
BillOfOperationsGroup BillOfOperationsGroup
OperationText OperationText
Supplier Supplier
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup
_BillOfOperationsSequence _BillOfOperationsSequence
_BOOOperationInternalID _BOOOperationInternalID
_MaintenanceTaskList _MaintenanceTaskList
_Supplier _Supplier
_Allocation _Allocation
@AbapCatalog.sqlViewName: 'CMTLOPASGNSTRAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Task List Operations with Strategy'

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
define view C_MaintTaskListOpAssgdStrategy
  as select from I_MaintTaskListOperation
  association [0..*] to C_MaintPckgTaskListOpAlloc as _Allocation  on  $projection.TaskListType         = _Allocation.TaskListType
                                                                   and $projection.TaskListGroup        = _Allocation.TaskListGroup
                                                                   and $projection.TaskListGroupCounter = _Allocation.TaskListGroupCounter
                                                                   and $projection.TaskListSequence     = _Allocation.TaskListSequence
                                                                   and $projection.TaskListOperationInternalId = _Allocation.TaskListOperationInternalId
{
  key TaskListType,
  key TaskListGroup,
  key TaskListGroupCounter,
  key TaskListSequence,
  key TaskListOperationInternalId,
      BillOfOperationsType,
      BillOfOperationsGroup,
      OperationText,
      Supplier,
      _BillOfOperationsType,
      _BillOfOperationsGroup,
      _BillOfOperationsSequence,
      _BOOOperationInternalID,
      _MaintenanceTaskList,
      _Supplier,
      _Allocation

}
where
     _MaintenanceTaskList.MaintenanceStrategy is not null
  or _MaintenanceTaskList.MaintenanceStrategy <> ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCETASKLIST",
"I_MAINTTASKLISTOPERATION"
],
"ASSOCIATED":
[
"C_MAINTPCKGTASKLISTOPALLOC",
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSSEQUENCE",
"I_BILLOFOPERATIONSTYPE",
"I_BOOOPERATIONINTERNALID",
"I_MAINTENANCETASKLIST",
"I_SUPPLIER"
],
"BASE":
[
"I_MAINTTASKLISTOPERATION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/