Rv_I_Rstlogo

DDL: RV_I_RSTLOGO SQL: RVIRSTLOGO Type: view

Rv_I_Rstlogo 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 tlogo.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName RVIRSTLOGO 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 (2)

KeyFieldSource TableSource FieldDescription
KEY tlogo 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_Rstlogo.
-- 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: RVIRSTLOGO

CREATE VIEW Rv_I_Rstlogo AS
SELECT
  cast( domvalue_l as rstlogo ) AS tlogo
FROM dd07l
;