VICAAROBJ

Transparent Table Application Table

Archiviertes Datenobjekt

VICAAROBJ is an SAP database table in S/4HANA. Archiviertes Datenobjekt. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_REObjectArchived view from BASIC Archived Real Estate Object

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY arobjguid recaarobjguid GUID

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.

-- Archiviertes Datenobjekt
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VICAAROBJ (
    MANDT,      -- Client [mandt]
    AROBJGUID,  -- GUID [recaarobjguid]
    PRIMARY KEY (MANDT, AROBJGUID)
);