I_PT_SeriesProcgCodeVH

DDL: I_PT_SERIESPROCGCODEVH Type: view_entity BASIC

Series Processing Code

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_PT_SeriesProcgCodeText _Text $projection.DomainValueLow = _Text.PT_SeriesProcgCode

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Series Processing Code view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
Analytics.internalName #LOCAL view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PT_SeriesProcgCode view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PT_SeriesProcgCode
DomainValueLow domvalue_l
PT_SeriesProcgCodeText _Text PT_SeriesProcgCodeText
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Series Processing Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #M,
  dataClass: #MASTER
}
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'PT_SeriesProcgCode'
define view entity I_PT_SeriesProcgCodeVH
  as select from dd07l

  association [0..1] to I_PT_SeriesProcgCodeText as _Text on $projection.DomainValueLow = _Text.PT_SeriesProcgCode
{
  key cast( dd07l.domvalue_l as glo_pt_vc_mode ) as PT_SeriesProcgCode,
      @UI.hidden: true
      domvalue_l                                 as DomainValueLow,
      _Text.PT_SeriesProcgCodeText               as PT_SeriesProcgCodeText,
      _Text
}

where
  domname = 'GLO_PT_VC_MODE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PT_SERIESPROCGCODETEXT",
"DD07L"
],
"ASSOCIATED":
[
"I_PT_SERIESPROCGCODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/