DBC2ABAP_SQL1_RT_HEAD

DDL: DBC2ABAP_SQL1_RT_HEAD Type: view_entity

ABAP SQL Runtime Access to SQL Services

DBC2ABAP_SQL1_RT_HEAD is a CDS View that provides data about "ABAP SQL Runtime Access to SQL Services" in SAP S/4HANA. It reads from 1 data source (sql1_head) and exposes 3 fields with key field Sql1Name.

Data Sources (1)

SourceAliasJoin Type
sql1_head sql1_head from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ABAP SQL Runtime Access to SQL Services view
AbapCatalog.entityBuffer.definitionAllowed true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Sql1Name sql1_name
Sql1NameRaw sql1_name_raw
ServiceName service_def_name
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ABAP SQL Runtime Access to SQL Services'
@AbapCatalog.entityBuffer.definitionAllowed: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity DBC2ABAP_SQL1_RT_HEAD as select from sql1_head {
  key sql1_name    as Sql1Name,
  sql1_name_raw    as Sql1NameRaw,
  service_def_name as ServiceName
}
where state = 'A'