PUBLIC_CDS_VIEW_TYPE
Public CDS View Type
PUBLIC_CDS_VIEW_TYPE is a CDS View in S/4HANA. Public CDS View Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Cds_View_All | view | left_outer | All CDS Views with Analytic/Non-Analytic categorization |
@AbapCatalog.sqlViewName: 'PUBLCDSVIEWTYPE'
@EndUserText.label: 'Public CDS View Type'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Public_Cds_View_Type as select from Cds_View_Type
association [0..1] to Private_Cds_View as _PrivateCdsView on $projection.CDSName = _PrivateCdsView.CDSName {
Cds_View_Type.CDSName as CDSName,
Cds_View_Type.CdsViewType,
Cds_View_Type.ViewTypeAppType,
_PrivateCdsView.CDSName as PrivateCDSName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CDS_VIEW_TYPE",
"PRIVATE_CDS_VIEW"
],
"ASSOCIATED":
[
"PRIVATE_CDS_VIEW"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/