SUI_TM_MM_APPDEP
Deprecation handling
SUI_TM_MM_APPDEP is an SAP database table in S/4HANA. Deprecation handling. It contains 3 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CDS_SUI_TM_MM_APP | view | left_outer | View for App Descriptor Items - all fields | |
| CDS_SUI_TM_MM_APP_A | view | left_outer | CDS View for Launchpad App Descriptor Items - reduced view | |
| CDS_SUI_TM_MM_TCODE | view | left_outer | CDS View for Transaction Codes (which are used in an LADI) |
Fields (3)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | app_id | /UI2/AD_MM_APP_ID | App ID | |||
| deprecated | /UI2/AD_MM_DEPRECATION | Deprecation | ||||
| successor | /UI2/AD_MM_SUCCESSOR | App ID |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Deprecation handling
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SUI_TM_MM_APPDEP (
APP_ID, -- App ID [/UI2/AD_MM_APP_ID]
DEPRECATED, -- Deprecation [/UI2/AD_MM_DEPRECATION]
SUCCESSOR, -- App ID [/UI2/AD_MM_SUCCESSOR]
PRIMARY KEY (APP_ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA