ICLEACTIVITY

Transparent Table Application Table

Aufgaben im Fallbündel

ICLEACTIVITY is an SAP database table in S/4HANA. Aufgaben im Fallbündel. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_InsurClmBundleTasks view from BASIC Aufgaben im Fallbündel

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY active icl_active Active/Suspense
KEY ccevent icl_ccevent Claim Bundle
KEY actnumber icle_activityno No.

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.

-- Aufgaben im Fallbündel
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ICLEACTIVITY (
    CLIENT,     -- Client [mandt]
    ACTIVE,     -- Active/Suspense [icl_active]
    CCEVENT,    -- Claim Bundle [icl_ccevent]
    ACTNUMBER,  -- No. [icle_activityno]
    PRIMARY KEY (CLIENT, ACTIVE, CCEVENT, ACTNUMBER)
);