ARS_V_DISTR_VIRT_SNAP_BASE

CDS View

API Snapshot Distrib.: Snapshots Base

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ARS_V_DISTR_VIRT_SNAP view left_outer API Snapshot Distrib.: Virtual Snapshots

Fields (14)

KeyField CDS FieldsUsed in Views
api_context api_context 1
created_at created_at 1
created_by created_by 1
created_on created_on 1
current_version current_version 1
generation_action generation_action 1
generation_ballog_handle generation_ballog_handle 1
generation_progress generation_progress 1
generation_state_code generation_state_code 1
generation_state_text generation_state_text 1
generation_timestamp generation_timestamp 1
is_check_relevant is_check_relevant 1
original_system original_system 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_VIRT_SNAP_BASE (
    API_CONTEXT,
    CREATED_AT,
    CREATED_BY,
    CREATED_ON,
    CURRENT_VERSION,
    GENERATION_ACTION,
    GENERATION_BALLOG_HANDLE,
    GENERATION_PROGRESS,
    GENERATION_STATE_CODE,
    GENERATION_STATE_TEXT,
    GENERATION_TIMESTAMP,
    IS_CHECK_RELEVANT,
    ORIGINAL_SYSTEM,
    STORAGE
);