I_ConfigblCodesCodeGroupText
Code Group of Configurable Codes - Text
I_ConfigblCodesCodeGroupText is a Basic CDS View that provides data about "Code Group of Configurable Codes - Text" in SAP S/4HANA. It reads from 1 data source (qpgt) and exposes 6 fields with key fields ConfigurableCodesCatalog, ConfigurableCodesCodeGroup, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qpgt | qpgt | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ConfigurableCodesCatalog | _ConfigurableCodesCatalog | $projection.ConfigurableCodesCatalog = _ConfigurableCodesCatalog.ConfigurableCodesCatalog |
| [1..1] | I_ConfigurableCodesCodeGroup | _ConfigurableCodesCodeGroup | $projection.ConfigurableCodesCatalog = _ConfigurableCodesCodeGroup.ConfigurableCodesCatalog and $projection.ConfigurableCodesCodeGroup = _ConfigurableCodesCodeGroup.ConfigurableCodesCodeGroup |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Code Group of Configurable Codes - Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ConfigurableCodesCodeGroup | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Code Group of Configurable Codes - Text'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel:{
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT }
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@ObjectModel.representativeKey: 'ConfigurableCodesCodeGroup'
@Analytics: {
dataExtraction.enabled: true,
dataExtraction.delta.changeDataCapture.automatic: true
}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_ConfigblCodesCodeGroupText
as select from qpgt
association [1..1] to I_ConfigurableCodesCatalog as _ConfigurableCodesCatalog on $projection.ConfigurableCodesCatalog = _ConfigurableCodesCatalog.ConfigurableCodesCatalog
association [1..1] to I_ConfigurableCodesCodeGroup as _ConfigurableCodesCodeGroup on $projection.ConfigurableCodesCatalog = _ConfigurableCodesCodeGroup.ConfigurableCodesCatalog
and $projection.ConfigurableCodesCodeGroup = _ConfigurableCodesCodeGroup.ConfigurableCodesCodeGroup
{
@ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
key qpgt.katalogart as ConfigurableCodesCatalog,
key qpgt.codegruppe as ConfigurableCodesCodeGroup,
@Semantics.language: true
key qpgt.sprache as Language,
@Semantics.text: true
cast( qpgt.kurztext as vdm_qktextgr preserving type ) as ConfigblCodesCodeGrpTxt,
/* Associations */
_ConfigurableCodesCatalog,
_ConfigurableCodesCodeGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"QPGT"
],
"ASSOCIATED":
[
"I_CONFIGURABLECODESCATALOG",
"I_CONFIGURABLECODESCODEGROUP"
],
"BASE":
[],
"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