R_VarCnfCharcGroupTextTP_2
Characteristic Group Description
R_VarCnfCharcGroupTextTP_2 is a Transactional CDS View that provides data about "Characteristic Group Description" in SAP S/4HANA. It reads from 1 data source (I_ConfignCharcGroupDesc) and exposes 11 fields with key fields ConfignCharacteristicGroup, ChangeNumber, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ConfignCharcGroupDesc | GroupTxt | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.private | false | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| EndUserText.label | Characteristic Group Description | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConfignCharacteristicGroup | I_ConfignCharcGroupDesc | ConfignCharacteristicGroup | |
| KEY | ChangeNumber | I_ConfignCharcGroupDesc | ChangeNumber | |
| KEY | Language | I_ConfignCharcGroupDesc | Language | |
| LanguageISOCode | I_ConfignCharcGroupDesc | LanguageISOCode | ||
| TimeIntervalNumber | I_ConfignCharcGroupDesc | TimeIntervalNumber | ||
| ConfignCharacteristicGroupDesc | I_ConfignCharcGroupDesc | ConfignCharacteristicGroupDesc | ||
| CreatedByUser | I_ConfignCharcGroupDesc | CreatedByUser | ||
| CreationDateTime | I_ConfignCharcGroupDesc | CreationDateTime | ||
| LastChangedByUser | I_ConfignCharcGroupDesc | LastChangedByUser | ||
| LastChangeDateTime | I_ConfignCharcGroupDesc | LastChangeDateTime | ||
| _Group | _Group |
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL,
private: false
}
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: {
semanticKey: ['ConfignCharacteristicGroup', 'Language'],
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
},
dataCategory: #TEXT
}
@EndUserText.label: 'Characteristic Group Description'
@Metadata.ignorePropagatedAnnotations: true
define view entity R_VarCnfCharcGroupTextTP_2
as select from I_ConfignCharcGroupDesc as GroupTxt
association to parent R_VarCnfCharcGroupTP_2 as _Group on $projection.ConfignCharacteristicGroup = _Group.ConfignCharacteristicGroup
and $projection.ChangeNumber = _Group.ChangeNumber
{
key GroupTxt.ConfignCharacteristicGroup,
key GroupTxt.ChangeNumber,
@Semantics.language: true
key GroupTxt.Language,
GroupTxt.LanguageISOCode,
GroupTxt.TimeIntervalNumber,
@Semantics.text: true
GroupTxt.ConfignCharacteristicGroupDesc,
@Semantics.user.createdBy
GroupTxt.CreatedByUser,
@Semantics.systemDateTime.createdAt
GroupTxt.CreationDateTime,
@Semantics.user.lastChangedBy
GroupTxt.LastChangedByUser,
@Semantics.systemDateTime.lastChangedAt
GroupTxt.LastChangeDateTime,
_Group
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONFIGNCHARCGROUPDESC"
],
"ASSOCIATED":
[
"R_VARCNFCHARCGROUPTP_2"
],
"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