C_MsnEsnlTskSystemStatusVH

DDL: C_MSNESNLTSKSYSTEMSTATUSVH SQL: CMETSYSTATVH Type: view CONSUMPTION

Value Help for MET System Status

C_MsnEsnlTskSystemStatusVH is a Consumption CDS View (Dimension) that provides data about "Value Help for MET System Status" in SAP S/4HANA. It reads from 1 data source (I_MsnEsnlTskSystemStatus) and exposes 3 fields with key field SystemStatus.

Data Sources (1)

SourceAliasJoin Type
I_MsnEsnlTskSystemStatus I_MsnEsnlTskSystemStatus from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName CMETSYSTATVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for MET System Status view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Analytics.internalName #LOCAL view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SystemStatus SystemStatus
SystemStatusName SystemStatusName System Status Description
SystemStatusShortName SystemStatusShortName System Status

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 C_MsnEsnlTskSystemStatusVH.
-- 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: CMETSYSTATVH

CREATE VIEW C_MsnEsnlTskSystemStatusVH AS
SELECT
  SystemStatus,
  SystemStatusName,
  SystemStatusShortName
FROM I_MsnEsnlTskSystemStatus
;