ARS_W_APIV_API

Transparent Table System Table (transport)

API Release: API Version – APIs

ARS_W_APIV_API is an SAP database table in S/4HANA. API Release: API Version – APIs. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ARS_V_API_VERSION_API view_entity from API Release: API Version – API

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY compatibility_contract ars_release_contract Release Contract
extraction_state ars_extraction_state Extraction State
extraction_failure_reason ars_extraction_failure_reason Failure Reason
extractor_version ars_api_extractor_version Extractor Version
is_release_state_implicit ars_is_release_state_implicit Rel.State Impl.

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 Release: API Version – APIs
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ARS_W_APIV_API (
    COMPATIBILITY_CONTRACT,     -- Release Contract [ars_release_contract]
    EXTRACTION_STATE,           -- Extraction State [ars_extraction_state]
    EXTRACTION_FAILURE_REASON,  -- Failure Reason [ars_extraction_failure_reason]
    EXTRACTOR_VERSION,          -- Extractor Version [ars_api_extractor_version]
    IS_RELEASE_STATE_IMPLICIT,  -- Rel.State Impl. [ars_is_release_state_implicit]
    PRIMARY KEY (COMPATIBILITY_CONTRACT)
);