I_ChmlCmplncIdfrParentTypeVH

DDL: I_CHMLCMPLNCIDFRPARENTTYPEVH Type: view_entity BASIC Package: EHFND_RAP_CCIDFR

Chml Compliance Identifier Parent Type

I_ChmlCmplncIdfrParentTypeVH is a Basic CDS View that provides data about "Chml Compliance Identifier Parent Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChmlCmplncIdfrParentType. It has 1 association to related views. Part of development package EHFND_RAP_CCIDFR.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChmlCmplncIdfrParentTypeTxt _Text

Annotations (12)

NameValueLevelField
EndUserText.label Chml Compliance Identifier Parent Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey ChmlCmplncIdfrParentType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncIdfrParentType
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Chml Compliance Identifier Parent Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: { 
  representativeKey: 'ChmlCmplncIdfrParentType',
  dataCategory: #VALUE_HELP,
  resultSet.sizeCategory: #XS,
  usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MASTER
 }
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define root view entity I_ChmlCmplncIdfrParentTypeVH   
  as select from dd07l
  composition [0..*] of I_ChmlCmplncIdfrParentTypeTxt as _Text
{
  @UI.hidden: true
  @ObjectModel.text.association: '_Text'
  @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
  key cast(domvalue_l as ehfnd_ccidfr_parent_type ) as ChmlCmplncIdfrParentType,

  @UI.hidden: true
  _Text
}
where
      as4local = 'A'
  and as4vers  = '0000'
  and domname  = 'EHFND_CCIDFR_PARENT_TYPE'