RSRTS_APP_COMPONENT
Data Definition for App Component
RSRTS_APP_COMPONENT is a CDS View in S/4HANA. Data Definition for App Component. It contains 1 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Rsrts_Cds_Query_List_Cube | view | inner | ||
| Rsrts_Cds_Query_List_Sources | view | inner | Released CDS based Query Sources | |
| RSRTS_QF4_QueryProvider_All | view_entity | inner |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| app_component | akhAppComponent | 1 |
@AbapCatalog.sqlViewName: 'RSRTS_APP_COMP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Data Definition for App Component'
define view RSRTS_APP_COMPONENT
as select from tdevc
left outer to one join df14l as _df14l on tdevc.component = _df14l.fctr_id
{
_df14l.ps_posid as app_component,
tdevc.devclass as pkg
// tdevc.component as component
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DF14L",
"TDEVC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/