SADL_AUNITRoot

DDL: SADL_AUNIT_ROOT SQL: SADLAUNITROOT Type: view

RESTful ABAP: CDS for Testing (Root)

SADL_AUNITRoot is a CDS View that provides data about "RESTful ABAP: CDS for Testing (Root)" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 5 fields with key field carrid. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
scarr carrier from

Associations (1)

CardinalityTargetAliasCondition
[0..*] SADL_AUNITItem_11 _Verbindung $projection.carrid = _Verbindung.carrid

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SADLAUNITROOT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label RESTful ABAP: CDS for Testing (Root) view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY carrid carrid
carrname carrname
currcode currcode
url url
_Verbindung _Verbindung
@AbapCatalog.sqlViewName: 'SADLAUNITROOT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'RESTful ABAP: CDS for Testing (Root)'
define view SADL_AUNITRoot
  as select from scarr as carrier

  association [0..*] to SADL_AUNITItem_11 as _Verbindung on $projection.carrid = _Verbindung.carrid
{
      //carrier

  key carrid,
      carrname,
      currcode,
      url,
      
      _Verbindung
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCARR"
],
"ASSOCIATED":
[
"SADL_AUNITITEM_11"
],
"BASE":
[],
"VERSION":0
}
}*/