/IWXBE/I_SubscripStatusVH

DDL: /IWXBE/I_SUBSCRIPSTATUSVH SQL: /IWXBE/ISUBSTVH Type: view

Value Help for Subscription Status

/IWXBE/I_SubscripStatusVH is a CDS View that provides data about "Value Help for Subscription Status" 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 (5)

NameValueLevelField
AbapCatalog.sqlViewName /IWXBE/ISUBSTVH view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
EndUserText.label Value Help for Subscription Status view
ObjectModel.resultSet.sizeCategory #XS 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_SubscripStatusVH.
-- 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/ISUBSTVH

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