EHHSSS_INC_SEARCH_CRITERIA SAP (Incident Search Criteria) Structure details

Dictionary Type: Structure
Description: Incident Search Criteria




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




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

EHHSSS_INC_SEARCH_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 "Incident 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_EHHSSS_INC_SEARCH_CRITERIA TYPE EHHSSS_INC_SEARCH_CRITERIA.

The EHHSSS_INC_SEARCH_CRITERIA table consists of various fields, each holding specific information or linking keys about Incident Search Criteria data available in SAP. These include INJ_PER_ID (Involved Person), START_TIMESTAMP (Date), PLANT_ID (Plant ID), STATUS (Incident Record Status).. 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 EHHSSS_INC_SEARCH_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
IDIncident ID EHHSS_INC_IDCHAR20ALPHAEHFND_BO_IDEHHSS_ELM_INC_ID_SE
INJ_PER_IDInvolved Person EHHSS_PER_INV_IDCHAR13PECIDEHHSS_PARTY_ID_COMBINEDEHHSS_SEARCH_PERSON_COMPANY
START_TIMESTAMPDate EHFND_DATEDATS8DATUM
PLANT_IDPlant ID EHFND_PLANT_IDCHAR4Assigned to domainWERKSEHFND_CMP_PLANT_ID
STATUSIncident Record Status EHHSS_INC_STATUS_CODECHAR2DFVALEHFND_BO_STATUS_EXT_REOPN_CODE
COUNTRYCountry of Incident EHHSS_INC_COUNTRY_CODECHAR3Assigned to domainLAND1LNDEHFND_ELM_COUNTRY_CODE
REGIONRegion of Incident EHHSS_INC_REGION_CODECHAR3Assigned to domainREGIOEHHSS_ELM_INC_STATE_CODE
CITYCity of Incident EHHSS_INC_CITYCHAR40EHFND_ADDR_CITY1
ORG_IDOrganizational Unit ID EHHSS_ORG_UNIT_IDNUMC8Assigned to domainEHPOSEHFND_ORG_UNIT_IDEHFND_CLC_ORG_UNIT
WO_AR_IDWork Area ID EHFND_WO_AREA_IDCHAR20EHFND_WO_AREA_IDEHFND_ELM_WO_AREA_ID
CATEGORYIncident Category EHHSS_INC_CATEGORY_CODECHAR3EHHSS_INC_CATEGORY_CODE
LOC_ROOT_KEY_REFLocation EHFND_LOCATION_KEY_REFRAW16LCRIDEHFND_LOCATION_KEY_REF_ID_TXTEHFND_ELM_LCN_KEY
TITLEIncident Title EHHSS_INC_TITLECHAR80EHFND_DESCRIPTION_M

Key field Non-key field



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

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

How to access SAP table EHHSSS_INC_SEARCH_CRITERIA

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