A_ConfigblCodesCodeGroupText
Code Group of Configurable Codes – Text
A_ConfigblCodesCodeGroupText is a Composite CDS View that provides data about "Code Group of Configurable Codes – Text" in SAP S/4HANA. It reads from 1 data source (R_ConfigblCodesCodeGroupTextTP) and exposes 4 fields with key fields ConfigurableCodesCatalog, ConfigurableCodesCodeGroup, Language. It is exposed through 1 OData service (API_CONFIGURABLECODESCATALOG). Part of development package ODATA_QM_PLAN_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ConfigblCodesCodeGroupTextTP | R_ConfigblCodesCodeGroupTextTP | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Code Group of Configurable Codes – Text | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 | ConfigurableCodesCodeGroup | view | |
| OData.entitySet.name | ConfigurableCodesCodeGroupText | view | |
| OData.entityType.name | ConfigurableCodesCodeGroupText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONFIGURABLECODESCATALOG | API_CONFIGBLCODESCATALOG | V4 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConfigurableCodesCatalog | ConfigurableCodesCatalog | ||
| KEY | ConfigurableCodesCodeGroup | ConfigurableCodesCodeGroup | ||
| KEY | Language | Language | ||
| ConfigblCodesCodeGrpTxt | ConfigblCodesCodeGrpTxt |
@EndUserText.label: 'Code Group of Configurable Codes – Text'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@ObjectModel.dataCategory:#TEXT
@ObjectModel: {
usageType: {
dataClass: #MASTER,
sizeCategory: #S,
serviceQuality: #A
},
representativeKey: 'ConfigurableCodesCodeGroup',
semanticKey: ['ConfigurableCodesCatalog', 'ConfigurableCodesCodeGroup']
}
@OData: {
entitySet: { name: 'ConfigurableCodesCodeGroupText' },
entityType: { name: 'ConfigurableCodesCodeGroupText_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define view entity A_ConfigblCodesCodeGroupText
as projection on R_ConfigblCodesCodeGroupTextTP
{
@ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
key ConfigurableCodesCatalog,
@ObjectModel.foreignKey.association: '_ConfigurableCodesCodeGroup'
key ConfigurableCodesCodeGroup,
@Semantics.language: true
key Language,
@Semantics.text: true
ConfigblCodesCodeGrpTxt,
/* Associations */
_ConfigurableCodesCatalog : redirected to A_ConfigurableCodesCatalog,
_ConfigurableCodesCodeGroup : redirected to parent 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