I_CmplRqRsltProcessingStatus

DDL: I_CMPLRQRSLTPROCESSINGSTATUS SQL: ICRRPS Type: view BASIC Package: EHFND_BO_CRR

Compliance Requirement Result Processing Status

I_CmplRqRsltProcessingStatus is a Basic CDS View that provides data about "Compliance Requirement Result Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CmplRqRsltProcessingStatus. It has 1 association to related views. Part of development package EHFND_BO_CRR.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CmplRqRsltProcgStsTxt _Text $projection.CmplRqRsltProcessingStatus = _Text.CmplRqRsltProcessingStatus

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ICRRPS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Compliance Requirement Result Processing Status view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey CmplRqRsltProcessingStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltProcessingStatus dd07l domvalue_l
_Text _Text
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'ICRRPS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Compliance Requirement Result Processing Status'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'CmplRqRsltProcessingStatus'
@ObjectModel.usageType:{ serviceQuality: #A,        // < 1 msec

                         sizeCategory:  #S,         // < 1.000

                         dataClass: #META }
@VDM.viewType: #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view I_CmplRqRsltProcessingStatus as select from dd07l 
  association [0..*] to I_CmplRqRsltProcgStsTxt as _Text on $projection.CmplRqRsltProcessingStatus = _Text.CmplRqRsltProcessingStatus
{
  @ObjectModel.text.association: '_Text'
  key dd07l.domvalue_l as CmplRqRsltProcessingStatus,
  _Text
}
where dd07l.domname = 'EHFND_CRR_PROCSTAT'
  and dd07l.as4local = 'A'