I_ChmlCmplncBusProcVH

DDL: I_CHMLCMPLNCBUSPROCVH Type: view COMPOSITE Package: EHFND_PRODUCT_MASTER_COMN

Chemical Compliance Business Process Value Help

I_ChmlCmplncBusProcVH is a Composite CDS View that provides data about "Chemical Compliance Business Process Value Help" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncBusProc) and exposes 2 fields with key field ChmlCmplncBusinessProcess. Part of development package EHFND_PRODUCT_MASTER_COMN.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncBusProc I_ChmlCmplncBusProc from

Annotations (13)

NameValueLevelField
EndUserText.label Chemical Compliance Business Process Value Help view
AbapCatalog.sqlViewName ICCMPLBUSPRVH view
AbapCatalog.compiler.compareFilter 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 ChmlCmplncBusinessProcess view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncBusinessProcess ChmlCmplncBusinessProcess
ChmlCmplncBusinessProcessName
@EndUserText.label: 'Chemical Compliance Business Process Value Help'

@AbapCatalog:
{
  sqlViewName: 'ICCMPLBUSPRVH',
  compiler.compareFilter: 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: 'ChmlCmplncBusinessProcess'
}

@Metadata.ignorePropagatedAnnotations: true

define view I_ChmlCmplncBusProcVH  
  as select from I_ChmlCmplncBusProc
{
      @UI.textArrangement:#TEXT_ONLY
      @ObjectModel.text.element:  [ 'ChmlCmplncBusinessProcessName' ]
  key ChmlCmplncBusinessProcess,
      
      @Semantics.text: true
      _Text[1: Language = $session.system_language ].ChmlCmplncBusinessProcessName
      
}
//TODO: remove this restriction as soon as ALL (#2080164474) processes are supported

where ChmlCmplncBusinessProcess <> 'ALL'