SWUWEBTR is an SAP Structure so does not store data like a database table does but can be used to process "Workflow: Web-enabling - Data structure for screen" 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_SWUWEBTR TYPE SWUWEBTR .
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 | |
WEB_FLAG | SWUWWWFL | CHAR | 1 | Flag: Task can be executed on Internet | ||
MLINE1 | SWUMLINE | CHAR | 137 | Workflow: Web-enabling - Message line | ||
MLINE2 | SWUMLINE | CHAR | 137 | Workflow: Web-enabling - Message line | ||
AWSESSION | SWUAWSES | CHAR | 30 | Workflow: Web-enabling: AW session field |
Key field | |
Non-key field |
SWUWEBTR - Workflow: Web-enabling - Data structure for screen SWUWEBNAMS - Web-enabling: Namespace and related SWUTYP2ADR - SAP Forms: Map form type to proxy mail address SWUTIUNIT - WF: Unit of Time for Deadlines SWUREPPRAM - WF: Assignment of report to selection SWUPTRIM - Tree Control Item For Report SAPTREV*