SWWFBATEXT

Transparent Table System Table (SAP only)

Workflow: Kurztexte für WIM Historie

SWWFBATEXT is an SAP database table in S/4HANA. Workflow: Kurztexte für WIM Historie. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ADM_LOGHIST view left_outer swwloghist

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY fb_name sww_logact Action
KEY language spras Language
fb_text sww_actdsc Description

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.

-- Workflow: Kurztexte für WIM Historie
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SWWFBATEXT (
    FB_NAME,   -- Action [sww_logact]
    LANGUAGE,  -- Language [spras]
    FB_TEXT,   -- Description [sww_actdsc]
    PRIMARY KEY (FB_NAME, LANGUAGE)
);