P_CloudDefaultLayout

DDL: P_CLOUDDEFAULTLAYOUT SQL: PCLOUDLAYOUT Type: view BASIC Package: FINS_FI_CLS_LOSS_ALLOW_ANALYZE

Default Layout For Cloud

P_CloudDefaultLayout is a Basic CDS View that provides data about "Default Layout For Cloud" in SAP S/4HANA. It reads from 1 data source (tdevc) and exposes 1 field. Part of development package FINS_FI_CLS_LOSS_ALLOW_ANALYZE.

Data Sources (1)

SourceAliasJoin Type
tdevc tdevc from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
Layout

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_CloudDefaultLayout.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PCLOUDLAYOUT

CREATE VIEW P_CloudDefaultLayout AS
SELECT
  cast( 'DEFAULT' as fins_key_figure_layout ) AS Layout
FROM tdevc
;