I_RAPerfOblgnDistinctTypeVH

DDL: I_RAPERFOBLGNDISTINCTTYPEVH SQL: IRADSTCTTYPEVH Type: view COMPOSITE

RA Distinct Type Value Help

I_RAPerfOblgnDistinctTypeVH is a Composite CDS View that provides data about "RA Distinct Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_RAPerfOblgnDistinctType) and exposes 2 fields with key field RAPerfOblgnDistinctType.

Data Sources (1)

SourceAliasJoin Type
I_RAPerfOblgnDistinctType I_RAPerfOblgnDistinctType from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IRADSTCTTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label RA Distinct Type Value Help view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey RAPerfOblgnDistinctType view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RAPerfOblgnDistinctType RAPerfOblgnDistinctType Composition
_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 I_RAPerfOblgnDistinctTypeVH.
-- 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: IRADSTCTTYPEVH

CREATE VIEW I_RAPerfOblgnDistinctTypeVH AS
SELECT
  RAPerfOblgnDistinctType
FROM I_RAPerfOblgnDistinctType
;