I_ChmlCmplncSpcfcCvrgExistsTxt
Marketability Coverage Status Text
I_ChmlCmplncSpcfcCvrgExistsTxt is a Basic CDS View that provides data about "Marketability Coverage Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key field ChmlCmplncSpcfcCvrgExists. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | ChmlCmplncSpcfcCvrgExistsTxt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Marketability Coverage Status Text | view | |
| AbapCatalog.sqlViewName | ICCSPCFCCVRGEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | ChmlCmplncSpcfcCvrgExists | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncSpcfcCvrgExists | |||
| ddlanguageassylanguasLanguage | ||||
| ddtextasChmlCmplncSpcfcCvrgExistsName | ||||
| _Language | _Language |
@EndUserText.label: 'Marketability Coverage Status Text'
@AbapCatalog:
{
sqlViewName: 'ICCSPCFCCVRGEXT',
compiler.compareFilter: true
}
-- Customizing values of Specific Coverage Exists --> No auth. check necessary
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel:
{
dataCategory: #TEXT,
usageType:
{
dataClass: #META,
serviceQuality: #B,
sizeCategory: #S
},
representativeKey: 'ChmlCmplncSpcfcCvrgExists'
}
define view I_ChmlCmplncSpcfcCvrgExistsTxt
as select from dd07t as ChmlCmplncSpcfcCvrgExistsTxt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key substring(ChmlCmplncSpcfcCvrgExistsTxt.domvalue_l, 1, 10) as ChmlCmplncSpcfcCvrgExists,
--Language
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key cast(ChmlCmplncSpcfcCvrgExistsTxt.ddlanguage as sylangu) as Language,
--language-dependent description of domain value
@Semantics.text: true
ChmlCmplncSpcfcCvrgExistsTxt.ddtext as ChmlCmplncSpcfcCvrgExistsName,
/* Associations */
_Language
}
where
ChmlCmplncSpcfcCvrgExistsTxt.domname = 'EHPMA_SPECIFIC_COV_EXISTS'
and ChmlCmplncSpcfcCvrgExistsTxt.as4local = 'A'
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