ICLCCEVENTR

Transparent Table Application Table

Fallbündel-Region-Zuordnung

ICLCCEVENTR is an SAP database table in S/4HANA. Fallbündel-Region-Zuordnung. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_InsurClmBndlRegionAssgmt view from BASIC Fallbündel-Region-Zuordnung

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY active icl_active Active/Suspense
KEY ccevent icl_ccevent Claim Bundle
KEY country land1 Country/Reg.
KEY region regio Region
KEY county counc County Code
KEY city city_code City Number

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-Region-Zuordnung
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ICLCCEVENTR (
    CLIENT,   -- Client [mandt]
    ACTIVE,   -- Active/Suspense [icl_active]
    CCEVENT,  -- Claim Bundle [icl_ccevent]
    COUNTRY,  -- Country/Reg. [land1]
    REGION,   -- Region [regio]
    COUNTY,   -- County Code [counc]
    CITY,     -- City Number [city_code]
    PRIMARY KEY (CLIENT, ACTIVE, CCEVENT, COUNTRY, REGION, COUNTY, CITY)
);