I_WORKFLOWTASKSTATUSTEXT

CDS View

Work item status text

I_WORKFLOWTASKSTATUSTEXT is a CDS View in S/4HANA. Work item status text. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_EDCWorkflowTask view_entity inner CONSUMPTION EDC Workflow Task
I_WorkflowExternalStatusText view from COMPOSITE Workflow Status Text
I_WorkflowTaskExternalStatText view from COMPOSITE Workflow Task Status Text

Fields (1)

KeyField CDS FieldsUsed in Views
WorkflowTaskStatusDesc WorkflowTaskStatusDesc 1

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.

-- Work item status text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_WORKFLOWTASKSTATUSTEXT (
    WORKFLOWTASKSTATUSDESC
);