SWI_UNIT is an SAP Structure so does not store data like a database table does but can be used to process "Attributes of individual work items" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SWI_UNIT TYPE SWI_UNIT .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
WI_ID | SWW_WIID | NUMC | 12 |
* | Work item ID | |
WI_CD | SWW_CD | DATS | 8 | Creation Date of Work Item | ||
WI_CT | SWW_CT | TIMS | 6 | Creation Time of Work Item | ||
STATUSTEXT | SWW_STATXT | CHAR | 20 | Workflow: Work Item Status | ||
AGENTNAME | SWI_AGENT | CHAR | 40 | Name of work item agent | ||
WI_TEXT | SWW_WITEXT | CHAR | 120 | Work item text | ||
WI_AED | SWW_AED | DATS | 8 | End Date of Work Item | ||
WI_PRIO | SWW_PRIO | NUMC | 1 | Priority of a Work Item | ||
NOTE_EXIST | SWW_NOTEEX | CHAR | 1 | Indicator Denoting that At Least One Note Exists for the WI | ||
NO_DEADL | SWW_DEADFL | CHAR | 1 | Flag Denoting Whether WI Contains Deadline Data |
Key field | |
Non-key field |
SWI_UNIT - Attributes of individual work items SWI_TIME - Structure for list output of length of work items SWI_TASK_H - WF: Structure for report RSWENABLEEXECUTE (ALV) SWI_TASK - F1 help in task environment SWI_STATUS - Work item status SWI_REA_WI - Work item error diagnosis: Top-level WIs by cause