A_ConfigblCodesCatalogText
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)
| Source | Alias | Join Type |
|---|---|---|
| R_ConfigblCodesCatalogTextTP | R_ConfigblCodesCatalogTextTP | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONFIGURABLECODESCATALOG | API_CONFIGBLCODESCATALOG | V4 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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