ARS_V_DISTR_SNAP_BASE

CDS View

API Snapshot Distrib.: Snapshots Base

ARS_V_DISTR_SNAP_BASE is a CDS View in S/4HANA. API Snapshot Distrib.: Snapshots Base. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ARS_V_DISTR_SNAP view from API Snapshot Distrib.: Snapshots

Fields (3)

KeyField CDS FieldsUsed in Views
is_release_independent is_release_independent 1
snapshot_name snapshot_name 1
storage storage 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- API Snapshot Distrib.: Snapshots Base
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ARS_V_DISTR_SNAP_BASE (
    IS_RELEASE_INDEPENDENT,
    SNAPSHOT_NAME,
    STORAGE
);