I_EntProjectRoleTypeText
Role Type for Ent Projects - Text
I_EntProjectRoleTypeText is a Basic CDS View that provides data about "Role Type for Ent Projects - Text" in SAP S/4HANA. It reads from 1 data source (dpr_part_role_t) and exposes 4 fields with key field ProjectRoleType. It has 1 association to related views. Part of development package VDM_PPM_OBJECTS_ROLE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dpr_part_role_t | dpr_part_role_t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Role Type for Ent Projects - Text | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IENTPRJRLTYTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.dataMaintenance | #RESTRICTED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.representativeKey | ProjectRoleType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| identifiesthelanguagekeylanguasLanguage | ||||
| KEY | ProjectRoleType | participant_role | ||
| _ProjectRoleType | _ProjectRoleType | |||
| _Language | _Language |
@EndUserText.label: 'Role Type for Ent Projects - Text'
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
sqlViewName: 'IENTPRJRLTYTXT',
compiler.compareFilter: true,
preserveKey:true,
dataMaintenance: #RESTRICTED
}
@Analytics.dataExtraction.enabled: true
@ObjectModel: {
representativeKey: 'ProjectRoleType',
dataCategory: #TEXT,
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ],
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_EntProjectRoleTypeText as select from dpr_part_role_t
association to parent I_EnterpriseProjectRoleType as _ProjectRoleType
on $projection.ProjectRoleType = _ProjectRoleType.ProjectRoleType
association [0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true -- identifies the language
key langu as Language,
@ObjectModel.foreignKey.association: '_ProjectRoleType'
@ObjectModel.text.element: ['ProjectRoleTypeText']
key participant_role as ProjectRoleType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true -- identifies the first text field
role_text as ProjectRoleTypeText,
_ProjectRoleType,
_Language
}
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