SWDIDSTEPS SAP (Step Properties for WF Definition (Not Runtime)) Structure details

Dictionary Type: Structure
Description: Step Properties for WF Definition (Not Runtime)




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




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

SWDIDSTEPS 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 "Step Properties for WF Definition (Not Runtime)" 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_SWDIDSTEPS TYPE SWDIDSTEPS.

The SWDIDSTEPS table consists of various fields, each holding specific information or linking keys about Step Properties for WF Definition (Not Runtime) data available in SAP. These include FORM_METHD (Action), FORM_NAME (Form), SWIM_ELEM (Overview of Existing Groupings), SWIM_EDITE (Grouping Name).. 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 SWDIDSTEPS 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
FORM_OTYPEForm Type SWD_FOTYPECHAR10Assigned to domainOJ_NAME
FORM_METHDAction SWD_FMETHDCHAR32SWC_ELEM
FORM_NAMEForm SWDFORMNAMCHAR30SWDFORMNAM
SWIM_ELEMOverview of Existing Groupings SWD_SWIMELCHAR32SWC_ELEM
SWIM_EDITEGrouping Name SWD_SWIMEDCHAR32SWC_EDITEL
CREATED_BYCreator of Workflow Definition SWD_DEFUSRCHAR12Assigned to domainXUBNAME
CREATED_ONCreation Date of Workflow Definition SWD_DEFDATDATS8DATS
CREATED_ATCreation Time of Workflow Definition SWD_DEFTIMTIMS6TIMES
CREATED_RLRelease when workflow definition created SWD_DEFRELCHAR4CHAR4
CHANGED_BYLast user to change workflow definition SWD_CHGUSRCHAR12Assigned to domainXUBNAME
CHANGED_ONDate of last change to workflow definition SWD_CHGDATDATS8DATS
CHANGED_ATTime of last change to workflow definition SWD_CHGTIMTIMS6TIMES
CHANGED_RLRelease of last change to workflow definition SWD_CHGRELCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table SWDIDSTEPS

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