SUIM_2X_APPL_TYPE_ALL
SU2X Application Types (All Application Types)
SUIM_2X_APPL_TYPE_ALL is a CDS View that provides data about "SU2X Application Types (All Application Types)" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 5 fields with key fields type, pgmid, object. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | doma | from |
Associations (2)
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SUIM2X_TYP_ALL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | SU2X Application Types (All Application Types) | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | type | |||
| KEY | pgmid | |||
| KEY | object | |||
| ddtext | ||||
| service_type |
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 SUIM_2X_APPL_TYPE_ALL.
-- 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: SUIM2X_TYP_ALL
CREATE VIEW SUIM_2X_APPL_TYPE_ALL AS
SELECT
cast( left( doma.domvalue_l, 2 ) as usobtype ) AS type,
'' AS pgmid,
'' AS object,
coalesce( tx.ddtext, tx_en.ddtext) AS ddtext,
'' AS service_type
FROM dd07l AS doma
LEFT OUTER JOIN dd07t AS tx ON tx.domname = doma.domname AND tx.domvalue_l = doma.domvalue_l AND tx.ddlanguage = $session.system_language -- association [0..1]
LEFT OUTER JOIN dd07t AS tx_en ON tx_en.domname = doma.domname AND tx_en.domvalue_l = doma.domvalue_l AND tx_en.ddlanguage = 'E' -- association [0..1]
;
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