P_CloudDefaultLayout
P_CloudDefaultLayout is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (tdevc) and exposes 1 field.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tdevc | tdevc | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCLOUDLAYOUT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.private | true | view | |
| AbapCatalog.preserveKey | true | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| Layout |
@AbapCatalog.sqlViewName: 'PCLOUDLAYOUT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Default Layout For Cloud'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #META
@VDM.private: true
@AbapCatalog.preserveKey: true
define view P_CloudDefaultLayout
as select from tdevc
{
// $session.client as mandt,
// devclass,
cast( 'DEFAULT' as fins_key_figure_layout ) as Layout
}
where devclass = 'SR_APS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TDEVC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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