C_SAPObjectTypeTextDEX
SAP Object Type – Text
C_SAPObjectTypeTextDEX is a Consumption CDS View that provides data about "SAP Object Type – Text" in SAP S/4HANA. It reads from 1 data source (I_SAPObjectTypeText_2) and exposes 4 fields with key fields Language, SAPObjectTypeInUppercase. Part of development package SBOI_RAP_SERVICES_SOT_PUBLIC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPObjectTypeText_2 | SOTText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | SAP Object Type – Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | SAPObjectTypeInUppercase | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | I_SAPObjectTypeText_2 | Language | |
| KEY | SAPObjectTypeInUppercase | I_SAPObjectTypeText_2 | SAPObjectTypeInUppercase | |
| SAPObjectTypeDescription | I_SAPObjectTypeText_2 | SAPObjectTypeDescription | ||
| _Language | I_SAPObjectTypeText_2 | _Language |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SAP Object Type – Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory:#TEXT
@ObjectModel.representativeKey: 'SAPObjectTypeInUppercase'
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #META
}
@Analytics.dataExtraction.enabled: true
@VDM.viewType:#CONSUMPTION
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT]
define view entity C_SAPObjectTypeTextDEX
as select from I_SAPObjectTypeText_2 as SOTText
{
@ObjectModel.foreignKey.association:'_Language'
@Semantics.language:true
key SOTText.Language,
@ObjectModel.text.element:['SAPObjectTypeDescription']
key SOTText.SAPObjectTypeInUppercase,
@Semantics.text:true
SOTText.SAPObjectTypeDescription,
SOTText._Language
}
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