A_ConfigurableCodesCatalog
Catalog of Configurable Codes
A_ConfigurableCodesCatalog is a Composite CDS View that provides data about "Catalog of Configurable Codes" in SAP S/4HANA. It reads from 1 data source (R_ConfigurableCodesCatalogTP) and exposes 2 fields with key field ConfigurableCodesCatalog. It is exposed through 1 OData service (API_CONFIGURABLECODESCATALOG).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ConfigurableCodesCatalogTP | R_ConfigurableCodesCatalogTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Catalog of Configurable Codes | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | ConfigurableCodesCatalog | view | |
| OData.entitySet.name | ConfigurableCodesCatalog | view | |
| OData.entityType.name | ConfigurableCodesCatalog_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONFIGURABLECODESCATALOG | API_CONFIGBLCODESCATALOG | V4 | C2 | C1 |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConfigurableCodesCatalog | _ConfigurableCodesCatalog | ConfigurableCodesCatalog | |
| ConfigblCodesCtlgHasLgclDeltn | ConfigblCodesCtlgHasLgclDeltn |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Catalog of Configurable Codes'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@ObjectModel: {
usageType: {
dataClass: #MASTER,
sizeCategory: #S,
serviceQuality: #A
},
representativeKey: 'ConfigurableCodesCatalog',
semanticKey: ['ConfigurableCodesCatalog']
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@OData: {
entitySet: { name: 'ConfigurableCodesCatalog' },
entityType: { name: 'ConfigurableCodesCatalog_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define root view entity A_ConfigurableCodesCatalog
provider contract transactional_query // Set due to recomendation by behavior definition
as projection on R_ConfigurableCodesCatalogTP as _ConfigurableCodesCatalog
{
@ObjectModel.sapObjectNodeTypeReference: 'ConfigurableCodesCatalog'
key _ConfigurableCodesCatalog.ConfigurableCodesCatalog,
ConfigblCodesCtlgHasLgclDeltn,
/* Associations */
_ConfigblCodesCatalogText as _ConfigurableCodesCatalogText : redirected to composition child A_ConfigblCodesCatalogText,
_ConfigurableCodesCodeGroup : redirected to composition child A_ConfigurableCodesCodeGroup
}
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