I_EDocDatabaseTableText
eDocument Database Table Name - Text
I_EDocDatabaseTableText is a Basic CDS View that provides data about "eDocument Database Table Name - Text" in SAP S/4HANA. It reads from 1 data source (dd02t) and exposes 4 fields with key fields ElectronicDocTableName, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd02t | dd02t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_EDocDatabaseTable | _EDocDatabaseTable | $projection.ElectronicDocTableName = _EDocDatabaseTable.ElectronicDocTableName |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | eDocument Database Table Name - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ElectronicDocTableName | tabname | ||
| KEY | Language | ddlanguage | ||
| ABAPDataElementDescription | ddtext | |||
| _EDocDatabaseTable | _EDocDatabaseTable |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'eDocument Database Table Name - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
define view entity I_EDocDatabaseTableText as select from dd02t
association [0..1] to I_EDocDatabaseTable as _EDocDatabaseTable on $projection.ElectronicDocTableName = _EDocDatabaseTable.ElectronicDocTableName
{
@Search.defaultSearchElement: true
key tabname as ElectronicDocTableName,
@Semantics.language: true
key ddlanguage as Language,
@Semantics.text: true
ddtext as ABAPDataElementDescription,
_EDocDatabaseTable
} where as4local = 'A' and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD02T"
],
"ASSOCIATED":
[
"I_EDOCDATABASETABLE"
],
"BASE":
[],
"ANNO_REF":
[],
"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