C_RealTimeOrderGroupStatusVH

DDL: C_REALTIMEORDERGROUPSTATUSVH SQL: CEBORDGRPSTVH Type: view CONSUMPTION Package: ODATA_CO_RT_PRODUCTION_COSTS

Event Based Order Group Status Value Help

C_RealTimeOrderGroupStatusVH is a Consumption CDS View that provides data about "Event Based Order Group Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 3 fields with key fields ControllingObjectStatus, Language. It is exposed through 2 OData services (ASQL_F4059, ASQL_F4254). Part of development package ODATA_CO_RT_PRODUCTION_COSTS.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText I_DomainFixedValueText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CEBORDGRPSTVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Event Based Order Group Status Value Help view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4059 ASQL_F4059 C2 NOT_RELEASED
ASQL_F4254 ASQL_F4254 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ControllingObjectStatus DomainValue Lower Value
KEY Language Language Report Text Language
OrderStatusShortText DomainText Short Description

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_RealTimeOrderGroupStatusVH.
-- 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: CEBORDGRPSTVH

CREATE VIEW C_RealTimeOrderGroupStatusVH AS
SELECT
  DomainValue AS ControllingObjectStatus,
  Language,
  DomainText AS OrderStatusShortText
FROM I_DomainFixedValueText
;