ICLCCEVENT

Transparent Table Application Table

Fallbündel

ICLCCEVENT is an SAP database table in S/4HANA. Fallbündel. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
E_InsuranceClaimBundle view_entity from EXTENSION Insurance Claim Bundle - Extension
I_ClaimBundle view from BASIC Fallbündel

Fields (3)

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

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.

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