ARS_V_DISTR_SNAP

DDL: ARS_V_DISTR_SNAP SQL: ARS_V_DISTRSNP Type: view

API Snapshot Distrib.: Snapshots

ARS_V_DISTR_SNAP is a CDS View that provides data about "API Snapshot Distrib.: Snapshots" in SAP S/4HANA. It reads from 1 data source (ARS_V_DISTR_SNAP_BASE) and exposes 5 fields.

Data Sources (1)

SourceAliasJoin Type
ARS_V_DISTR_SNAP_BASE snap from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName ARS_V_DISTRSNP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label API Snapshot Distrib.: Snapshots view

Fields (5)

KeyFieldSource TableSource FieldDescription
api_context api_context
created_on created_on Variant created on
created_at created_at Uploaded On
created_by created_by Version Created By
storage ARS_V_DISTR_SNAP_BASE storage Storage

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 ARS_V_DISTR_SNAP.
-- 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: ARS_V_DISTRSNP

CREATE VIEW ARS_V_DISTR_SNAP AS
SELECT
  api_context,
  created_on,
  created_at,
  created_by,
  snap.storage AS storage
FROM ARS_V_DISTR_SNAP_BASE AS snap
;