C_MaintOrderTypeVH

DDL: C_MAINTORDERTYPEVH SQL: CMAINTORDTYPEVH Type: view CONSUMPTION Package: ODATA_EAM_ORD_MAN

Maintenance Order Type Value Help

C_MaintOrderTypeVH is a Consumption CDS View that provides data about "Maintenance Order Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_OrderType) and exposes 2 fields with key field MaintenanceOrderType. It is exposed through 16 OData services (ASQL_F2827, ASQL_F2828, ASQL_F3065, ...). Part of development package ODATA_EAM_ORD_MAN.

Data Sources (1)

SourceAliasJoin Type
I_OrderType I_OrderType from

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CMAINTORDTYPEVH view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Maintenance Order Type Value Help view
ObjectModel.representativeKey MaintenanceOrderType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.resultSet.sizeCategory #XS view

OData Services (16)

ServiceBindingVersionContractRelease
ASQL_F2827 ASQL_F2827 C2 NOT_RELEASED
ASQL_F2828 ASQL_F2828 C2 NOT_RELEASED
ASQL_F3065 ASQL_F3065 C2 NOT_RELEASED
ASQL_F3326 ASQL_F3326 C2 NOT_RELEASED
ASQL_F3423 ASQL_F3423 C2 NOT_RELEASED
ASQL_F3567 ASQL_F3567 C2 NOT_RELEASED
ASQL_F4072 ASQL_F4072 C2 NOT_RELEASED
ASQL_F4513 ASQL_F4513 C2 NOT_RELEASED
ASQL_F4603 ASQL_F4603 C2 NOT_RELEASED
ASQL_F4989 ASQL_F4989 C2 NOT_RELEASED
ASQL_F5241 ASQL_F5241 C2 NOT_RELEASED
ASQL_F8725 ASQL_F8725 C2 NOT_RELEASED
ASQL_F8755 ASQL_F8755 C2 NOT_RELEASED
ASQL_F8756 ASQL_F8756 C2 NOT_RELEASED
ASQL_F8757 ASQL_F8757 C2 NOT_RELEASED
ASQL_F8764 ASQL_F8764 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceOrderType I_OrderType OrderType Order Type
MaintenanceOrderTypeName Order Type 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_MaintOrderTypeVH.
-- 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: CMAINTORDTYPEVH

CREATE VIEW C_MaintOrderTypeVH AS
SELECT
  I_OrderType.OrderType AS MaintenanceOrderType,
  I_OrderType._Text[1:Language = $session.system_language].OrderTypeName AS MaintenanceOrderTypeName
FROM I_OrderType
;