E_WorkforceAssignment
Extended view for workforce assignment details
E_WorkforceAssignment is a Extension CDS View that provides data about "Extended view for workforce assignment details" in SAP S/4HANA. It reads from 1 data source (wfd_d_assgmt) and exposes 1 field with key field WorkforceAssignment. Part of development package WFD_BL_PERSISTENCE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wfd_d_assgmt | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EWORKFORCEASGMNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Extended view for workforce assignment details | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkforceAssignment | wfd_d_assgmt | workforce_assgmt_id |
@AbapCatalog.sqlViewName: 'EWORKFORCEASGMNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #B,
sizeCategory: #S
}
}
@EndUserText.label: 'Extended view for workforce assignment details'
define view E_WorkforceAssignment
as select from wfd_d_assgmt as Persistence
{
key Persistence.workforce_assgmt_id as WorkforceAssignment
}
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