C_MaintPckgTaskListOpAlloc

DDL: C_MAINTPCKGTASKLISTOPALLOC SQL: CMPCKTLOPALLOC Type: view CONSUMPTION

Allocation of Maintenance Packages to Task List Operations

C_MaintPckgTaskListOpAlloc is a Consumption CDS View that provides data about "Allocation of Maintenance Packages to Task List Operations" in SAP S/4HANA. It reads from 1 data source (I_MaintPckgTaskListOpAlloc) and exposes 15 fields with key fields TaskListType, TaskListGroup, TaskListGroupCounter, TaskListSequence, TaskListOperationInternalId.

Data Sources (1)

SourceAliasJoin Type
I_MaintPckgTaskListOpAlloc I_MaintPckgTaskListOpAlloc from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMPCKTLOPALLOC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Allocation of Maintenance Packages to Task List Operations view
ObjectModel.representativeKey MaintPckgTskListOpAllocIntNmbr view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #CONSUMPTION view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY TaskListType TaskListType
KEY TaskListGroup TaskListGroup
KEY TaskListGroupCounter TaskListGroupCounter
KEY TaskListSequence Sequence
KEY TaskListOperationInternalId TaskListOperationInternalId
KEY MaintenancePackage MaintenancePackage
KEY MaintPckgTskListOpAllocIntNmbr MaintPckgTskListOpAllocIntNmbr
MaintenanceStrategy MaintenanceStrategy
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup
_BillOfOperations _BillOfOperations
_BillOfOperationsSequence _BillOfOperationsSequence
_BillOfOperationsOperation _BillOfOperationsOperation
_MaintenancePackage _MaintenancePackage
_MaintenanceTaskList _MaintenanceTaskList
@AbapCatalog.sqlViewName: 'CMPCKTLOPALLOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Allocation of Maintenance Packages to Task List Operations'
@ObjectModel.representativeKey:  'MaintPckgTskListOpAllocIntNmbr' 
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #CONSUMPTION
define view C_MaintPckgTaskListOpAlloc
  as select from I_MaintPckgTaskListOpAlloc
{
  key TaskListType,
  key TaskListGroup,
  key TaskListGroupCounter,
  key Sequence as TaskListSequence,
  key TaskListOperationInternalId,
  key MaintenancePackage,
  key MaintPckgTskListOpAllocIntNmbr,
      MaintenanceStrategy,
      _BillOfOperationsType,
      _BillOfOperationsGroup,
      _BillOfOperations,
      _BillOfOperationsSequence,
      _BillOfOperationsOperation,
      _MaintenancePackage,
      _MaintenanceTaskList
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTPCKGTASKLISTOPALLOC"
],
"ASSOCIATED":
[
"I_BILLOFOPERATIONS",
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSOPERATION",
"I_BILLOFOPERATIONSSEQUENCE",
"I_BILLOFOPERATIONSTYPE",
"I_MAINTENANCEPACKAGE",
"I_MAINTENANCETASKLIST"
],
"BASE":
[
"I_MAINTPCKGTASKLISTOPALLOC"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/