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 31 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
ACMRT_AUNIT_CDS view from ACM ABAP Unit Core CDS Entity
ACMRT_AUNIT_CDS_HIERARCHY_SRC view_entity from ACM ABAP Unit Core CDS Hierarchy Source
ACMRT_AUNIT_CDS_NO_DCL_GAF_OK view_entity from ACM RT TST: No DCL, but GAF enabled
ACMRT_AUNIT_CDSv2 view_entity from ACM ABAP Unit Core CDS Entity v2
ACMRT_AUNIT_CUST_CONF_ENTITY view_entity from ACM RT TST: Custom Configuration 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
ACMRT_AUNIT_DDL_SPECIAL_PARAMS view_entity from ACM AUnit Entity with Special Parameters
ACMTOOL_ANALYZER_AUNIT_CDS view from ACM Analyzer Unittest DDL

Fields (31)

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
parentid abap.int4
accp abap.accp
longstring abap.string
rawstring abap.rawstring

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
    PARENTID,     -- abap.int4
    ACCP,         -- abap.accp
    LONGSTRING,   -- abap.string
    RAWSTRING,    -- abap.rawstring
    PRIMARY KEY (MANDT, SEGM, ID)
);