Cds_View_Text
CDS View Label
Cds_View_Text is a CDS View that provides data about "CDS View Label" in SAP S/4HANA. It reads from 1 data source (ddddlsrc02bt) and exposes 4 fields with key fields DDLSourceName, Language, CDSName.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddddlsrc02bt | ddddlsrc02bt | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDSVIEWTEXT | view | |
| EndUserText.label | CDS View Label | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DDLSourceName | ddlname | ||
| KEY | Language | ddlanguage | ||
| KEY | CDSName | strucobjn | ||
| DDLSourceText | ddtext |
@AbapCatalog.sqlViewName: 'CDSVIEWTEXT'
@EndUserText.label: 'CDS View Label'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_View_Text as select from ddddlsrc02bt
{
key ddlname as DDLSourceName,
key ddlanguage as Language,
key strucobjn as CDSName,
ddtext as DDLSourceText
} where as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDDDLSRC02BT"
],
"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