I_ProdnRtgInspCharcTypeText
Insp Characteristic Type - Text
I_ProdnRtgInspCharcTypeText is a Basic CDS View that provides data about "Insp Characteristic Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields BOOCharacteristicType, Language. It has 1 association to related views. Part of development package VDM_PP_MD_RTG.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | txt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.representativeKey | BOOCharacteristicType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| EndUserText.label | Insp Characteristic Type - Text | view | |
| Metadata.allowExtensions | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BOOCharacteristicType | |||
| KEY | Language | |||
| BOOCharacteristicTypeText | dd07t | ddtext | ||
| Associations_Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.internalName: #LOCAL
@ObjectModel.representativeKey: 'BOOCharacteristicType'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #META }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
//@Search.searchable: true
@EndUserText.label: 'Insp Characteristic Type - Text'
@Metadata.allowExtensions:true
define view entity I_ProdnRtgInspCharcTypeText
as select from dd07t as txt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.text.element: ['BOOCharacteristicTypeText']
key cast(substring(txt.domvalue_l, 1, 1) as qkzeinstmk preserving type) as BOOCharacteristicType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast(txt.ddlanguage as spras preserving type) as Language,
@Semantics.text: true
txt.ddtext as BOOCharacteristicTypeText,
--- Associations ---
_Language
}
where
txt.domname = 'QKZEINSTMK'
and txt.as4local = 'A'
and txt.as4vers = '0000';
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