SWL_PM_CVH SAP (Workflow: ITAB for reduction of WFM Logtab) Structure details

Dictionary Type: Structure
Description: Workflow: ITAB for reduction of WFM Logtab




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




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

SWL_PM_CVH 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: ITAB for reduction of WFM Logtab" 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_CVH TYPE SWL_PM_CVH.

The SWL_PM_CVH table consists of various fields, each holding specific information or linking keys about Workflow: ITAB for reduction of WFM Logtab data available in SAP. These include CLIENT (Client), COLOR (WLC: Color determination field for ALV output structure), ERROR_ICO (Graphical display of error status), GRAPH_ICO (SWL: Icon of a method).. 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_CVH 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
EXPANDERSWL: Flag for expanding control in ALV SWL_EXPACHAR1TEXT1
CLIENTClient MANDTCLNT3T000MANDT
COLORWLC: Color determination field for ALV output structure SWL_PM_CCHAR3TEXT3
ERROR_ICOGraphical display of error status SWL_PM_ECHAR4CHAR4
GRAPH_ICOSWL: Icon of a method SWL_PM_ICHAR50CHAR50
WI_ICOSWL: Icon of a method SWL_PM_ICHAR50CHAR50
CONT_ICOSWL: Icon of a method SWL_PM_ICHAR50CHAR50
WI_ICO_STAStatus of work item as icon SWL_STAICOCHAR50TEXT50
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
NODE_IDNode Number SWD_NODEIDNUMC10SWD_NODIDS
WI_TEXTWork item text of task SWL_PM_SCHAR120TEXT120
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_RHTEXTShort Text from Task SWW_RHTEXTCHAR40CHAR40
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
RESULT_TXTResult of workflow step SWL_PM_RCHAR40TEXT40
LOG_DATEDate on which logged action terminated SWL_EDATEDATS8SYDATS
LOG_TIMETime when logged action was terminated SWL_ETIMETIMS6SYTIME
DURATIONProcessing duration of work item SWL_PM_WCHAR17CHAR17
STATUSTEXTWork item status text SWL_PM_XCHAR20TEXT20
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12Assigned to domainSWW_WISTAT
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
AGENT_NAMEName of Actual Agent of Work Item SWL_AAGT_NCHAR40TEXT40
WF_IDWorkflow ID SWP_WF_IDNUMC12Assigned to domainSWW_WIID
TOP_LVL_WFWorkflow ID SWP_WF_IDNUMC12Assigned to domainSWW_WIID
NODE_CLASSNode Type SWD_NODETPCHAR1SWD_NODETP
WORKAREAApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MESSAGEMessage Number SYMSGNONUMC3SYMSGNO
ERRORTYPEMessage Type SYMSGTYCHAR1SYCHAR01
VARIABLE1Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE2Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE3Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE4Message Variable SYMSGVCHAR50SYCHAR50
REMOTE_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
REMOTE_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12Assigned to domainSWW_WIID
EXEC_TIMEWorkflow: De Facto Execution Time in Sec (6.1/get) SWFREXECTMINT410
BLOCKTYPEWFM: Block Type SWP_BLOCKTYPENUMC4SWP_BLOCKTYPE
NODETYPENode Type SWD_NODETPCHAR1SWD_NODETP
PARENT_WIParent of a Work Item SWFRPARWINUMC12Assigned to domainSWW_WIID

Key field Non-key field



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

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

How to access SAP table SWL_PM_CVH

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