P_CASubApplicationSpace
Space Value of Subapplication
P_CASubApplicationSpace is a Basic CDS View that provides data about "Space Value of Subapplication" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field CASubApplication. Part of development package FKK_VT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CASubApplication |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM: { private: true,
viewType: #BASIC }
define view entity P_CASubApplicationSpace
as select from dd07l
{
key cast( left( domvalue_l,1 ) as subap_kk preserving type ) as CASubApplication
}
where
domname = 'SUBAP_KK'
and as4local = 'A'
and domvalue_l = ''
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