SAP Table SWD_TASKS
WF: All tasks in steps of workflow definition
SWD_TASKS (WF: All tasks in steps of workflow definition) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link SWD_TASKS to other SAP tables.
SWD_TASKS table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
TASK | Task abbreviation | SWD_STEP_T | CHAR | 14 | 0 | |||
TASK_STEXT | Short text for task | SWD_TASK_T | CHAR | 40 | 0 | |||
NODEID | Node Number | SWD_NODEID | NUMC | 10 | 0 | |||
DESCRIPT | Name of Step or Outcome | SWD_NODDSC | CHAR | 80 | 0 |
SWD_TASKS foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
SWDSTASKS | WFD_ID | SWDSTASKS | WFD_ID | SWDSHEADER | WF Definition: Basic Data | .INCLUDE |
SWDSTASKS | WFD_ID | SWDSTASKS | VERSION | SWDSHEADER | WF Definition: Basic Data | WFD_ID |
SWDSTASKS | WFD_ID | SWDSTASKS | EXETYP | SWDSHEADER | WF Definition: Basic Data | VERSION |