EHFNDS_TM_PROC_CRITERIA_INTL SAP (Internal Process Search Criteria) Structure details

Dictionary Type: Structure
Description: Internal Process Search Criteria




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




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

EHFNDS_TM_PROC_CRITERIA_INTL 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 "Internal Process Search Criteria" 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_PROC_CRITERIA_INTL TYPE EHFNDS_TM_PROC_CRITERIA_INTL.

The EHFNDS_TM_PROC_CRITERIA_INTL table consists of various fields, each holding specific information or linking keys about Internal Process Search Criteria data available in SAP. These include EHSM_COMPONENT (Component of EHS Management), MAX_NUMBER_OF_TASKS (Whole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647)), PCBO_STATUS (Internal Status of PCO), PROC_INIT_BY_RANGE_LIST ().. 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_PROC_CRITERIA_INTL 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
MAX_NUMBER_OF_TASKSWhole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647) EHFND_INTEGERINT410EHFND_INTEGER
PCBO_STATUSInternal Status of PCO EHFND_WFF_STATUSCHAR2DFVALEHFND_BO_STATUS_TRANSACT_CODE
PROC_INIT_BY_RANGE_LIST 0
PROC_CREATION_DATEProcess Creation Date EHFND_WFF_PROC_CR_DATECHAR1EHFND_TM_TASK_CR_DATE
PROC_COMPL_DATEProcess Completion Date EHFND_WFF_PROC_CP_DATECHAR1EHFND_TM_TASK_CR_DATE
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
WF_ID_RANGE 0
IS_EMPTY_RESULTSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
WITHOUT_REF_DESCSSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
WITHOUT_ADD_INFOSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
PCBO_START_DATE_FROMField of type DATS DATSDATS8DATS
PCBO_START_DATE_TOField of type DATS DATSDATS8DATS
PCBO_END_DATE_FROMField of type DATS DATSDATS8DATS
PCBO_END_DATE_TOField of type DATS DATSDATS8DATS
PROC_CR_TIME_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
PROC_CR_TIME_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
PROC_CP_TIME_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
PROC_CP_TIME_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table EHFNDS_TM_PROC_CRITERIA_INTL

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