EHFNDS_TM_CRITERIA SAP (Search Criteria for Task Management) Structure details

Dictionary Type: Structure
Description: Search Criteria for Task Management




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




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

EHFNDS_TM_CRITERIA 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 "Search Criteria for Task Management" 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_TM_CRITERIA TYPE EHFNDS_TM_CRITERIA.

The EHFNDS_TM_CRITERIA table consists of various fields, each holding specific information or linking keys about Search Criteria for Task Management data available in SAP. These include TASK_INITIATED_BY (Combined Party ID), PROCESSOR (Combined Party ID), PROCESSOR_RANGE (), SUPERVISOR_RANGE ().. 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 (Deep)


SAP EHFNDS_TM_CRITERIA 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
EHSM_COMPONENTComponent of EHS Management EHFND_EHSM_COMPONENTCHAR5EHFND_EHSM_COMPONENT
TASK_INITIATED_BYCombined Party ID EHFND_PARTY_ID_COMBINEDCHAR13PARIDEHFND_PARTY_ID_COMBINED
PROCESSORCombined Party ID EHFND_PARTY_ID_COMBINEDCHAR13PARIDEHFND_PARTY_ID_COMBINED
PROCESSOR_RANGE 0
SUPERVISOR_RANGE 0
TASK_WO_PROCESSORTasks Without Processor EHFND_TM_TASK_WO_PROCESSOR_INDCHAR1EHFND_INDICATOR
INCL_PROC_EMPLSManager of Subordinates with Tasks EHFND_TM_TASK_OF_PROC_EMPL_INDCHAR1EHFND_INDICATOR
ONLY_OVERDUEOverdue Task EHFND_TM_OVERDUE_TASK_INDCHAR1EHFND_INDICATOR
TASK_DUEDATETask Due Date EHFND_TM_TASK_DUEDATENUMC2EHFND_TM_TASK_DUEDATE
ONLY_RECURRENTRecurring Task EHFND_TM_RECURRENT_TASK_INDCHAR1EHFND_INDICATOR
TASK_NODE_IDNode Number SWD_NODEIDNUMC10SWD_NODIDS
TASK_STATUSCombined and Logical Status of Task EHFND_WFF_TASK_STATUSNUMC2EHFND_WFF_TASK_STATUS
TASK_PRIORITY 0
CR_DATE_OF_TASKTask Creation Date EHFND_TM_TASK_CR_DATECHAR1EHFND_TM_TASK_CR_DATE
MAX_NUMBER_OF_TASKSWhole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647) EHFND_INTEGERINT410EHFND_INTEGER
TASK_SUBJECTWork item text SWW_WITEXTCHAR120TEXT120
PCBO_STATUSInternal Status of PCO EHFND_WFF_STATUSCHAR2DFVALEHFND_BO_STATUS_TRANSACT_CODE
BO_NODENode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
PROCESS_COMPL_DATEProcess Completion Date EHFND_WFF_PROC_CP_DATECHAR1EHFND_TM_TASK_CR_DATE
PROC_CREATION_DATEProcess Creation Date EHFND_WFF_PROC_CR_DATECHAR1EHFND_TM_TASK_CR_DATE
PROC_DURATION_RANGE 0
SIGNType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
OPTIONType of OPTION component in row type of a Ranges type DDOPTIONCHAR2DDOPTION
LOWUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
HIGHUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
PROC_FIN_TIME_RANGE 0
SIGNType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
OPTIONType of OPTION component in row type of a Ranges type DDOPTIONCHAR2DDOPTION
LOWUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
HIGHUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
PROC_INIT_BY_RANGE_LIST 0
PROC_STATUS_RANGE_LIST 0
PROCESS_COMB_RANGE_LIST 0
MATERIAL_RANGE_LIST 0
SUBSTANCE_ID_RANGE_LIST 0
CUSTOMER_ID_RANGE_LIST 0
SUPPLIER_ID_RANGE_LIST 0
COMPL_CHECK_RANGE_LIST 0
BO_ROOT_KEY_RANGE_LIST 0
BO_NODE_KEY_RANGE_LIST 0
DTA_ROOT_KEY_RANGE_LIST 0
DTA_NODE_KEY_RANGE_LIST 0
WORKITEM_IDS 0
WF_INSTANCE_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
PCBO_ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
IS_EMPTY_RESULTSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
IS_DEADLINE_DIRTYSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
ALSO_CHECK_WF_ARCHIVESelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN

Key field Non-key field



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

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

How to access SAP table EHFNDS_TM_CRITERIA

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