I_HCMProcProcessorRoleText

DDL: I_HCMPROCPROCESSORROLETEXT SQL: IHCMPRPROCROLT Type: view BASIC

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)

SourceAliasJoin Type
t5asrprocrolet t5asrprocrolet from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_HCMProcProcessorRole _HCMProcProcessorRole $projection.HCMProcessStepProcessorRole = _HCMProcProcessorRole.HCMProcessStepProcessorRole
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}