CDS_SUI_TM_MM_APP_A
CDS View for Launchpad App Descriptor Items - reduced view
CDS_SUI_TM_MM_APP_A is a CDS View that provides data about "CDS View for Launchpad App Descriptor Items - reduced view" in SAP S/4HANA. It reads from 10 data sources and exposes 28 fields with key field app_id.
Data Sources (10)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t_en | left_outer |
| dd07t | dd07t_sy | left_outer |
| sui_tm_mm_app | sui_tm_mm_app | from |
| sui_tm_mm_appdep | sui_tm_mm_appdep | left_outer |
| sui_tm_mm_appt | sui_tm_mm_appt | left_outer |
| sui_uiaa | sui_uiaa | left_outer |
| sui_uiaa_tile | sui_uiaa_tile | left_outer |
| sui_uiaa_tilet | sui_uiaa_tilet | left_outer |
| sui_uiaat | sui_uiaat | left_outer |
| tadir | tadir | left_outer |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SUI_TM_MM_APP_VA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | CDS View for Launchpad App Descriptor Items - reduced view | view |
Fields (28)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | app_id | sui_tm_mm_app | app_id | Identifier |
| cat_id | sui_tm_mm_app | cat_id | Technical Catalog ID | |
| sem_obj | sui_tm_mm_app | sem_obj | Semantic Object | |
| sem_act | sui_tm_mm_app | sem_act | Semantic Action | |
| app_type | sui_tm_mm_app | app_type | Application Type | |
| app_subtype | sui_tm_mm_app | app_subtype | URL Template ID | |
| tcode | sui_tm_mm_app | tcode | Undefined range (can be used for patch levels) | |
| wd_appl_id | sui_tm_mm_app | wd_appl_id | Application | |
| wd_conf_id | sui_tm_mm_app | wd_conf_id | Config ID | |
| ui5_app_id | sui_tm_mm_app | ui5_app_id | SAP UI5 Component ID | |
| fiori_id | sui_tm_mm_app | fiori_id | SAP Fiori ID | |
| system_alias | sui_tm_mm_app | system_alias | System Alias | |
| changed_at | ||||
| changed_by | sui_tm_mm_app | changed_by | User Name | |
| masterlang | sui_tm_mm_app | masterlang | Single-Character Flag | |
| tile_type | sui_tm_mm_app | tile_type | Tile Type | |
| target_url | sui_tm_mm_app | target_url | ||
| app_title | sui_tm_mm_appt | tile_title | Title | |
| app_subtitle | sui_tm_mm_appt | tile_subtitle | Subtitle | |
| app_keywords | sui_tm_mm_appt | tile_keywords | Keywords | |
| description | sui_tm_mm_appt | description | Well Code Des. | |
| srcsystem | tadir | srcsystem | Source system | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| masterlang | tadir | masterlang | Single-Character Flag | |
| component | tadir | component | Softw. Comp. | |
| crelease | tadir | crelease | SAP Release | |
| created_on | tadir | created_on | Variant created on |
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 CDS_SUI_TM_MM_APP_A.
-- 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: SUI_TM_MM_APP_VA
CREATE VIEW CDS_SUI_TM_MM_APP_A AS
SELECT
sui_tm_mm_app.app_id AS app_id,
sui_tm_mm_app.cat_id AS cat_id,
sui_tm_mm_app.sem_obj AS sem_obj,
sui_tm_mm_app.sem_act AS sem_act,
sui_tm_mm_app.app_type AS app_type,
sui_tm_mm_app.app_subtype AS app_subtype,
sui_tm_mm_app.tcode AS tcode,
sui_tm_mm_app.wd_appl_id AS wd_appl_id,
sui_tm_mm_app.wd_conf_id AS wd_conf_id,
sui_tm_mm_app.ui5_app_id AS ui5_app_id,
sui_tm_mm_app.fiori_id AS fiori_id,
sui_tm_mm_app.system_alias AS system_alias,
tstmp_to_dats( sui_tm_mm_app.changed_at, abap_system_timezone( $session.client,'NULL' ), $session.client,'NULL' ) AS changed_at,
sui_tm_mm_app.changed_by AS changed_by,
sui_tm_mm_app.masterlang AS masterlang,
sui_tm_mm_app.tile_type AS tile_type,
sui_tm_mm_app.target_url AS target_url,
sui_tm_mm_appt.tile_title AS app_title,
sui_tm_mm_appt.tile_subtitle AS app_subtitle,
sui_tm_mm_appt.tile_keywords AS app_keywords,
sui_tm_mm_appt.description AS description,
tadir.srcsystem AS srcsystem,
tadir.author AS author,
tadir.devclass AS devclass,
tadir.component AS component,
tadir.crelease AS crelease,
tadir.created_on AS created_on
FROM sui_tm_mm_app
LEFT OUTER JOIN sui_tm_mm_appt ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tadir ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN sui_uiaa ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN sui_uiaat ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN sui_uiaa_tile ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN sui_uiaa_tilet ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN dd07t AS dd07t_sy ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN dd07t AS dd07t_en ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN sui_tm_mm_appdep ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA