P_Scbo_Data_Element_Text
Texts for SAP Delivered Data Elements
P_Scbo_Data_Element_Text is a CDS View that provides data about "Texts for SAP Delivered Data Elements" in SAP S/4HANA. It reads from 1 data source (dd04t) and exposes 3 fields with key fields DataElement, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd04t | DataElementText | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | P_SCBO_DTEL_T | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Texts for SAP Delivered Data Elements | view | |
| VDM.private | true | view |
@AbapCatalog.sqlViewName: 'P_SCBO_DTEL_T'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Texts for SAP Delivered Data Elements'
@VDM.private: true
define view P_Scbo_Data_Element_Text as select from dd04t as DataElementText {
key DataElementText.rollname as DataElement,
key DataElementText.ddlanguage as Language,
DataElementText.scrtext_l as Description
}
where
DataElementText.as4local = 'A'
and DataElementText.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD04T"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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