I_PPS_PurgDocClassification

DDL: I_PPS_PURGDOCCLASSIFICATION Type: view_entity BASIC

Classification

I_PPS_PurgDocClassification is a Basic CDS View (Dimension) that provides data about "Classification" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PPSPurgDocClassfctnCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PPS_PurgDocClassificationTxt _Text $projection.PPSPurgDocClassfctnCode = _Text.PPSPurgDocClassfctnCode

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Classification view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey PPSPurgDocClassfctnCode view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PPSPurgDocClassfctnCode
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Classification'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL
@ObjectModel.representativeKey: 'PPSPurgDocClassfctnCode'
//@JIRA-KEY S4PPS-5992,5976,5975,5974,5031,4976,4975,4971,6477

define view entity I_PPS_PurgDocClassification
  as select from dd07l
  association [0..*] to I_PPS_PurgDocClassificationTxt as _Text on $projection.PPSPurgDocClassfctnCode = _Text.PPSPurgDocClassfctnCode

{
//      @ObjectModel.text.association: '_Text'

//  key cast(domvalue_l as pps_e_classification)                         as PurgDocClassfctnCode,

  key cast(domvalue_l as pps_e_classification)                         as PPSPurgDocClassfctnCode,

      /* Associations */
      _Text

}
where
      domname  = 'PPS_E_CLASSIFICATION_D'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PPS_PURGDOCCLASSIFICATIONTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/