SUIM_2X_DEV_OBJECT_VALUES
Get data SU22 (Objects and Values)
SUIM_2X_DEV_OBJECT_VALUES is a CDS View that provides data about "Get data SU22 (Objects and Values)" in SAP S/4HANA. It reads from 2 data sources (SUIM_2X_DEV_OBJECTS, usobt) and exposes 25 fields with key fields ident, tech_name, name.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| SUIM_2X_DEV_OBJECTS | objects | from |
| usobt | usobt | left_outer |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SUIM2X_DEVOBJVAL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Get data SU22 (Objects and Values) | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ident | SUIM_2X_DEV_OBJECTS | ident | Tree Structure |
| KEY | tech_name | SUIM_2X_DEV_OBJECTS | tech_name | Technical Name |
| KEY | name | SUIM_2X_DEV_OBJECTS | name | Zone name |
| ddtext | SUIM_2X_DEV_OBJECTS | ddtext | Short text | |
| type | SUIM_2X_DEV_OBJECTS | type | Worklist Type | |
| description | SUIM_2X_DEV_OBJECTS | description | Well Code Des. | |
| modifier | SUIM_2X_DEV_OBJECTS | modifier | User Name | |
| moddate | SUIM_2X_DEV_OBJECTS | moddate | Modification date | |
| modtime | SUIM_2X_DEV_OBJECTS | modtime | Time | |
| okflag | SUIM_2X_DEV_OBJECTS | okflag | Maintenance Mode | |
| okflag_text | SUIM_2X_DEV_OBJECTS | okflag_text | ||
| source | SUIM_2X_DEV_OBJECTS | source | ViolationSource | |
| author | SUIM_2X_DEV_OBJECTS | author | User Name | |
| devclass | SUIM_2X_DEV_OBJECTS | devclass | Package (Obsolete) | |
| dlvunit | SUIM_2X_DEV_OBJECTS | dlvunit | Softw. Comp. | |
| ps_posid | SUIM_2X_DEV_OBJECTS | ps_posid | WBS Element | |
| source_su2x | SUIM_2X_DEV_OBJECTS | source_su2x | ||
| author_su2x | SUIM_2X_DEV_OBJECTS | author_su2x | ||
| dlvunit_su2x | SUIM_2X_DEV_OBJECTS | dlvunit_su2x | ||
| object | SUIM_2X_DEV_OBJECTS | object | TRFM Object | |
| okflag_obj | SUIM_2X_DEV_OBJECTS | okflag_obj | Maintenance Mode | |
| sort_id | SUIM_2X_DEV_OBJECTS | sort_id | Supply Sort Rule | |
| field | usobt | field | Logical Field | |
| low | usobt | low | Value from | |
| high | usobt | high | Value up to |
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_DEV_OBJECT_VALUES.
-- 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_DEVOBJVAL
CREATE VIEW SUIM_2X_DEV_OBJECT_VALUES AS
SELECT
objects.ident AS ident,
objects.tech_name AS tech_name,
objects.name AS name,
objects.ddtext AS ddtext,
objects.type AS type,
objects.description AS description,
objects.modifier AS modifier,
objects.moddate AS moddate,
objects.modtime AS modtime,
objects.okflag AS okflag,
objects.okflag_text AS okflag_text,
objects.source AS source,
objects.author AS author,
objects.devclass AS devclass,
objects.dlvunit AS dlvunit,
objects.ps_posid AS ps_posid,
objects.source_su2x AS source_su2x,
objects.author_su2x AS author_su2x,
objects.dlvunit_su2x AS dlvunit_su2x,
objects.object AS object,
objects.okflag_obj AS okflag_obj,
objects.sort_id AS sort_id,
usobt.field AS field,
usobt.low AS low,
usobt.high AS high
FROM SUIM_2X_DEV_OBJECTS AS objects
LEFT OUTER JOIN usobt 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