SWW_STAMTH SAP (Workflow: Methods on Work Item) Structure details

Dictionary Type: Structure
Description: Workflow: Methods on Work Item




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




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

SWW_STAMTH 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: Methods on Work Item" 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_SWW_STAMTH TYPE SWW_STAMTH.

The SWW_STAMTH table consists of various fields, each holding specific information or linking keys about Workflow: Methods on Work Item data available in SAP. These include M01 (Checkbox), M02 (Checkbox), M03 (Checkbox), M04 (Checkbox).. 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 SWW_STAMTH 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
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
M01Checkbox XFELDCHAR1XFELD
M02Checkbox XFELDCHAR1XFELD
M03Checkbox XFELDCHAR1XFELD
M04Checkbox XFELDCHAR1XFELD
M05Checkbox XFELDCHAR1XFELD
M06Checkbox XFELDCHAR1XFELD
M07Checkbox XFELDCHAR1XFELD
M08Checkbox XFELDCHAR1XFELD
M09Checkbox XFELDCHAR1XFELD
M10Checkbox XFELDCHAR1XFELD
M11Checkbox XFELDCHAR1XFELD
M12Checkbox XFELDCHAR1XFELD
M13Checkbox XFELDCHAR1XFELD
M14Checkbox XFELDCHAR1XFELD
M15Checkbox XFELDCHAR1XFELD
M16Checkbox XFELDCHAR1XFELD
M17Checkbox XFELDCHAR1XFELD
M18Checkbox XFELDCHAR1XFELD
M19Checkbox XFELDCHAR1XFELD
M20Checkbox XFELDCHAR1XFELD
M21Checkbox XFELDCHAR1XFELD
M22Checkbox XFELDCHAR1XFELD
M23Checkbox XFELDCHAR1XFELD
M24Checkbox XFELDCHAR1XFELD
M25Checkbox XFELDCHAR1XFELD
M26Checkbox XFELDCHAR1XFELD
M27Checkbox XFELDCHAR1XFELD
M28Checkbox XFELDCHAR1XFELD
M29Checkbox XFELDCHAR1XFELD
M30Checkbox XFELDCHAR1XFELD
M31Checkbox XFELDCHAR1XFELD
M32Checkbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SWW_STAMTH

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