I_ConfigblCodesCatalogText
Catalog of Configurable Codes - Text
I_ConfigblCodesCatalogText is a Basic CDS View that provides data about "Catalog of Configurable Codes - Text" in SAP S/4HANA. It reads from 1 data source (tq15t) and exposes 3 fields with key fields ConfigurableCodesCatalog, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq15t | tq15t | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Catalog of Configurable Codes - Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | ConfigurableCodesCatalog | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Catalog of Configurable Codes - Text'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel: {
usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING },
dataCategory: #TEXT,
representativeKey: 'ConfigurableCodesCatalog',
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@Analytics: {
dataExtraction.enabled: true,
dataExtraction.delta.changeDataCapture.automatic: true
}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_ConfigblCodesCatalogText
as select from tq15t
{
key tq15t.katalogart as ConfigurableCodesCatalog,
@Semantics.language: true
key tq15t.sprache as Language,
@Semantics.text: true
tq15t.katalogtxt as ConfigblCodesCatalogTxt
}
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