I_SftyRlvtChgNotifProcgStsText

DDL: I_SFTYRLVTCHGNOTIFPROCGSTSTEXT SQL: IEHSSRCPRCSTST Type: view BASIC

SRC: Text for Processing Status of SRC

I_SftyRlvtChgNotifProcgStsText is a Basic CDS View that provides data about "SRC: Text for Processing Status of SRC" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields SafetyRelevantChgNotifProcgSts, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (14)

NameValueLevelField
EndUserText.label SRC: Text for Processing Status of SRC view
AbapCatalog.sqlViewName IEHSSRCPRCSTST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #SINGLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SafetyRelevantChgNotifProcgSts view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SafetyRelevantChgNotifProcgSts dd07t domvalue_l
KEY Language dd07t ddlanguage
SftyRlvtChgNotifProcgStsText dd07t ddtext
_Language _Language
@EndUserText.label: 'SRC: Text for Processing Status of SRC'

@AbapCatalog.sqlViewName: 'IEHSSRCPRCSTST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC

@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #SINGLE
}

@ObjectModel:{ dataCategory: #TEXT,
               representativeKey: 'SafetyRelevantChgNotifProcgSts',
               usageType:{ serviceQuality: #A,
                           sizeCategory:   #L,
                           dataClass:      #META } }

@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SftyRlvtChgNotifProcgStsText
  as select from dd07t

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

{

  key dd07t.domvalue_l                                    as SafetyRelevantChgNotifProcgSts,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key dd07t.ddlanguage                                    as Language,
      @Semantics.text:true
      dd07t.ddtext                                        as SftyRlvtChgNotifProcgStsText,

      _Language

}
where
      dd07t.domname  = 'EHHSS_SRC_STATUS'
  and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/