A_ConfigblCodesCatalogText

DDL: A_CONFIGBLCODESCATALOGTEXT Type: view_entity COMPOSITE

Catalog of Configurable Codes – Text

A_ConfigblCodesCatalogText is a Composite CDS View that provides data about "Catalog of Configurable Codes – Text" in SAP S/4HANA. It reads from 1 data source (R_ConfigblCodesCatalogTextTP) and exposes 3 fields with key fields ConfigurableCodesCatalog, Language. It is exposed through 1 OData service (API_CONFIGURABLECODESCATALOG).

Data Sources (1)

SourceAliasJoin Type
R_ConfigblCodesCatalogTextTP R_ConfigblCodesCatalogTextTP projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Catalog of Configurable Codes – Text view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey ConfigurableCodesCatalog view
OData.entitySet.name ConfigurableCodesCatalogText view
OData.entityType.name ConfigurableCodesCatalogText_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_CONFIGURABLECODESCATALOG API_CONFIGBLCODESCATALOG V4 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConfigurableCodesCatalog ConfigurableCodesCatalog
KEY Language Language
ConfigblCodesCatalogTxt ConfigblCodesCatalogTxt
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Catalog of Configurable Codes – Text'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory:#TEXT
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    sizeCategory: #S,
    serviceQuality: #A
  },
  representativeKey: 'ConfigurableCodesCatalog',
  semanticKey: ['ConfigurableCodesCatalog']
}
@OData: {
  entitySet:  { name: 'ConfigurableCodesCatalogText' },
  entityType: { name: 'ConfigurableCodesCatalogText_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define view entity A_ConfigblCodesCatalogText
as projection on R_ConfigblCodesCatalogTextTP
{
  @ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
  key ConfigurableCodesCatalog,
  @Semantics.language: true
  key Language,
  @Semantics.text: true
  ConfigblCodesCatalogTxt,
  /* Associations */
  _ConfigurableCodesCatalog : redirected to parent A_ConfigurableCodesCatalog
}