SWW_MONCND SAP (Workflow: Monitoring RSWWCOND) Structure details

Dictionary Type: Structure
Description: Workflow: Monitoring RSWWCOND




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




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

SWW_MONCND 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: Monitoring RSWWCOND" 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_MONCND TYPE SWW_MONCND.

The SWW_MONCND table consists of various fields, each holding specific information or linking keys about Workflow: Monitoring RSWWCOND data available in SAP. These include WI_TYPE (Work item type), TYPETEXT (Work Item Type), REG_DATUM (Workflow: Registration Date), REG_TIME (Workflow: Registration 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 SWW_MONCND 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_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
TYPETEXTWork Item Type SWW_TYPTXTCHAR20TEXT20
REG_DATUMWorkflow: Registration Date SWW_REGDATDATS8DATUM
REG_TIMEWorkflow: Registration Time SWW_REGTIMTIMS6UZEIT
RETRY_COUNTWorkflow: Number of Retries SWW_CNDRTRNUMC6SWW_CNDRTR
CHG_DATUMWorkflow: Change Date SWW_CHGDATDATS8DATUM
CHG_TIMEWorkflow: Change Time SWW_CHGTIMTIMS6UZEIT
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_RHTEXTShort Text from Task SWW_RHTEXTCHAR40CHAR40
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12Assigned to domainSWW_WIID
TOP_WI_IDWorkflow: Unique ID of Top-Level Instance (6.1/get) SWFRTWIIDNUMC12Assigned to domainSWW_WIID
TOP_RH_TASKTask ID of Top Workflow SWW_TOPTASKCHAR14HROBJEC_14
TOP_RHTEXTShort Text from Task SWW_RHTEXTCHAR40CHAR40
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12Assigned to domainSWW_WISTAT
STATUSTEXTWorkflow: Work Item Status SWW_STATXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table SWW_MONCND

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