SWD_SSEL SAP (Workflow Definition: EATAB Choose Step/Operator) Structure details

Dictionary Type: Structure
Description: Workflow Definition: EATAB Choose Step/Operator




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




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

SWD_SSEL 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 "Workflow Definition: EATAB Choose Step/Operator" 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_SWD_SSEL TYPE SWD_SSEL.

The SWD_SSEL table consists of various fields, each holding specific information or linking keys about Workflow Definition: EATAB Choose Step/Operator data available in SAP. These include TMPL (Step Type), WEB (Step Type), IF (Description for step of type 'condition'), CASE (Description for step of type 'multiple branch').. 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: Not classified


SAP SWD_SSEL 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
FUNCStep Type SWD_STEPCHAR80SWD_NODTXT
TMPLStep Type SWD_STEPCHAR80SWD_NODTXT
WEBStep Type SWD_STEPCHAR80SWD_NODTXT
IFDescription for step of type 'condition' SWD_IF_DCHAR80SWD_NODTXT
CASEDescription for step of type 'multiple branch' SWD_CASE_DCHAR80SWD_NODTXT
TRIGDescription for step of type 'event trigger' SWD_TRIGCHAR80SWD_NODTXT
CTRLDescription of step of type 'control command' SWD_CTRLCHAR80SWD_NODTXT
OPRTDescription for step of type 'container operation' SWD_OPERCHAR80SWD_NODTXT
MSELDescription of step of type 'manual selection' SWD_MSELCHAR80SWD_NODTXT
CHCKDescription for step of type 'Check list' SWD_CHECKCHAR80SWD_NODTXT
WAITDescription for step of type 'wait' SWD_WAITCHAR80SWD_NODTXT
UNTLDescription of step of type 'UNTIL' SWD_UNTIL_CHAR80SWD_NODTXT
WHILDescription of step of type 'While' SWD_WHILECHAR80SWD_NODTXT
VOIDDescription for step of type 'void' SWD_VOIDCHAR80SWD_NODTXT
FORKDescription for operator of type 'fork' SWD_FORK_DCHAR80SWD_NODTXT
MAILStep Type SWD_STEPCHAR80SWD_NODTXT
FORMStep Type SWD_STEPCHAR80SWD_NODTXT
ANCHStep Type SWD_STEPCHAR80SWD_NODTXT
XBLKStep Type SWD_STEPCHAR80SWD_NODTXT
XFLOStep Type SWD_STEPCHAR80SWD_NODTXT

Key field Non-key field



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

As SWD_SSEL 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 SWD_SSEL as there is no data to select.

How to access SAP table SWD_SSEL

Within an ECC or HANA version of SAP you can also view further information about SWD_SSEL 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!