I_SVTAGGREGATIONHEADER
Aggregated SVT Header
I_SVTAGGREGATIONHEADER is a CDS View in S/4HANA. Aggregated SVT Header. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SVTTrackingPeriods | view | from | COMPOSITE |
@AbapCatalog.sqlViewName: 'ISVTAGGRHEADER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Aggregated SVT Header'
@VDM.viewType: #BASIC
@ObjectModel:
{
usageType:
{
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #C
}
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_SVTAggregationHeader
as select from ehpmad_svt_aghdr
association [0..*] to I_SVTAggregationItem as _SVTAggregationItem on $projection.SVTAggregationHeaderUUID = _SVTAggregationItem.SVTAggregationHeaderUUID
association [1..1] to I_Substance as _Substance on $projection.SubstanceUUID = _Substance.SubstanceUUID
{
//EHPMAD_SVT_RLHDR
key svtaggregationheaderuuid as SVTAggregationHeaderUUID,
compliancerequirement as ComplianceRequirement,
trackingperiodstartdate as TrackingPeriodStartDate,
trackingperiodenddate as TrackingPeriodEndDate,
substanceuuid as SubstanceUUID,
//Associations
_SVTAggregationItem,
_Substance
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHPMAD_SVT_AGHDR"
],
"ASSOCIATED":
[
"I_SUBSTANCE",
"I_SVTAGGREGATIONITEM"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/