I_MaintEventPrioznProfileText

DDL: I_MAINTEVENTPRIOZNPROFILETEXT SQL: IMAINTPRIOPRFLT Type: view BASIC

Text Prioritization Profile Maint Event

I_MaintEventPrioznProfileText is a Basic CDS View that provides data about "Text Prioritization Profile Maint Event" in SAP S/4HANA. It reads from 1 data source (eam_prioznprfl_t) and exposes 5 fields with key fields Language, MaintEvtPrioritizationProfile. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
eam_prioznprfl_t eam_prioznprfl_t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_MaintEventPrioznProfile _MaintEventPrioznProfile $projection.MaintEvtPrioritizationProfile = _MaintEventPrioznProfile.MaintEvtPrioritizationProfile

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTPRIOPRFLT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Text Prioritization Profile Maint Event view
ObjectModel.representativeKey MaintEvtPrioritizationProfile view
VDM.viewType #BASIC view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language language
KEY MaintEvtPrioritizationProfile mainteventprioznprfl
MaintEventPrioznProfileLabel mainteventprioznprfllabel
_Language _Language
_MaintEventPrioznProfile _MaintEventPrioznProfile
@AbapCatalog.sqlViewName: 'IMAINTPRIOPRFLT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Text Prioritization Profile Maint Event'
@ObjectModel.representativeKey: 'MaintEvtPrioritizationProfile'

@VDM.viewType: #BASIC
@AbapCatalog.preserveKey: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT


define view I_MaintEventPrioznProfileText as select from eam_prioznprfl_t

association [0..1] to I_Language             as _Language             
    on $projection.Language = _Language.Language
association [0..1] to I_MaintEventPrioznProfile as _MaintEventPrioznProfile 
    on $projection.MaintEvtPrioritizationProfile = _MaintEventPrioznProfile.MaintEvtPrioritizationProfile

{
    
    @Semantics.language:true
    key language as Language,
    key mainteventprioznprfl as MaintEvtPrioritizationProfile, 
    @Semantics.text:true
    mainteventprioznprfllabel as MaintEventPrioznProfileLabel
    
    //Associations

    ,_Language
    ,_MaintEventPrioznProfile
    
  
}  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EAM_PRIOZNPRFL_T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MAINTEVENTPRIOZNPROFILE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/