A_ConfigurableCodesCodeGroup
Code Group of Configurable Codes
A_ConfigurableCodesCodeGroup is a Composite CDS View that provides data about "Code Group of Configurable Codes" in SAP S/4HANA. It reads from 1 data source (R_ConfigurableCodesCodeGroupTP) and exposes 4 fields with key fields ConfigurableCodesCatalog, ConfigurableCodesCodeGroup.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ConfigurableCodesCodeGroupTP | R_ConfigurableCodesCodeGroupTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Code Group of Configurable Codes | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 | ConfigurableCodesCodeGroup | view | |
| OData.entitySet.name | ConfigurableCodesCodeGroup | view | |
| OData.entityType.name | ConfigurableCodesCodeGroup_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConfigurableCodesCatalog | ConfigurableCodesCatalog | ||
| KEY | ConfigurableCodesCodeGroup | ConfigurableCodesCodeGroup | ||
| ConfigblCodesCodeGrpIsInactv | ConfigblCodesCodeGrpIsInactv | |||
| ConfigblCodesCodeGroupStatus | ConfigblCodesCodeGroupStatus |
@EndUserText.label: 'Code Group of Configurable Codes'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@ObjectModel: {
usageType: {
dataClass: #MASTER,
sizeCategory: #S,
serviceQuality: #A
},
representativeKey: 'ConfigurableCodesCodeGroup',
semanticKey: ['ConfigurableCodesCatalog', 'ConfigurableCodesCodeGroup']
}
@OData: {
entitySet: { name: 'ConfigurableCodesCodeGroup' },
entityType: { name: 'ConfigurableCodesCodeGroup_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define view entity A_ConfigurableCodesCodeGroup
as projection on R_ConfigurableCodesCodeGroupTP
{
@ObjectModel.sapObjectNodeTypeReference: 'ConfigurableCodesCatalog'
@ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
key ConfigurableCodesCatalog,
key ConfigurableCodesCodeGroup,
ConfigblCodesCodeGrpIsInactv,
ConfigblCodesCodeGroupStatus,
/* Associations */
_ConfigblCodesCodeGroupText : redirected to composition child A_ConfigblCodesCodeGroupText,
_ConfigurableCodesCatalog : redirected to parent A_ConfigurableCodesCatalog,
_ConfigurableCodesCode : redirected to composition child A_ConfigurableCodesCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CONFIGURABLECODESCODEGROUPTP"
],
"ASSOCIATED":
[
"A_CONFIGBLCODESCODEGROUPTEXT",
"A_CONFIGURABLECODESCATALOG",
"A_CONFIGURABLECODESCODE"
],
"BASE":
[
"R_CONFIGURABLECODESCODEGROUPTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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