SWU_WFSTRT SAP (Shell for Starting Workflows) Structure details

Dictionary Type: Structure
Description: Shell for Starting Workflows




ABAP Code to SELECT data from SWU_WFSTRT
Related tables to SWU_WFSTRT
Access table SWU_WFSTRT




Structure field list including key, data, relationships and ABAP select examples

SWU_WFSTRT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Shell for Starting Workflows" 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_SWU_WFSTRT TYPE SWU_WFSTRT.

The SWU_WFSTRT table consists of various fields, each holding specific information or linking keys about Shell for Starting Workflows data available in SAP. These include TASKTYPE (Textual description of task type), TASKDESCR (Task description), DESENDDATE (Requested end date), DESENDTIME (Requested end time).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWU_WFSTRT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TASKTask ID SWUS_TASKCHAR14HROBJEC_14TSK
TASKTYPETextual description of task type SWUS_TTYPECHAR30TEXT30
TASKDESCRTask description SWUS_TDESCCHAR40TEXT40
DESENDDATERequested end date SWUS_DEDDATS8SYDATS
DESENDTIMERequested end time SWUS_DETTIMS6SYTIME
DESSTRDATERequested start date SWUS_DSDDATS8SYDATS
DESSTRTIMERequested start time SWUS_DSTTIMS6SYTIME
LATENDDATELatest end date SWUS_LEDDATS8SYDATS
LATENDTIMELatest end time SWUS_LETTIMS6SYTIME
LATSTRDATELatest start date SWUS_LSDDATS8SYDATS
LATSTRTIMELatest start time SWUS_LSTTIMS6SYTIME
DESENDRequested End SWUS_DECHAR1XFELD
DESSTRRequested start SWUS_DSCHAR1XFELD
LATENDLatest end SWUS_LECHAR1XFELD
LATSTRLatest Start SWUS_LSCHAR1XFELD
SDATEDate SWUS_DATECHAR1XFELD
STIMETime SWUS_TIMECHAR1XFELD
TASKSTATEStatus STAT_TEXTCHAR10CHAR10
VALIDFROMStart Date PD_BEGDADATS8DATUM
VALIDTOEnd Date PD_ENDDADATS8DATUM
ABBREVObject Abbreviation SHORT_DCHAR12TEXT12
INPUTFLAGFlag specifying whether input data is set SWUS_IFLAGCHAR1CHAR1_X
DEADLFLAGFlag specifying whether deadlines are set SWUS_DFLAGCHAR1CHAR1_X
DBG_ROLEDebugging: Role Resolution SWU_DROLECHAR1XFELD
DBG_DFLOWDebugging: Binding SWU_DFLOWCHAR1XFELD
DBG_WIEXECDebugging: Work Item Execution SWU_WIEXECCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure SWU_WFSTRT using ABAP code?

As SWU_WFSTRT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWU_WFSTRT as there is no data to select.

How to access SAP table SWU_WFSTRT

Within an ECC or HANA version of SAP you can also view further information about SWU_WFSTRT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!