SBPT_WILST is an SAP Structure so does not store data like a database table does but can be used to process "FWWP: Demo - List of 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_SBPT_WILST TYPE SBPT_WILST .
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 |
ICON | TV_IMAGE | CHAR | 46 | Tree Control: Icon / Image | ||
WI_ID | SWW_WIID | NUMC | 12 |
* | Work item ID | |
WI_TYPE | SWW_WITYPE | CHAR | 1 | Work item type | ||
DESCR | WITEXT | CHAR | 120 | Work Item Text | ||
WI_NITEXT | SWW_NITEXT | CHAR | 120 | Short text for notification of completion for work item | ||
WI_DITEXT | SWW_DITEXT | CHAR | 120 | Short text for missed deadline for work item | ||
WI_RHTEXT | SWW_RHTEXT | CHAR | 40 | Short Text from Task | ||
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 | ||
NOTE_EXIST | SWW_NOTEEX | CHAR | 1 | Indicator Denoting that At Least One Note Exists for the WI | ||
NOTE_ICON | TV_IMAGE | CHAR | 46 | Tree Control: Icon / Image |
Key field | |
Non-key field |
SBPT_WILST - FWWP: Demo - List of Work Items SBPT_WB_L - Wizards: Structure for list of existing wizards SBPT_WB - Wizards: Screen structure for Wizard Builder SBPT_SWORK - FWWP: Display Objects Last Processed By a User SBPT_STRUP - FW WP: Update of Navigation Area SBPT_STRAD - FWWP: Add Entries in Navigation Area