SADL_V_Aunit_Entity_Control

DDL: SADL_V_AUNIT_ENTITY_CONTROL SQL: SADLVENTITYCTRL1 Type: view

CDS unit tests: Entity control 1

SADL_V_Aunit_Entity_Control is a CDS View that provides data about "CDS unit tests: Entity control 1" in SAP S/4HANA. It reads from 1 data source (tcurt) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
tcurt tcurt from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SADLVENTITYCTRL1 view
EndUserText.label CDS unit tests: Entity control 1 view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.createEnabled true view
ObjectModel.deleteEnabled EXTERNAL_CALCULATION view

Fields (1)

KeyFieldSource TableSource FieldDescription
dummy 1
@AbapCatalog.sqlViewName: 'SADLVENTITYCTRL1'
@EndUserText.label: 'CDS unit tests: Entity control 1'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.createEnabled: true
@ObjectModel.deleteEnabled: 'EXTERNAL_CALCULATION'
@ObjectModel.updateEnabled
define view SADL_V_Aunit_Entity_Control as select from tcurt
{
  1 as dummy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCURT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/