TDDL_API_CLI_DEP_VIEW

DDL: TDDL_API_CLI_DEP_VIEW SQL: TDDLAPICLIDEPVW Type: view

TDDL_API_CLI_DEP_VIEW is a CDS View in SAP S/4HANA. It reads from 1 data source (t005) and exposes 1 field with key field land1.

Data Sources (1)

SourceAliasJoin Type
t005 t005 from

Annotations (2)

NameValueLevelField
AbapCatalog.sqlViewName TDDLAPICLIDEPVW view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY land1 land1
@AbapCatalog.sqlViewName: 'TDDLAPICLIDEPVW'
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view TDDL_API_CLI_DEP_VIEW
  as select from t005
{
    key land1
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T005"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/