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