P_ChmlCmplRqRsltReldCt

DDL: P_CHMLCMPLRQRSLTRELDCT Type: view COMPOSITE Package: EHFND_BO_CCI

Compliance Requirements in Process

P_ChmlCmplRqRsltReldCt is a Composite CDS View that provides data about "Compliance Requirements in Process" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRslt) and exposes 2 fields. Part of development package EHFND_BO_CCI.

Data Sources (1)

SourceAliasJoin Type
I_CmplRqRslt I_CmplRqRslt from

Annotations (6)

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

Fields (2)

KeyFieldSource TableSource FieldDescription
ChmlCmplncInfoUUID ChmlCmplncInfoUUID
recordCount
@AbapCatalog:
{
  sqlViewName: 'PCCRQRSLTRELDCT',
  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: #COMPOSITE
@VDM.private: true

define view P_ChmlCmplRqRsltReldCt
  as select from I_CmplRqRslt
{
  ChmlCmplncInfoUUID,
 
  count(*) as recordCount
}
where CmplRqRsltProcessingStatus = 'RE'
group by ChmlCmplncInfoUUID