EHHSSS_INC_INJURY_ILLNESS_DT SAP (Incident - Injury / Illness (Transient)) Structure details

Dictionary Type: Structure
Description: Incident - Injury / Illness (Transient)




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




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

EHHSSS_INC_INJURY_ILLNESS_DT 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 - Injury / Illness (Transient)" 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_INJURY_ILLNESS_DT TYPE EHHSSS_INC_INJURY_ILLNESS_DT.

The EHHSSS_INC_INJURY_ILLNESS_DT table consists of various fields, each holding specific information or linking keys about Incident - Injury / Illness (Transient) data available in SAP. These include TYPE_DESC (Injury/Illness Type Description), IN_IL_START_DATE (Injury / Illness Start Date), IN_IL_START_TIME (Injury / Illness Start Time), START_TI_ZO_DESC (Injury / Illness Time Zone Description).. 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 EHHSSS_INC_INJURY_ILLNESS_DT 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
INJ_ILL_DESCInjury / Illness Classification Description EHHSS_INJ_ILL_CODE_DESCCHAR132EHFND_DESCRIPTION_L
TYPE_DESCInjury/Illness Type Description EHHSS_INJ_ILL_TYPE_CODE_DESCCHAR132EHFND_DESCRIPTION_L
IN_IL_START_DATEInjury / Illness Start Date EHHSS_INJ_ILL_START_DATEDATS8DATLOEHFND_DATE
IN_IL_START_TIMEInjury / Illness Start Time EHHSS_INJ_ILL_START_TIMETIMS6THHMMEHFND_TIME_HH_MM
START_TI_ZO_DESCInjury / Illness Time Zone Description EHHSS_INJ_ILL_TIME_ZONE_DESCCHAR40EHFND_TIMEZONE_DESCRIPTION
IN_IL_END_DATEInjury / Illness End Date EHHSS_INJ_ILL_END_DATEDATS8DATLOEHFND_DATE
IN_IL_END_TIMEInjury / Illness End Time EHHSS_INJ_ILL_END_TIMETIMS6THHMMEHFND_TIME_HH_MM
END_TI_ZO_DESCInjury / Illness Time Zone Description EHHSS_INJ_ILL_TIME_ZONE_DESCCHAR40EHFND_TIMEZONE_DESCRIPTION
BODY_PART_DESCDescription of Body Part EHHSS_BODY_PART_CODE_DESCCHAR132EHFND_DESCRIPTION_L
BODY_SIDE_DESCDescription of Body Side EHHSS_BODY_SIDE_CODE_DESCCHAR132EHFND_DESCRIPTION_L
BP_DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
BP_DESC_TEXTBody Part Description EHHSS_BODY_PART_DESCSTRG0EHFND_STRING
DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DESC_TEXTInjury/Illness Description EHHSS_INJ_ILL_DESCSTRG0EHFND_STRING
EEW_INC_INJIL_DTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHHSSS_INC_INJURY_ILLNESS_DT

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