I_WorkforcePersonSkillTagTP_1
Projection of Workforceperson Tags - TP
I_WorkforcePersonSkillTagTP_1 is a Transactional CDS View that provides data about "Projection of Workforceperson Tags - TP" in SAP S/4HANA. It reads from 1 data source (R_WorkforcePersonSkillTagTP_1) and exposes 3 fields with key fields WorkforcePersonExternalID, WorkforcePersonSkillTagID. Part of development package WFD_INT_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkforcePersonSkillTagTP_1 | R_WorkforcePersonSkillTagTP_1 | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Projection of Workforceperson Tags - TP | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkforcePersonExternalID | WorkforcePersonExternalID | ||
| KEY | WorkforcePersonSkillTagID | WorkforcePersonSkillTagID | ||
| WorkforcePersonTagText | WorkforcePersonTagText |
@EndUserText.label: 'Projection of Workforceperson Tags - TP'
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{
usageType:{
serviceQuality: #C,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
},
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
}
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_WorkforcePersonSkillTagTP_1
as projection on R_WorkforcePersonSkillTagTP_1
{
key WorkforcePersonExternalID,
key WorkforcePersonSkillTagID,
// key WorkAssignmentExternalID,
// key Country2DigitISOCode,
// WorkAssignment,
// WorkforcePersonSkillTagType,
WorkforcePersonTagText,
/* Associations */
// _WorkAssignment : redirected to parent I_WorkAssignmentTP_1,
_WorkforcePerson : redirected to parent I_WorkforcePersonTP_1
}
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