Data_Element_Text
Data Element Description
Data_Element_Text is a CDS View that provides data about "Data Element Description" in SAP S/4HANA. It reads from 1 data source (dd04t) and exposes 4 fields with key fields DataElement, Language. Part of development package S_DICT_VB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd04t | dd04t | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | DATAELMNTTEXT | view | |
| EndUserText.label | Data Element Description | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
@AbapCatalog.sqlViewName: 'DATAELMNTTEXT'
@EndUserText.label: 'Data Element Description'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Data_Element_Text as select from dd04t {
key dd04t.rollname as DataElement,
key dd04t.ddlanguage as Language,
dd04t.ddtext as DataElementText,
dd04t.scrtext_m as DataElementText_Medium
} where dd04t.as4local = 'A'
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