C_NtwkActivitySystemStatusVH

DDL: C_NTWKACTIVITYSYSTEMSTATUSVH SQL: CNTWKSYSTSTATVH Type: view CONSUMPTION

Value Help: Project System Status

C_NtwkActivitySystemStatusVH is a Consumption CDS View that provides data about "Value Help: Project System Status" in SAP S/4HANA. It reads from 1 data source (I_SystemStatusText) and exposes 2 fields with key fields SystemStatus, SystemStatusShortName.

Data Sources (1)

SourceAliasJoin Type
I_SystemStatusText I_SystemStatusText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CNTWKSYSTSTATVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help: Project System Status view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SystemStatus SystemStatus System status
KEY SystemStatusShortName SystemStatusShortName 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_NtwkActivitySystemStatusVH.
-- 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: CNTWKSYSTSTATVH

CREATE VIEW C_NtwkActivitySystemStatusVH AS
SELECT
  SystemStatus,
  SystemStatusShortName
FROM I_SystemStatusText
;