I_ChmlCmplncBusProcVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncBusProc | I_ChmlCmplncBusProc | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA