SWFTRC_WF_EXT is an SAP Structure so does not store data like a database table does but can be used to process "Workflow Trace: Enhancement Structure for Trace Filter" 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_SWFTRC_WF_EXT TYPE SWFTRC_WF_EXT .
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 |
.INCLUDE | SWD_WFDKEY | Key Structure for All Workflow Definition Tables | ||||
WFD_ID | SWD_WFD_ID | CHAR | 10 |
* | Number of workflow definition | |
VERSION | SWD_VERSIO | CHAR | 4 | Version | ||
EXETYP | SWD_EXETYP | CHAR | 1 | Workflow Type | ||
WI_ID | SWW_CHCKWI | NUMC | 12 |
* | Superordinate Work Item |
Key field | |
Non-key field |
SWFTRC_WF_EXT - Workflow Trace: Enhancement Structure for Trace Filter SWFTRC_WF_CTX - Workflow Trace: Application Context Structure SWFTRC_DEMO_OPTIONS - Workflow-Trace Demo SWFTRC_DEMO_EXTENSION - Workflow-Trace Demo SWFTRC_DEMO_CONTEXT - Workflow Trace Demo SWFTRC_CMP_FIL - Filtering Dialog Global Component Activation