I_VarCnfUIExtensionStatusText

DDL: I_VARCNFUIEXTENSIONSTATUSTEXT Type: view_entity BASIC

UI Ext Status - Text

I_VarCnfUIExtensionStatusText is a Basic CDS View that provides data about "UI Ext Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields VarCnfUIExtensionStatus, VarCnfUIExtnStatusLanguage.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label UI Ext Status - Text view
Metadata.ignorePropagatedAnnotations true view
Analytics.technicalName IVARCNFUIEXTSTATUS view
ObjectModel.representativeKey VarCnfUIExtensionStatus view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY VarCnfUIExtensionStatus Lower Value
KEY VarCnfUIExtnStatusLanguage ddlanguage Lang.
VarCnfUIExtensionStatusText ddtext Short text

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 I_VarCnfUIExtensionStatusText.
-- 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.

CREATE VIEW I_VarCnfUIExtensionStatusText AS
SELECT
  cast( domvalue_l as vch_hl_custom_ext_status ) AS VarCnfUIExtensionStatus,
  ddlanguage AS VarCnfUIExtnStatusLanguage,
  ddtext AS VarCnfUIExtensionStatusText
FROM dd07t
;