DBC2ABAP_SQL1_RT_HEAD
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)
| Source | Alias | Join Type |
|---|---|---|
| sql1_head | sql1_head | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA