PiqCdsStudentData

DDL: PIQCDSSTUDENTDATA SQL: PIQCDSSTUDDATAP Type: view

Student Data Privacy Association

PiqCdsStudentData is a CDS View that provides data about "Student Data Privacy Association" in SAP S/4HANA. It reads from 1 data source (t7piqconfid) and exposes 2 fields with key field StudentData. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t7piqconfid t7piqconfid from

Associations (1)

CardinalityTargetAliasCondition
[0..*] PiqCdsStudentDataText _StudentDataText $projection.StudentData = _StudentDataText.StudentData

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PIQCDSSTUDDATAP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Student Data Privacy Association view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #X view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StudentData confid
_StudentDataText _StudentDataText
@AbapCatalog.sqlViewName: 'PIQCDSSTUDDATAP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Student Data Privacy Association'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #X

define view PiqCdsStudentData as select from t7piqconfid

    association [0..*] to PiqCdsStudentDataText as _StudentDataText on $projection.StudentData = _StudentDataText.StudentData {

    key confid as StudentData,

    _StudentDataText // Make association public

}
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T7PIQCONFID"
],
"ASSOCIATED":
[
"PIQCDSSTUDENTDATATEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/