/IWXBE/I_INBOUNDEVENTSTATUSVH

DDL: /IWXBE/I_INBOUNDEVENTSTATUSVH SQL: /IWXBE/IISTATVH Type: view

EEE - Outbound Event Status Value Help

/IWXBE/I_INBOUNDEVENTSTATUSVH is a CDS View that provides data about "EEE - Outbound Event Status Value Help" in SAP S/4HANA. It reads from 2 data sources (dd07l, dd07t) and exposes 3 fields with key field Lang.

Data Sources (2)

SourceAliasJoin Type
dd07l FixedValue from
dd07t ValueText left_outer

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName /IWXBE/IISTATVH view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label EEE - Outbound Event Status Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Lang dd07t ddlanguage Lang.
domvalue_lasValue
ddtextasText

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 /IWXBE/I_INBOUNDEVENTSTATUSVH.
-- 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: /IWXBE/IISTATVH

CREATE VIEW /IWXBE/I_INBOUNDEVENTSTATUSVH AS
SELECT
  ValueText.ddlanguage AS Lang
FROM dd07l AS FixedValue
LEFT OUTER JOIN dd07t AS ValueText ON /* join condition not captured in parsed metadata */
;