EHHSSS_AIF_INC_INJURY_ILLNESS SAP (Injury / Illness for Reporting) Structure details

Dictionary Type: Structure
Description: Injury / Illness for Reporting




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




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

EHHSSS_AIF_INC_INJURY_ILLNESS 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 "Injury / Illness for Reporting" 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_AIF_INC_INJURY_ILLNESS TYPE EHHSSS_AIF_INC_INJURY_ILLNESS.

The EHHSSS_AIF_INC_INJURY_ILLNESS table consists of various fields, each holding specific information or linking keys about Injury / Illness for Reporting data available in SAP. These include KEY (NodeID), PARENT_KEY (NodeID), ROOT_KEY (NodeID), DATETIME_CR (Date/Time of Item Creation).. 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_AIF_INC_INJURY_ILLNESS 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
KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
PARENT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
ROOT_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
INJ_ILLInjury/Illness Classification EHHSS_INJ_ILL_CODECHAR21Assigned to domainEHIICEHHSS_INJ_ILL_CODEEHHSS_ELM_INJ_ILL_CODE
TYPEInjury/Illness Type EHHSS_INJ_ILL_TYPE_CODECHAR21EHITCEHHSS_INJ_ILL_TYPE_CODEEHHSS_ELM_INJ_ILL_TYPE_CODE
START_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
START_TIME_ZONETime Zone of Injury / Illness Start EHHSS_INJ_ILL_START_TIME_ZONECHAR6Assigned to domainTZNZONEVTTZZ
END_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
END_TIME_ZONETime Zone of Injury / Illness Start EHHSS_INJ_ILL_START_TIME_ZONECHAR6Assigned to domainTZNZONEVTTZZ
FATALITY_TSFatal Injury / Illness EHHSS_FATALITY_TSCHAR1EHFND_TRI_STATE
BODY_PARTInjured Body Part EHHSS_BODY_PART_CODECHAR21Assigned to domainEHBPCEHHSS_BODY_PART_CODEEHHSS_ELM_BODY_PART_CODE
BODY_SIDEInjured Body Side EHHSS_BODY_SIDE_CODECHAR21Assigned to domainEHBSCEHHSS_BODY_SIDE_CODEEHHSS_ELM_BODY_SIDE_CODE
MAIN_TSMain Injury / Illness EHHSS_INJ_ILL_MAIN_TSCHAR1EHFND_INDICATOR
PREVIOUS_TSPrevious Injury / Illness EHHSS_INJ_ILL_PREVIOUS_TSCHAR1EHFND_TRI_STATE
REG_REP_TSReporting of Injury / Illness Required EHHSS_INJ_ILL_REGULATOR_REP_TSCHAR1EHFND_TRI_STATE
TXC_BP_DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
TXC_DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
EEW_INC_INJIL_DDummy function in length 1 DUMMYCHAR1DUMMY
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_AIF_INC_INJURY_ILLNESS using ABAP code?

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

How to access SAP table EHHSSS_AIF_INC_INJURY_ILLNESS

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