EHHSSD_PRT_ROOT SAP (Process Control - Root) Table details

Dictionary Type: Table
Description: Process Control - Root




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




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

EHHSSD_PRT_ROOT is a standard SAP Table which is used to store Process Control - Root data and is available within R/3 SAP systems depending on the version and release level.

The EHHSSD_PRT_ROOT table consists of various fields, each holding specific information or linking keys about Process Control - Root data available in SAP. These include DB_KEY (NodeID), NODE_CAT_KEY (NodeID), DATETIME_CR (Date/Time of Item Creation), USER_ID_CR (Object Created By).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHHSSD_PRT_ROOT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DB_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
NODE_CAT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DATETIME_CRDate/Time of Item Creation /BOBF/DATETIME_CRDEC15TSTLC/BOBF/TIMESTAMP
USER_ID_CRObject Created By /BOBF/USER_ID_CRCHAR12UNAMEUSER_COMP
DATETIME_CHDate/Time of Item Change /BOBF/DATETIME_CHDEC15TSTLC/BOBF/TIMESTAMP
USER_ID_CHObject Changed By /BOBF/USER_ID_CHCHAR12UNAME
BO_KEY_REFBO Reference – Definition Key of the Business Object EHFND_BO_REF_BO_DEF_KEYRAW16/BOBF/CONF_KEY
BO_ROOT_KEY_REFBO Reference – Instance Key of the ROOT Node EHFND_BO_REF_ROOT_INST_KEYRAW16/BOBF/CONF_KEY
BO_NODE_KEY_REFBO Reference – Definition Key of the Subnode EHFND_BO_REF_NODE_DEF_KEYRAW16/BOBF/CONF_KEY
BO_KEY_REF_NODEBO Reference – Instance Key of the Subnode EHFND_BO_REF_NODE_INST_KEYRAW16/BOBF/CONF_KEY
DTA_KEY_REFData BO Reference – Definition Key of the Business Object EHFND_DTA_BO_REF_BO_DEF_KEYRAW16/BOBF/CONF_KEY
DTA_ROOT_KEY_REFData BO Reference – Instance Key of the ROOT Node EHFND_DTA_BO_REF_ROOT_INST_KEYRAW16/BOBF/CONF_KEY
DTA_NODE_KEY_REFData BO Reference – Definition Key of the Subnode EHFND_DTA_BO_REF_NODE_DEF_KEYRAW16/BOBF/CONF_KEY
DTA_KEY_REF_NODEData BO Reference – Instance Key of the Subnode EHFND_DTA_BO_REF_NODE_INST_KEYRAW16/BOBF/CONF_KEY
PC_BO_KEY_REFPCBO Reference – Definition Key of the Process Control BO EHFND_PCBO_REF_BO_DEF_KEYRAW16/BOBF/CONF_KEY
PC_ROOT_KEY_REFPCBO Reference – Instance Key of the ROOT Node EHFND_PCBO_REF_ROOT_INST_KEYRAW16/BOBF/CONF_KEY
VARIANTName of Process Variant EHFND_WFF_VARIANTCHAR30EHFND_WFF_VARIANT
STATUSInternal Status of PCO EHFND_WFF_STATUSCHAR2DFVALEHFND_BO_STATUS_TRANSACT_CODE
STATUS_REMARKComment on Internal Status EHFND_WFF_STATUS_REMARKCHAR255EHFND_WFF_STATUS_REMARK
WF_INSTANCE_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WF_TEMPLATE_IDTask ID SWW_TASKCHAR14HROBJEC_14
WI_COUNTWFIS: Number of Tasks EHFND_WFF_WI_COUNTQUAN15(3) EHFND_WFF_QUAN8
TIME_TOTALWIS: Sum of Times in Hours (Gross) EHFND_WFF_TIME_TOTALQUAN15(3) EHFND_WFF_QUAN8
NET_TOTALWFIS: Total Net Working Hours EHFND_WFF_NET_TOTALQUAN15(3) EHFND_WFF_QUAN8
UNITWFIS: Dummy Unit EHFND_WFF_WIS_UNITUNIT3Assigned to domainCUNITMEINS
EHSM_COMPONENTComponent of EHS Management EHFND_EHSM_COMPONENTCHAR5EHFND_EHSM_COMPONENT
PURPOSEProcess Purpose EHFND_PURPOSECHAR23Assigned to domainEHFND_PURPOSE
FIN_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
FIN_TI_ZOTime Zone for Finished Process EHFND_PRC_FINISHED_TI_ZOCHAR6Assigned to domainTZNZONE
PROC_STATUSWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
DURATIONUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
PSE_ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
IS_RECURRINGRecurring Process EHFND_WFF_IS_RECURRINGCHAR1EHFND_BOOLEAN
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
PROC_STATUS_TYPETask ID SWW_TASKCHAR14HROBJEC_14
EEW_PRC_ROOT_DDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP table EHHSSD_PRT_ROOT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EHHSSD_PRT_ROOT to SELECT all data from the table
DATA: WA_EHHSSD_PRT_ROOT TYPE EHHSSD_PRT_ROOT.

SELECT SINGLE *
FROM EHHSSD_PRT_ROOT
INTO CORRESPONDING FIELDS OF WA_EHHSSD_PRT_ROOT
WHERE...

How to access SAP table EHHSSD_PRT_ROOT

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