I_ChmlCmplncSpcfcCvrgExists

DDL: I_CHMLCMPLNCSPCFCCVRGEXISTS Type: view BASIC

Specific Coverage Exists Indicator

I_ChmlCmplncSpcfcCvrgExists is a Basic CDS View that provides data about "Specific Coverage Exists Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChmlCmplncSpcfcCvrgExists. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l ChmlCmplncSpcfcCvrgExists from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChmlCmplncSpcfcCvrgExistsTxt _Text $projection.ChmlCmplncSpcfcCvrgExists = _Text.ChmlCmplncSpcfcCvrgExists

Annotations (10)

NameValueLevelField
EndUserText.label Specific Coverage Exists Indicator view
AbapCatalog.sqlViewName ICCSPCFCCVRGEX view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.representativeKey ChmlCmplncSpcfcCvrgExists view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncSpcfcCvrgExists
_Text _Text
@EndUserText.label: 'Specific Coverage Exists Indicator'

@AbapCatalog:
{
  sqlViewName: 'ICCSPCFCCVRGEX',
  compiler.compareFilter: true
}

@AccessControl:
{
  -- Customizing values of Specific Coverage Exists --> No auth. check necessary 
  authorizationCheck: #NOT_REQUIRED
}

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC

@ObjectModel:
{
  usageType:
  {
    dataClass: #META,
    sizeCategory: #S,
    serviceQuality: #B
  },
  representativeKey: 'ChmlCmplncSpcfcCvrgExists'
}

define view I_ChmlCmplncSpcfcCvrgExists
  as select from dd07l as ChmlCmplncSpcfcCvrgExists

  --Text association
  association [0..*] to I_ChmlCmplncSpcfcCvrgExistsTxt    as _Text     on $projection.ChmlCmplncSpcfcCvrgExists = _Text.ChmlCmplncSpcfcCvrgExists

{
      @ObjectModel.text.association: '_Text'
  key substring(ChmlCmplncSpcfcCvrgExists.domvalue_l, 1, 10) as ChmlCmplncSpcfcCvrgExists,
      
      _Text
      
}
where
      ChmlCmplncSpcfcCvrgExists.domname  = 'EHPMA_SPECIFIC_COV_EXISTS'
  and ChmlCmplncSpcfcCvrgExists.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CHMLCMPLNCSPCFCCVRGEXISTSTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/