C_MaintPckgTaskListOpAlloc
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)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintPckgTaskListOpAlloc | I_MaintPckgTaskListOpAlloc | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA