EHFNDS_TM_PROCESS SAP (EHSM Process structure) Structure details

Dictionary Type: Structure
Description: EHSM Process structure




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




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

EHFNDS_TM_PROCESS 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 "EHSM Process structure" 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_PROCESS TYPE EHFNDS_TM_PROCESS.

The EHFNDS_TM_PROCESS table consists of various fields, each holding specific information or linking keys about EHSM Process structure data available in SAP. These include PCBO_ROOT_KEY (NodeID), EHSM_COMPONENT (Component of EHS Management), PURPOSE (Process Purpose), VARIANT (Name of Process Variant).. 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_PROCESS 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
PCBO_BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
PCBO_ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
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
PROCESS_DESCRIPTIONProcess Description EHFND_WFF_PROC_DESCRCHAR132EHFND_DESCRIPTION_L
PCBO_STATUSInternal Status of PCO EHFND_WFF_STATUSCHAR2DFVALEHFND_BO_STATUS_TRANSACT_CODE
PROCESS_STATUSDescription of Process Status EHFND_PROC_STATUS_DESCCHAR60EHFND_DESCRIPTION_S
WF_IDWorkflow ID SWP_WF_IDNUMC12Assigned to domainSWW_WIID
WF_STATProcessing Status of a Work Item SWW_WISTATCHAR12Assigned to domainSWW_WISTAT
WF_STATUSTEXTDescription of Workflow Status EHFND_TM_WF_STATUSCHAR60EHFND_DESCRIPTION_S
PCBO_CR_DATEPCBO Creation Date - Process Start Date EHFND_PCBO_CR_DATEDATS8DATUM
FIN_DATETimestamp of Finished Process EHFND_PRC_FINISHED_DATEDATS8DATUM
PCBO_FIN_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
PROC_DUR_DAYSProcess Duration in Days EHFND_PROC_DUR_DAYNUMC5
PCBO_CREATORPCBO Creator - Process Started By EHFND_PCBO_CREATORCHAR12UNAME
PCBO_CREATOR_NAMEPCBO Creator EHFND_WFF_PCBO_CR_BY_NAMECHAR80EHFND_PARTY_NAME
BO_KEY_REFBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
BO_ROOT_KEY_REFNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
BO_NODE_KEY_REFNode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
BO_KEY_REF_NODENodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DTA_KEY_REFBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
DTA_ROOT_KEY_REFNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DTA_NODE_KEY_REFNode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
DTA_KEY_REF_NODENodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
MATERIAL_IDMaterial EHFND_MAT_IDCHAR18Assigned to domainMATN1MATNREHFND_CMP_MAT_ID
SUBSTANCE_IDSubstance ID EHFND_SUBSTANCE_IDCHAR12Assigned to domainEHFND_SUBSTANCE_IDEHFND_ELM_SUBSTANCE_ID
CUSTOMER_IDCustomer ID EHFND_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNRKUNDEBI
SUPPLIER_IDSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
COMPLIANCE_CHECKCompliance Requirement (Check) EHFND_CHECKCHAR10Assigned to domainEHFND_CHECK
IS_RECURRINGRecurring Process EHFND_WFF_IS_RECURRINGCHAR1EHFND_BOOLEAN
IS_RECURRING_TEXTRecurring Process Description - Yes/No EHFND_WFF_IS_REC_TXTSTRG0EHFND_STRING
RELATED_OBJ_TEXTPCBO-Related Object EHFND_WFF_REL_OBJECT_TEXTCHAR60EHFND_DESCRIPTION_S
RELATED_OBJ_TEXT_2PCBO-Related Object EHFND_WFF_REL_OBJECT_TEXTCHAR60EHFND_DESCRIPTION_S
RELATED_OBJ_TEXT_3PCBO-Related Object EHFND_WFF_REL_OBJECT_TEXTCHAR60EHFND_DESCRIPTION_S

Key field Non-key field



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

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

How to access SAP table EHFNDS_TM_PROCESS

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