I_AcademicTitleText
Text for Academic Title
I_AcademicTitleText is a Basic CDS View that provides data about "Text for Academic Title" in SAP S/4HANA. It reads from 1 data source (tsad2t) and exposes 4 fields with key fields AcademicTitle, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsad2t | tsad2t | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Text for Academic Title | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | AcademicTitle | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AcademicTitle | title_key | ||
| KEY | Language | langu | ||
| AcademicTitleName | title_dscr | |||
| _Language | _Language |
@EndUserText.label: 'Text for Academic Title'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
//@Analytics.technicalName: 'IACADEMICTITLET'
@ObjectModel.representativeKey: 'AcademicTitle'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#LANGUAGE_DEPENDENT_TEXT]
@VDM.viewType: #BASIC
define view entity I_AcademicTitleText
as select from tsad2t
association[0..1] to I_Language as _Language
on tsad2t.langu = _Language.Language
{
key title_key as AcademicTitle,
@Semantics.language
key langu as Language,
@Semantics.text
title_dscr as AcademicTitleName,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD2T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"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