EHFNDS_WFF_PROGRESS_LOG SAP (A Data Row of the Progress Log GUIBB) Structure details

Dictionary Type: Structure
Description: A Data Row of the Progress Log GUIBB




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




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

EHFNDS_WFF_PROGRESS_LOG 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 "A Data Row of the Progress Log GUIBB" 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_EHFNDS_WFF_PROGRESS_LOG TYPE EHFNDS_WFF_PROGRESS_LOG.

The EHFNDS_WFF_PROGRESS_LOG table consists of various fields, each holding specific information or linking keys about A Data Row of the Progress Log GUIBB data available in SAP. These include EXPANDER (SWL: Flag for expanding control in ALV), CLIENT (Client), COLOR (WLC: Color determination field for ALV output structure), ERROR_ICO (Graphical display of error status).. 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: Can be enhanced (character-type or numeric)


SAP EHFNDS_WFF_PROGRESS_LOG 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
LAUNCH_TECH_LOGDescription (Extra Short) EHFND_DESCRIPTION_XSCHAR40EHFND_DESCRIPTION_XS
LAUNCH_GRAPH_LOGDescription (Extra Short) EHFND_DESCRIPTION_XSCHAR40EHFND_DESCRIPTION_XS
LAUNCH_WI_INFODescription (Extra Short) EHFND_DESCRIPTION_XSCHAR40EHFND_DESCRIPTION_XS

Key field Non-key field



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

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

How to access SAP table EHFNDS_WFF_PROGRESS_LOG

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