Rv_I_Rsvs_Tab_Type

DDL: RV_I_RSVS_TAB_TYPE SQL: RVIRSVSTABTYPE Type: view

Rv_I_Rsvs_Tab_Type is a CDS View of category Dimension in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field type.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName RVIRSVSTABTYPE view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey type view
ClientDependent false view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY type Lower Value
_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 Rv_I_Rsvs_Tab_Type.
-- 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: RVIRSVSTABTYPE

CREATE VIEW Rv_I_Rsvs_Tab_Type AS
SELECT
  cast( domvalue_l as RSVS_TAB_TYPE ) AS type
FROM dd07l
;