R_WORKFORCEPERSONSKILLTAGTP_1
WorkforcePerson Tags TP View
R_WORKFORCEPERSONSKILLTAGTP_1 is a CDS View in S/4HANA. WorkforcePerson Tags TP View. It contains 2 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_WorkforcePersonSkillTagTP_1 | view_entity | projection | TRANSACTIONAL | Projection of Workforceperson Tags - TP |
| R_WorkforcePersonSkillTagTP_3 | view_entity | from | TRANSACTIONAL | Skill Tags for Workforce Person |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | WorkforcePersonSkillTagID | WorkforcePersonSkillTagID | 1 |
| WorkforcePersonTagText | WorkforcePersonTagText | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'WorkforcePerson Tags TP View'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
define view entity R_WorkforcePersonSkillTagTP_1
as select from I_WorkforcePersonSkillTag as WorkforcePersonTags
association to parent I_WorkforcePersonTP as _WorkforcePerson on $projection.WorkforcePersonExternalID = _WorkforcePerson.WorkforcePersonExternalID
// Extension
// association [1] to E_WorkforcePersonTag_1 as _Extension on $projection.WorkAssignment = _Extension.WorkAssignment
// and $projection.WorkforcePersonSkillTagID = _Extension.workforcepersonskilltagid
{
key WorkforcePersonExternalID as WorkforcePersonExternalID,
key WorkforcePersonTags.WorkforcePersonSkillTagID,
WorkforcePersonTags.WorkforcePersonTagText,
/* Associations */
_WorkforcePerson
}