CRMC_ACT_CATEGOR

Transparent Table Customizing (protected)

Aktivitätskategorie

CRMC_ACT_CATEGOR is an SAP database table in S/4HANA. Aktivitätskategorie. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BusinessActivityCategory view from BASIC Activity Category

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY category crmt_activity_category Category
class crmt_activity_class Activity class
icon_name scrficon_n Icon name

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.

-- Aktivitätskategorie
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CRMC_ACT_CATEGOR (
    CLIENT,     -- Client [mandt]
    CATEGORY,   -- Category [crmt_activity_category]
    CLASS,      -- Activity class [crmt_activity_class]
    ICON_NAME,  -- Icon name [scrficon_n]
    PRIMARY KEY (CLIENT, CATEGORY)
);