P_RawChmlCmplRqRsltReldCt

DDL: P_RAWCHMLCMPLRQRSLTRELDCT Type: view CONSUMPTION

P_RawChmlCmplRqRsltReldCt is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_CmplRqRslt) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
I_CmplRqRslt I_CmplRqRslt from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PCCRRQRSLTRLCT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.private true view

Fields (2)

KeyFieldSource TableSource FieldDescription
ChmlCmplncInfoUUID ChmlCmplncInfoUUID
recordCount
@AbapCatalog:
{
  sqlViewName: 'PCCRRQRSLTRLCT',
  compiler.compareFilter: true
}

--Access Control: Authorizations Checks
@AccessControl:
{
  authorizationCheck: #NOT_REQUIRED
}

--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE

--VDM view type
@VDM.viewType: #CONSUMPTION
@VDM.private: true

define view P_RawChmlCmplRqRsltReldCt
  as select from I_CmplRqRslt
{
  ChmlCmplncInfoUUID,
 
  count(*) as recordCount
}
where CmplRqRsltProcessingStatus = 'RE'
group by ChmlCmplncInfoUUID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/