smtr_dev_tt_dbt_field
Field
smtr_dev_tt_dbt_field is a CDS View that provides data about "Field" in SAP S/4HANA. It reads from 1 data source (dd03l) and exposes 2 fields with key field databaseName.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd03l | dd03l | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Field | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | databaseName | tabname | ||
| numberOf |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field'
define view entity smtr_dev_tt_dbt_field
as select from dd03l
{
key tabname as databaseName,
count(*) as numberOf
}
where
as4local = 'A'
and as4vers = '0000'
and keyflag = 'X'
and datatype = 'LANG'
and leng = '000001'
and decimals = '000000'
group by
tabname,
datatype,
leng,
decimals
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD03L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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