SWF_FLEX_TEXT_WF

Transparent Table Application Table

Workflow Translation

SWF_FLEX_TEXT_WF is an SAP database table in S/4HANA. Workflow Translation. It contains 5 fields. 19 CDS views read from this table.

CDS Views using this table (19)

ViewTypeJoinVDMDescription
I_WorkflowTmplTxtTrnsltn view left_outer BASIC Workflow Template Text
SWF_FLEX_TEXT_FILL view inner Retrieve texts
SWF_FLEX_TEXT_FILL view union Retrieve texts
SWF_FLEX_TEXT_FILL_INST view inner Retrieve texts
SWF_FLEX_TEXT_FILL_INST view left_outer Retrieve texts
SWF_FLEX_TEXT_FILL_INST view union Retrieve texts
SWF_FLEX_TEXT_LAST_CHG view from Last change of original texts
SWF_FLEX_TEXT_NOF_TEXTID view from Number of texts
SWF_FLEX_TEXT_NOF_TEXTID view union_all Number of texts
SWF_FLEX_TEXT_ORIGINAL view inner Retrieve texts
SWF_FLEX_TEXT_PROPOSAL view cross Waiting Since
SWF_FLEX_TEXT_TRANS_PROG view from Translation Progress
SWF_FLEX_TEXT_TRANS_STATE view from Translation Progress
SWF_FLEX_TEXT_TRANS_STATE view union_all Translation Progress
SWF_FLEX_TEXT_WAITING_SINCE_V view from Waiting Since
SWF_FLEX_TEXT_WAITING_SINCE_V view union_all Waiting Since
SWF_FLEX_TEXT_WF_SUBJECT view_entity left_outer BASIC Workflow Subject Text
swf_flex_text_wf_view view from Workflow Translation
swf_flex_text_wf_view view union_all Workflow Translation

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY wf_id swf_flex_workflow_id Unique Workflow Identifier
original_langu swf_flex_text_original_langu Original Language
scenario_id swf_flex_scenario_id Scenario
wf_type swf_flex_ptype Workflow Type

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 Translation
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SWF_FLEX_TEXT_WF (
    CLIENT,          -- Client [mandt]
    WF_ID,           -- Unique Workflow Identifier [swf_flex_workflow_id]
    ORIGINAL_LANGU,  -- Original Language [swf_flex_text_original_langu]
    SCENARIO_ID,     -- Scenario [swf_flex_scenario_id]
    WF_TYPE,         -- Workflow Type [swf_flex_ptype]
    PRIMARY KEY (CLIENT, WF_ID)
);