ACMRTAUNIT

GLOBAL_TEMPORARY Temporary Data

ACM ABAP Unit Core Testdata Database Table

ACMRTAUNIT is an SAP database table in S/4HANA. ACM ABAP Unit Core Testdata Database Table. It contains 27 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
ACMRT_AUNIT_CDS view from ACM ABAP Unit Core CDS Entity
ACMRT_AUNIT_DDL_INHERIT view_entity from Entity for DCL ACMRT_AUNIT_DCL_INHERIT
ACMRT_AUNIT_DDL_NOT_ALLOWED view_entity from CDS Entity with Annotation #NOT_ALLOWED
ACMRT_AUNIT_DDL_PROJ_BASE view_entity from ACM RT Projection Test Base
ACMRT_AUNIT_DDL_PROJ_BASE_ASO2 view_entity from ACM RT Projection Test Base Association
ACMRT_AUNIT_DDL_PROJ_BASE_ASOC view_entity from ACM RT Projection Test Base Association
ACMRT_AUNIT_DDL_PROJ_NOT_ALLWD view_entity from CDS Entity with Annotation #NOT_ALLOWED
ACMTOOL_ANALYZER_AUNIT_CDS view from ACM Analyzer Unittest DDL

Fields (27)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY segm abap.char Segment
KEY id abap.int4 Primary Key
char6 abap.char
char20 abap.char
sstring10 abap.sstring
numc8 abap.numc
dats abap.dats
tims abap.tims
dec52 abap.dec
int1 abap.int1
int2 abap.int2
int4 abap.int4
int8 abap.int8
decfloat16 abap.df16_raw
decfloat34 abap.df34_raw
dec62 abap.dec
d16d_10_3 abap.df16_dec
guid abap.raw
datn abap.datn
timn abap.timn
d16n abap.decfloat16
d34n abap.decfloat34
utclong abap.utclong
testcomment abap.string
state1 abap.char
state2 abap.char

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.

-- ACM ABAP Unit Core Testdata Database Table
-- Category GLOBAL_TEMPORARY · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMRTAUNIT (
    MANDT,        -- Client [mandt]
    SEGM,         -- Segment [abap.char]
    ID,           -- Primary Key [abap.int4]
    CHAR6,        -- abap.char
    CHAR20,       -- abap.char
    SSTRING10,    -- abap.sstring
    NUMC8,        -- abap.numc
    DATS,         -- abap.dats
    TIMS,         -- abap.tims
    DEC52,        -- abap.dec
    INT1,         -- abap.int1
    INT2,         -- abap.int2
    INT4,         -- abap.int4
    INT8,         -- abap.int8
    DECFLOAT16,   -- abap.df16_raw
    DECFLOAT34,   -- abap.df34_raw
    DEC62,        -- abap.dec
    D16D_10_3,    -- abap.df16_dec
    GUID,         -- abap.raw
    DATN,         -- abap.datn
    TIMN,         -- abap.timn
    D16N,         -- abap.decfloat16
    D34N,         -- abap.decfloat34
    UTCLONG,      -- abap.utclong
    TESTCOMMENT,  -- abap.string
    STATE1,       -- abap.char
    STATE2,       -- abap.char
    PRIMARY KEY (MANDT, SEGM, ID)
);