P_MstrProjStstclKeyFigGrp

DDL: P_MSTRPROJSTSTCLKEYFIGGRP SQL: PMPSKFGRP Type: view BASIC

P_MstrProjStstclKeyFigGrp is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_Setleaf) and exposes 5 fields with key fields ControllingArea, SetID.

Data Sources (1)

SourceAliasJoin Type
I_Setleaf Setleaf from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PMPSKFGRP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ControllingArea SetSubClass
KEY SetID SetID
SetRangeOption SetRangeOption
StatisticalKeyfigure SetRangeFromValue
SetRangeToValue SetRangeToValue
@AbapCatalog.sqlViewName: 'PMPSKFGRP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
define view P_MstrProjStstclKeyFigGrp as select from I_Setleaf as Setleaf
{
    key SetSubClass as ControllingArea,
    key SetID ,
    SetRangeOption,
    SetRangeFromValue as StatisticalKeyfigure,
    SetRangeToValue
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SETLEAF"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/