P_TaskListToEquipAlloc
Allocation of Task Lists to Equipment
P_TaskListToEquipAlloc is a Composite CDS View that provides data about "Allocation of Task Lists to Equipment" in SAP S/4HANA. It reads from 1 data source (I_TaskListToEquipAlloc) and exposes 4 fields with key fields TaskListType, TaskListGroup, Equipment. Part of development package ODATA_EAM_TASKLIST_MAN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TaskListToEquipAlloc | I_TaskListToEquipAlloc | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | Equipment | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TaskListType | TaskListType | ||
| KEY | TaskListGroup | TaskListGroup | ||
| KEY | Equipment | Equipment | ||
| _Equipment | _Equipment |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'Equipment'
//@Analytics.technicalName: 'PTSKLSTTOEQALLOC'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.private: true
@VDM.viewType: #COMPOSITE
define view entity P_TaskListToEquipAlloc
as select from I_TaskListToEquipAlloc
{
key TaskListType,
key TaskListGroup,
key Equipment,
_Equipment
}
group by
TaskListType,
TaskListGroup,
Equipment
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