/dmbe/i_CDS_Tab_Name

DDL: /DMBE/I_CDS_TAB_NAME SQL: /DMBE/CDSTABNAME Type: view

Base tables and foreign key relationships for a view

/dmbe/i_CDS_Tab_Name is a CDS View that provides data about "Base tables and foreign key relationships for a view" in SAP S/4HANA. It reads from 1 data source (dd26s) and exposes 4 fields with key fields viewname, as4local, tabname, as4vers.

Data Sources (1)

SourceAliasJoin Type
dd26s dd26s from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName /DMBE/CDSTABNAME view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #SINGLE view
EndUserText.label Base tables and foreign key relationships for a view view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #META view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY viewname viewname View Name
KEY as4local as4local Activation State
KEY tabname tabname Table/Constant Value
KEY as4vers as4vers Version

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 /dmbe/i_CDS_Tab_Name.
-- 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: /DMBE/CDSTABNAME

CREATE VIEW /dmbe/i_CDS_Tab_Name AS
SELECT
  viewname,
  as4local,
  tabname,
  as4vers
FROM dd26s
;