I_MKT_CntntStoreUsageText
Content Repository: Usage Text
I_MKT_CntntStoreUsageText is a Basic CDS View that provides data about "Content Repository: Usage Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields CntntStoreUsage, Language. It has 1 association to related views. Part of development package CUAN_CDS_DIGITAL_ASSET.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | CntntStoreUsage | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MKT_CntntStoreUsage | _CntntStoreUsage | $projection.CntntStoreUsage = _CntntStoreUsage.CntntStoreUsage |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | IMKTCNTSTRUSAGET | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Content Repository: Usage Text | view | |
| OData.entitySet.name | ContentStoreUsageTexts | view | |
| ObjectModel.representativeKey | CntntStoreUsage | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CntntStoreUsage | |||
| _CntntStoreUsage | _CntntStoreUsage | |||
| KEY | Language | ddlanguage | ||
| CntntStoreUsageText |
@AbapCatalog: {
compiler.compareFilter: true,
preserveKey: true,
sqlViewName: 'IMKTCNTSTRUSAGET'
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Content Repository: Usage Text'
@OData.entitySet.name: 'ContentStoreUsageTexts'
@ObjectModel: {
representativeKey: 'CntntStoreUsage',
usageType: {
dataClass: #META,
serviceQuality: #X,
sizeCategory: #S
}
}
@VDM.viewType: #BASIC
define view I_MKT_CntntStoreUsageText
as select from dd07t as CntntStoreUsage
association [0..1] to I_MKT_CntntStoreUsage as _CntntStoreUsage on $projection.CntntStoreUsage = _CntntStoreUsage.CntntStoreUsage
{
@ObjectModel.readOnly: true
key cast(domvalue_l as cuan_cntntstore_usage) as CntntStoreUsage,
_CntntStoreUsage,
@ObjectModel.readOnly: true
@Semantics.language: true
key ddlanguage as Language,
@ObjectModel.readOnly: true
@Semantics.text: true
cast(ddtext as cuan_cntntstore_usage_text) as CntntStoreUsageText
}
where
domname = 'CUAN_CNTNTSTORE_USAGE'
and 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