P_SPP_TRAININGDATA04
P_SPP_TRAININGDATA04 is a CDS View in S/4HANA. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SPP_TrainingData05A1 | view | left_outer | COMPOSITE | |
| P_SPP_TrainingData05B1 | view | left_outer | COMPOSITE | |
| P_SPP_TrainingData05C | view | from | COMPOSITE | |
| P_SPP_TrainingData05D | view | from | COMPOSITE |
@AbapCatalog.sqlViewName: 'PSDSPPTDA04'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #COMPOSITE
define view P_SPP_TrainingData04
as select from P_SPP_TrainingData03
{
key YearMonth,
key PartOfMonth,
key YearQuarter,
key PartOfQuarter,
key SalesOrganization,
key DistributionChannel,
key Division,
key SoldToParty,
key CustomerGroup,
key Material,
key MaterialGroup,
key BillingDocumentType,
Amount
}
where Amount != 0
and Amount is not null
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_SPP_TRAININGDATA03"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/