smtr_dev_tt_dbt_field

DDL: SMTR_DEV_TT_DBT_FIELD Type: view_entity

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)

SourceAliasJoin Type
dd03l dd03l from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Field view

Fields (2)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/