I_RAPerfObligationEventTypeVH

DDL: I_RAPERFOBLIGATIONEVENTTYPEVH Type: view_entity COMPOSITE

Value Help of RA Event Type

I_RAPerfObligationEventTypeVH is a Composite CDS View that provides data about "Value Help of RA Event Type" in SAP S/4HANA. It reads from 1 data source (I_RAPerfObligationEventType) and exposes 2 fields with key field PerfOblgnEventType.

Data Sources (1)

SourceAliasJoin Type
I_RAPerfObligationEventType I_RAPerfObligationEventType from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IRAEVENTTYPEVH view
EndUserText.label Value Help of RA Event Type view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PerfOblgnEventType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PerfOblgnEventType PerfOblgnEventType Event Type
_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_RAPerfObligationEventTypeVH.
-- 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 I_RAPerfObligationEventTypeVH AS
SELECT
  PerfOblgnEventType
FROM I_RAPerfObligationEventType
;