EHFNDS_PROCESS_DEFINITION SAP (Structure for Process Definitions) Structure details

Dictionary Type: Structure
Description: Structure for Process Definitions




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




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

EHFNDS_PROCESS_DEFINITION 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 "Structure for Process Definitions" 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_PROCESS_DEFINITION TYPE EHFNDS_PROCESS_DEFINITION.

The EHFNDS_PROCESS_DEFINITION table consists of various fields, each holding specific information or linking keys about Structure for Process Definitions data available in SAP. These include EHSM_COMPONENT (Component of EHS Management), PURPOSE (Process Purpose), VARIANT (Name of Process Variant), CLASS_NAME (Class Name of Process Control Object).. 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_PROCESS_DEFINITION 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
PURPOSEProcess Purpose EHFND_PURPOSECHAR23Assigned to domainEHFND_PURPOSE
VARIANTName of Process Variant EHFND_WFF_VARIANTCHAR30EHFND_WFF_VARIANT
CLASS_NAMEClass Name of Process Control Object EHFND_WFF_PROCESS_CLASSCHAR30SEOCLSNAMEDD_CL_IF
SCHEDULABLEScheduling of Process Possible EHFND_SCHEDULABLE_INDCHAR1EHFND_BOOLEAN
DESCRIPTIONProcess Description EHFND_WFF_PROC_DESCRCHAR132EHFND_DESCRIPTION_L
EXCL_FROM_REPExclude Process from Reporting EHFND_WFF_EXCL_FROM_REP_INDCHAR1EHFND_INDICATOR
EHSM_COMPONENT_DESCRIPTIONDescription (Long) EHFND_DESCRIPTION_LCHAR132EHFND_DESCRIPTION_L
PURPOSE_DESCRIPTIONDescription (Long) EHFND_DESCRIPTION_LCHAR132EHFND_DESCRIPTION_L
REJECT_COMM_INDReason Required for Task Rejection EHFND_WFF_REJECT_COMM_INDCHAR1EHFND_INDICATOR
CASSIGN_COMM_INDReason Required for Task Assignment Cancelation EHFND_WFF_CANCEL_ASGM_COMM_INDCHAR1EHFND_INDICATOR
CPROC_COMM_INDReason Required for Process Cancelation EHFND_WFF_CANCEL_PROC_COMM_INDCHAR1EHFND_INDICATOR

Key field Non-key field



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

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

How to access SAP table EHFNDS_PROCESS_DEFINITION

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