EHHSSS_A_INCIDENT SAP (BI Incident Master Data) Structure details

Dictionary Type: Structure
Description: BI Incident Master Data




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




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

EHHSSS_A_INCIDENT 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 "BI Incident Master Data" 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_A_INCIDENT TYPE EHHSSS_A_INCIDENT.

The EHHSSS_A_INCIDENT table consists of various fields, each holding specific information or linking keys about BI Incident Master Data data available in SAP. These include CATEGORY (Incident Category), STATUS (Incident Record Status), REPORT_REQ_TS (Incident Reporting Required), FATALITY_TS (Fatal Injury / Illness).. 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_A_INCIDENT 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
INCIDNTIncident ID EHHSS_INC_IDCHAR20ALPHAEHFND_BO_IDEHHSS_ELM_INC_ID_SE
CATEGORYIncident Category EHHSS_INC_CATEGORY_CODECHAR3EHHSS_INC_CATEGORY_CODE
STATUSIncident Record Status EHHSS_INC_STATUS_CODECHAR2DFVALEHFND_BO_STATUS_EXT_REOPN_CODE
REPORT_REQ_TSIncident Reporting Required EHHSS_INC_REP_REQ_TSCHAR1EHFND_TRI_STATE
FATALITY_TSFatal Injury / Illness EHHSS_FATALITY_TSCHAR1EHFND_TRI_STATE
ORG_IDOrganizational Unit ID EHHSS_ORG_UNIT_IDNUMC8Assigned to domainEHPOSEHFND_ORG_UNIT_IDEHFND_CLC_ORG_UNIT
PLANT_IDPlant ID EHFND_PLANT_IDCHAR4Assigned to domainWERKSEHFND_CMP_PLANT_ID
INCLOCBusiness Object ID EHFND_BO_IDCHAR20ALPHAEHFND_BO_ID
LOC_TYPELocation Classification EHHSS_LOCATION_TYPE_CODECHAR21Assigned to domainEHLTCEHHSS_LOCATION_TYPE_CODEEHHSS_ELM_LOCATION_TYPE_CODE
START_DATEIncident Start Date EHHSS_INC_START_DATEDATS8DATLOEHFND_DATE
START_TIMEIncident Start Time EHHSS_INC_START_TIMETIMS6THHMMEHFND_TIME_HH_MM
LOSS_OF_PROD_TSLoss of Production EHHSS_LOSS_OF_PRODUCTION_TSCHAR1EHFND_TRI_STATE
CONFIDENTIAL_TSRestricted Access to Incident Record EHHSS_INC_CONFID_TSCHAR1EHFND_TRI_STATE
EMERG_RESP_TSEmergency Responder Called EHHSS_EMERGENCY_RESPONDER_TSCHAR1EHFND_TRI_STATE
POSTAL_CODEPostal Code of Incident EHHSS_INC_POSTAL_CODECHAR10EHFND_ADDR_POST_CODE1
CITYCity of Incident EHHSS_INC_CITYCHAR40EHFND_ADDR_CITY1
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
SHIFT_PLAN_IDShift Abbreviation for Shift Planning EHFND_SHIFT_PLAN_ABBRCHAR4Assigned to domainEHFND_SHIFT_PLAN_ABBREHFND_ELM_SHIFT_PLAN_ABBR
DUR_UNITUnit of Incident Duration EHHSS_INC_DUR_UNIT_CODEUNIT3Assigned to domainCUNITEHFND_UNIT_CODEEHFND_ELM_TIME_UNIT_CODE
DUR_MEASIncident Duration EHHSS_INC_DUR_MEASQUAN9(2) EHFND_MEASURE_DURATION
REP_ANONYM_INDReport Incident Anonymously EHHSS_INC_REPORTED_ANONYM_INDCHAR1EHFND_INDICATOR
BW_DELTATIMESTMPBW Delta Time Stamp EHHSS_BI_BW_DELTA_TIMESTAMPDEC15TZNTSTMPS
INC_MGNR_NAMEFull Name of Party EHHSS_BI_PARTY_NAMECHAR60
INCOCCOccupational Incident EHHSS_BI_INCOCCCHAR1EHFND_BOOLEAN
TIME_CRCreation Time EHHSS_BI_TIME_CRTIMS6SYTIME
DATE_CRCreation Date EHHSS_BI_DATE_CRDATS8DATS
SHIFT_GROUPShift Group for Organizational Units EHFND_SHIFT_GROUP_ORGUNITCHAR10Assigned to domainEHFND_SHIFT_GROUP_ORGUNITEHFND_ELM_SHIFT_GROUP
INCTITLShort Description of Incident EHHSS_INC_SHORT_DESCCHAR60EHFND_DESCRIPTION_S

Key field Non-key field



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

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

How to access SAP table EHHSSS_A_INCIDENT

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