R_WorkforcePersonSkillTagTP_3
Skill Tags for Workforce Person
R_WorkforcePersonSkillTagTP_3 is a Transactional CDS View that provides data about "Skill Tags for Workforce Person" in SAP S/4HANA. It reads from 1 data source (R_WorkforcePersonSkillTagTP_1) and exposes 4 fields with key fields WorkforcePersonExternalID, WorkforcePersonSkillTagID. Part of development package WFD_INT_RAP_ODATA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkforcePersonSkillTagTP_1 | WorkforcePersonTags | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Skill Tags for Workforce Person | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkforcePersonExternalID | WorkforcePersonExternalID | ||
| KEY | WorkforcePersonSkillTagID | R_WorkforcePersonSkillTagTP_1 | WorkforcePersonSkillTagID | |
| WorkforcePersonTagText | R_WorkforcePersonSkillTagTP_1 | WorkforcePersonTagText | ||
| _WorkforcePerson | _WorkforcePerson |
@AccessControl.authorizationCheck: #MANDATORY
//@AbapCatalog.sqlViewName: 'RSKILLTAG3'
@EndUserText.label: 'Skill Tags for Workforce Person'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
}
define view entity R_WorkforcePersonSkillTagTP_3
as select from R_WorkforcePersonSkillTagTP_1 as WorkforcePersonTags
// association to parent I_WorkforcePersonTP as _WorkforcePerson on $projection.WorkforcePersonExternalID = _WorkforcePerson.WorkforcePersonExternalID
association to parent R_WorkforcePersonTP_3 as _WorkforcePerson on _WorkforcePerson.WorkforcePersonExternalID = $projection.WorkforcePersonExternalID
{
key WorkforcePersonExternalID as WorkforcePersonExternalID,
key WorkforcePersonTags.WorkforcePersonSkillTagID,
WorkforcePersonTags.WorkforcePersonTagText,
/* Associations */
_WorkforcePerson
}
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