ARS_V_DISTR_SNAP_BASE_L

CDS View

API Snapshot Dist.: Snapshots Base L DB

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ARS_V_DISTR_SNAP_L view_entity from API Snapshot Distrib.: Snapshots L DB

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 Dist.: Snapshots Base L DB
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ARS_V_DISTR_SNAP_BASE_L (
    IS_RELEASE_INDEPENDENT,
    SNAPSHOT_NAME,
    STORAGE
);