SWW_MONCND_ALV SAP (Workflow: ALV Structure for Entries) Structure details

Dictionary Type: Structure
Description: Workflow: ALV Structure for Entries




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




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

SWW_MONCND_ALV 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: ALV Structure for Entries" 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_ALV TYPE SWW_MONCND_ALV.

The SWW_MONCND_ALV table consists of various fields, each holding specific information or linking keys about Workflow: ALV Structure for Entries data available in SAP. These include WI_ID (Work item ID), WI_TYPE (Work item type), TYPETEXT (Work Item Type), REG_DATUM (Workflow: Registration Date).. 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_ALV 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
B_MARKEDCheckbox XFELDCHAR1XFELD
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_ALV using ABAP code?

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

How to access SAP table SWW_MONCND_ALV

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