C_EHSLocationTypeVH

DDL: C_EHSLOCATIONTYPEVH Type: view CONSUMPTION Package: EHFND_CNS_LOCATION

EHS Location Type Value Help

C_EHSLocationTypeVH is a Consumption CDS View that provides data about "EHS Location Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_EHSLocationType) and exposes 3 fields with key field EHSLocationType. It is exposed through 19 OData services (ASQL_F1992, ASQL_F2527, ASQL_F2528, ...). Part of development package EHFND_CNS_LOCATION.

Data Sources (1)

SourceAliasJoin Type
I_EHSLocationType I_EHSLocationType from

Annotations (17)

NameValueLevelField
EndUserText.label EHS Location Type Value Help view
AbapCatalog.sqlViewName CLOCTYPEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey EHSLocationType view
ObjectModel.semanticKey EHSLocationType view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
Search.searchable true view
Consumption.ranked true view
AbapCatalog.preserveKey true view

OData Services (19)

ServiceBindingVersionContractRelease
ASQL_F1992 ASQL_F1992 C2 NOT_RELEASED
ASQL_F2527 ASQL_F2527 C2 NOT_RELEASED
ASQL_F2528 ASQL_F2528 C2 NOT_RELEASED
ASQL_F3372 ASQL_F3372 C2 NOT_RELEASED
ASQL_F3405 ASQL_F3405 C2 NOT_RELEASED
ASQL_F3406 ASQL_F3406 C2 NOT_RELEASED
ASQL_F3840 ASQL_F3840 C2 NOT_RELEASED
ASQL_F3991 ASQL_F3991 C2 NOT_RELEASED
ASQL_F4598 ASQL_F4598 C2 NOT_RELEASED
ASQL_F4758 ASQL_F4758 C2 NOT_RELEASED
ASQL_F5290 ASQL_F5290 C2 NOT_RELEASED
ASQL_F5782 ASQL_F5782 C2 NOT_RELEASED
ASQL_F6723 ASQL_F6723 C2 NOT_RELEASED
ASQL_F7348 ASQL_F7348 C2 NOT_RELEASED
ASQL_F8620 ASQL_F8620 C2 NOT_RELEASED
ASQL_F8632 ASQL_F8632 C2 NOT_RELEASED
ASQL_F8658 ASQL_F8658 C2 NOT_RELEASED
ASQL_F8787 ASQL_F8787 C2 NOT_RELEASED
UI_CMPLNC_OBLGN_ASSGMT UI_CMPLNC_OBLGN_ASSGMT V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EHSLocationType EHSLocationType Loc. Type
EHSLocationTypeText
_Text _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_EHSLocationTypeVH.
-- 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.

CREATE VIEW C_EHSLocationTypeVH AS
SELECT
  EHSLocationType,
  _Text[1: Language = $session.system_language].EHSLocationTypeText AS EHSLocationTypeText
FROM I_EHSLocationType
;