//@ClientHandling.algorithm: #SESSION_VARIABLE
//@AbapCatalog.sqlViewName : 'ANGCCLS04'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label : 'Class Texts'
//@VDM.viewType: #COMPOSITE
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey : 'ClassInternalID'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@Consumption.filter .businessDate.at: true
define view entity A_ClfnClassTextForKeyDate
with parameters
@Semantics.businessDate.at: true
@Consumption.hidden: true
P_KeyDate :sydate
as select from I_ClfnClassTextForKeyDateTP( P_KeyDate:$parameters .P_KeyDate ) as ClassText
association to parent A_ClfnClassForKeyDate as _Class
on $projection.ClassInternalID = _Class.ClassInternalID
{
key ClassText.ClassInternalID,
@Semantics.language: true
key ClassText.Language,
@ObjectModel.foreignKey.association : null
key ClassText.LongTextID,
@Semantics.text: true
ClassText.ClassText,
// @ObjectModel.readOnly: true
$parameters .P_KeyDate as KeyDate,
// @ObjectModel.readOnly: true
ClassText.ClassLastChangedDateTime,
_Class
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_CLFNCLASSTEXTFORKEYDATETP"
],
"ASSOCIATED":
[
"A_CLFNCLASSFORKEYDATE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
A_ClfnClassTextForKeyDate view_entity