DD_DB_CACHE_APP_COMPONENT

DDL: DD_DB_CACHE_APP_COMPONENT SQL: DD_DB_CACHE_APP Type: view

Data Definition for App Component

DD_DB_CACHE_APP_COMPONENT is a CDS View that provides data about "Data Definition for App Component" in SAP S/4HANA. It reads from 1 data source (tdevc) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
tdevc tdevc from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName DD_DB_CACHE_APP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Data Definition for App Component view

Fields (2)

KeyFieldSource TableSource FieldDescription
pkg tdevc devclass Package (Obsolete)
component tdevc component Softw. Comp.

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 DD_DB_CACHE_APP_COMPONENT.
-- 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: DD_DB_CACHE_APP

CREATE VIEW DD_DB_CACHE_APP_COMPONENT AS
SELECT
  tdevc.devclass AS pkg,
  tdevc.component AS component
FROM tdevc
;