I_UsageDecisionCodeGroupText
Usage Decision Code Group - Text
I_UsageDecisionCodeGroupText is a Basic CDS View (Dimension) that provides data about "Usage Decision Code Group - Text" in SAP S/4HANA. It reads from 1 data source (qpgt) and exposes 4 fields with key fields UsageDecisionCodeGroup, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qpgt | qpgt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UsageDecisionCodeGroup | _UsageDecisionCodeGroup | $projection.UsageDecisionCodeGroup = _UsageDecisionCodeGroup.UsageDecisionCodeGroup |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IUSGDECCDGRPT | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Usage Decision Code Group - Text | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | UsageDecisionCodeGroup | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UsageDecisionCodeGroup | qpgt | codegruppe | |
| KEY | Language | sprache | ||
| UsageDecisionCodeGroupText | ||||
| _UsageDecisionCodeGroup | _UsageDecisionCodeGroup |
@AbapCatalog.sqlViewName: 'IUSGDECCDGRPT'
//@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Usage Decision Code Group - Text'
@Analytics.dataCategory: #DIMENSION
@Metadata.allowExtensions:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #M,
serviceQuality: #A
},
representativeKey: 'UsageDecisionCodeGroup',
dataCategory: #TEXT
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view I_UsageDecisionCodeGroupText as select from qpgt
association [0..1] to I_UsageDecisionCodeGroup as _UsageDecisionCodeGroup
on $projection.UsageDecisionCodeGroup = _UsageDecisionCodeGroup.UsageDecisionCodeGroup
{
key qpgt.codegruppe as UsageDecisionCodeGroup,
@Semantics.language: true
key sprache as Language,
@Semantics.text: true
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
cast( kurztext as vdm_qktextgr preserving type ) as UsageDecisionCodeGroupText,
_UsageDecisionCodeGroup
}
where katalogart = '3' // Usage Decision
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