Rv_I_Rsvs_Tlogo

DDL: RV_I_RSVS_TLOGO SQL: RVIRSVSTLOGO Type: view

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY tlogo Lower Value
counter
_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_Tlogo.
-- 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: RVIRSVSTLOGO

CREATE VIEW Rv_I_Rsvs_Tlogo AS
SELECT
  cast( domvalue_l as rstlogo ) AS tlogo,
  cast(cast(1 as abap.int4) as rvcounter) AS counter
FROM dd07l
;