I_MKT_CntntStoreUsageText

DDL: I_MKT_CNTNTSTOREUSAGETEXT Type: view BASIC Package: CUAN_CDS_DIGITAL_ASSET

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)

SourceAliasJoin Type
dd07t CntntStoreUsage from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_MKT_CntntStoreUsage _CntntStoreUsage $projection.CntntStoreUsage = _CntntStoreUsage.CntntStoreUsage

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'