spak_lang_vrs_obj_edit_devc
ABAP Language Version
spak_lang_vrs_obj_edit_devc is a CDS View that provides data about "ABAP Language Version" in SAP S/4HANA. It reads from 1 data source (tdevc) and exposes 3 fields with key fields object_type, object_name, object_state. Part of development package SPAK_TOOL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tdevc | tdevc | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | ABAP Language Version | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | object_type | |||
| KEY | object_name | devclass | ||
| KEY | object_state |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'ABAP Language Version'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #META
}
define view entity spak_lang_vrs_obj_edit_devc
as select from tdevc
{
key cast( 'DEVC' as trobjtype preserving type) as object_type,
key devclass as object_name,
key cast( 'A' as as4local preserving type ) as object_state,
package_kind as abap_language_version
}
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