C_LocSubstnLocationTypeVH

DDL: C_LOCSUBSTNLOCATIONTYPEVH Type: view_entity CONSUMPTION

Location Substitution Object Types

C_LocSubstnLocationTypeVH is a Consumption CDS View that provides data about "Location Substitution Object Types" in SAP S/4HANA. It reads from 1 data source (I_SAPObjectType) and exposes 2 fields with key field SAPObjectType.

Data Sources (1)

SourceAliasJoin Type
I_SAPObjectType I_SAPObjectType from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Location Substitution Object Types view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SAPObjectType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SAPObjectType SAPObjectType SOT Name
_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_LocSubstnLocationTypeVH.
-- 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_LocSubstnLocationTypeVH AS
SELECT
  SAPObjectType
FROM I_SAPObjectType
;