SADL_V_AUNIT_INTERFACE

DDL: SADL_V_AUNIT_INTERFACE SQL: SADL_V_AUNIT_I Type: view

Unit Test CDS View Level: Interface

SADL_V_AUNIT_INTERFACE is a CDS View that provides data about "Unit Test CDS View Level: Interface" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 6 fields with key field NodeKey.

Data Sources (1)

SourceAliasJoin Type
snwd_so snwd_so from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName SADL_V_AUNIT_I view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Unit Test CDS View Level: Interface view
Metadata.allowExtensions true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY NodeKey node_key
SoId so_id
CreatedBy created_by
CreatedAt created_at
ChangedBy changed_by
ChangedAt changed_at
@AbapCatalog.sqlViewName: 'SADL_V_AUNIT_I'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Unit Test CDS View Level: Interface'

@Metadata.allowExtensions: true
define view SADL_V_AUNIT_INTERFACE as select from snwd_so {
  key node_key as NodeKey,
  so_id        as SoId,
  @Consumption.semanticObject: 'CDS_INTERFACE'
  created_by   as CreatedBy,
  created_at   as CreatedAt,
  changed_by   as ChangedBy,
  changed_at   as ChangedAt,
  @Consumption.semanticObject: 'CDS_INTERFACE_ONLY'
  ''           as interface_element,
  ''           as interface_element_mde
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SNWD_SO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/