SWL_PM_CVI SAP (Workflow: Display structure for chronicle view (item)) Structure details

Dictionary Type: Structure
Description: Workflow: Display structure for chronicle view (item)




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




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

SWL_PM_CVI 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: Display structure for chronicle view (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_SWL_PM_CVI TYPE SWL_PM_CVI.

The SWL_PM_CVI table consists of various fields, each holding specific information or linking keys about Workflow: Display structure for chronicle view (item) data available in SAP. These include COLOR (WLC: Color determination field for ALV output structure), ERROR_ICO (Graphical display of error status), WI_ID (Work item ID), WI_TYPE (Work item type).. 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 SWL_PM_CVI 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COLORWLC: Color determination field for ALV output structure SWL_PM_CCHAR3TEXT3
ERROR_ICOGraphical display of error status SWL_PM_ECHAR4CHAR4
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
METH_USERUser executing an action on a work item, sy-uname SWL_AGENTNCHAR12UNAME
AGT_ADRNAMFull name of agent SWL_PM_ACHAR40TEXT40
METHOD_ICOSWL: Icon of a method SWL_PM_ICHAR50CHAR50
METHOD_NAMDescription of Logged Function SWL_PM_FCHAR40TEXT40
METH_EDATEDate on which logged action terminated SWL_EDATEDATS8SYDATS
METH_ETIMETime when logged action was terminated SWL_ETIMETIMS6SYTIME
PARA_NAM_1Name of import parameter RS38L_IMPOCHAR30IMPORTIN_3
PARA_VAL_1Local Persistent Object Reference - BOR Compatible Unstruct. SIBFLPORBUCHAR104SIBFLPORBU
PARA_TYP_1Object processed in task SWL_PM_T1CHAR20CHAR20
PARA_OUT_1Default attribute of object SWL_PM_O1CHAR90TEXT90
PARA_OBJ_1Flag: Entry selected in list SWL_FLAGCHAR1SWC_BOOL
PARA_NAM_2Name of import parameter RS38L_IMPOCHAR30IMPORTIN_3
PARA_VAL_2Local Persistent Object Reference - BOR Compatible Unstruct. SIBFLPORBUCHAR104SIBFLPORBU
PARA_TYP_2Object processed in task SWL_PM_T2CHAR20CHAR20
PARA_OUT_2Default attribute of object SWL_PM_O2CHAR90TEXT90
PARA_OBJ_2Flag: Entry selected in list SWL_FLAGCHAR1SWC_BOOL
CODEException for method SWO_RETURNNUMC4SWO_RETURN
WORKAREAApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGTYPEMessage Type SYMSGTYCHAR1SYCHAR01
MESSAGEMessage number SWO_MSGNRNUMC3NUMC3
VARIABLE1Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE2Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE3Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE4Message Variable SYMSGVCHAR50SYCHAR50
SELECTEDFlag: Entry selected in list SWL_FLAGCHAR1SWC_BOOL
METHODWLC: FM name for display in WF log SWL_PM_MCHAR30CHAR30
PM_ORDERStatus Numbers for WIM Log Entries in WF Log SWL_ORDERNUMC4NUMC4
CHI_LOGKEYGUID in 'RAW' format GUID_16RAW16SYSUUID
PAR_LOGKEYGUID in 'RAW' format GUID_16RAW16SYSUUID
MSGLINEText line for message SWR_MSGLINCHAR273SWU_MSGLIN
TECH_USERWorkflow: Technical User SWW_TECUSRCHAR12SYCHAR12

Key field Non-key field



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

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

How to access SAP table SWL_PM_CVI

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