C_SchedProdnOrderConfStatusVH

DDL: C_SCHEDPRODNORDERCONFSTATUSVH SQL: CSCHEDCONFSTSVH Type: view CONSUMPTION

Value help for Order Confirmation Status

C_SchedProdnOrderConfStatusVH is a Consumption CDS View that provides data about "Value help for Order Confirmation Status" in SAP S/4HANA. It reads from 1 data source (I_SystemStatusText) and exposes 2 fields with key field SystemStatus.

Data Sources (1)

SourceAliasJoin Type
I_SystemStatusText I_SystemStatusText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CSCHEDCONFSTSVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
EndUserText.label Value help for Order Confirmation Status view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SystemStatus SystemStatus System status
SystemStatusName SystemStatusName 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 C_SchedProdnOrderConfStatusVH.
-- 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: CSCHEDCONFSTSVH

CREATE VIEW C_SchedProdnOrderConfStatusVH AS
SELECT
  SystemStatus,
  SystemStatusName
FROM I_SystemStatusText
;