SUIM_2X_TEXTS_EEEC

DDL: SUIM_2X_TEXTS_EEEC SQL: SUIM2X_TEXTSEEEC Type: view

SU2X texts to application types (EEEC)

SUIM_2X_TEXTS_EEEC is a CDS View that provides data about "SU2X texts to application types (EEEC)" in SAP S/4HANA. It reads from 1 data source (usobhash) and exposes 3 fields with key field name.

Data Sources (1)

SourceAliasJoin Type
usobhash uhash from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SUIM2X_TEXTSEEEC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SU2X texts to application types (EEEC) view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY name usobhash name Zone name
id
version

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_TEXTS_EEEC.
-- 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_TEXTSEEEC

CREATE VIEW SUIM_2X_TEXTS_EEEC AS
SELECT
  uhash.name AS name,
  substring( uhash.obj_name, 1, 36 ) AS id,
  substring( uhash.obj_name, 37, 4 ) AS version
FROM usobhash AS uhash
;