spak_lang_vrs_obj_active_devc
ABAP Language Version of Active Objects
spak_lang_vrs_obj_active_devc is a CDS View that provides data about "ABAP Language Version of Active Objects" in SAP S/4HANA. It reads from 1 data source (tdevc) and exposes 2 fields with key fields object_type, object_name. 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 of Active Objects | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | object_type | |||
| KEY | object_name | devclass |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'ABAP Language Version of Active Objects'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #META
}
define view entity spak_lang_vrs_obj_active_devc
as select from tdevc
{
key cast( 'DEVC' as trobjtype preserving type) as object_type,
key devclass as object_name,
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