I_HCMProcProcessorRoleText
HCM Process Processor Role - Text
I_HCMProcProcessorRoleText is a Basic CDS View that provides data about "HCM Process Processor Role - Text" in SAP S/4HANA. It reads from 1 data source (t5asrprocrolet) and exposes 5 fields with key fields Language, HCMProcessStepProcessorRole. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t5asrprocrolet | t5asrprocrolet | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_HCMProcProcessorRole | _HCMProcProcessorRole | $projection.HCMProcessStepProcessorRole = _HCMProcProcessorRole.HCMProcessStepProcessorRole |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IHCMPRPROCROLT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | HCM Process Processor Role - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | HCMProcessStepProcessorRole | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | HCMProcessStepProcessorRole | processor_role | ||
| HCMProcStepProcessorRoleText | text | |||
| _Language | _Language | |||
| _HCMProcProcessorRole | _HCMProcProcessorRole |
@AbapCatalog.sqlViewName: 'IHCMPRPROCROLT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'HCM Process Processor Role - Text'
@ObjectModel: { dataCategory: #TEXT,
representativeKey: 'HCMProcessStepProcessorRole',
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT }
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_HCMProcProcessorRoleText as select from t5asrprocrolet
association [0..1] to I_HCMProcProcessorRole as _HCMProcProcessorRole on $projection.HCMProcessStepProcessorRole = _HCMProcProcessorRole.HCMProcessStepProcessorRole
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.foreignKey.association: '_HCMProcProcessorRole'
key processor_role as HCMProcessStepProcessorRole,
@Semantics.text: true
text as HCMProcStepProcessorRoleText,
_Language,
_HCMProcProcessorRole
}
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