I_ChmlCmplncReqOriginProcVH

DDL: I_CHMLCMPLNCREQORIGINPROCVH Type: view COMPOSITE

Chem. Compl. Request Origin Process Value Help

I_ChmlCmplncReqOriginProcVH is a Composite CDS View that provides data about "Chem. Compl. Request Origin Process Value Help" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncReqOriginProc) and exposes 2 fields with key field ChmlCmplncReqOriginProc.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncReqOriginProc I_ChmlCmplncReqOriginProc from

Annotations (15)

NameValueLevelField
EndUserText.label Chem. Compl. Request Origin Process Value Help view
AbapCatalog.sqlViewName ICCMPLREQORIGPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.representativeKey ChmlCmplncReqOriginProc view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncReqOriginProc ChmlCmplncReqOriginProc
ChmlCmplncReqOriginProcName
@EndUserText.label: 'Chem. Compl. Request Origin Process Value Help'

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

@AccessControl:
{
  -- Customizing values of Request Status --> No auth. check necessary 
  authorizationCheck: #NOT_REQUIRED
}

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #COMPOSITE

@ObjectModel:
{
  dataCategory: #VALUE_HELP,
  resultSet.sizeCategory: #XS,

  usageType:
  {
    dataClass: #CUSTOMIZING,
    sizeCategory: #S,
    serviceQuality: #B
  },
  representativeKey: 'ChmlCmplncReqOriginProc'
}

@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define view I_ChmlCmplncReqOriginProcVH 
  as select from I_ChmlCmplncReqOriginProc
{
      @ObjectModel.text.element:  [ 'ChmlCmplncReqOriginProcName' ]
  key ChmlCmplncReqOriginProc,
      
      @Semantics.text: true
      @Search : { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      _Text[1: Language = $session.system_language ].ChmlCmplncReqOriginProcName
      
}