P_CloudDefaultLayout

DDL: P_CLOUDDEFAULTLAYOUT SQL: PCLOUDLAYOUT Type: view BASIC

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)

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
@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":""
}
}*/