EHHSSS_INC_TIME_DATA_DT SAP (Incident - Time Data (Transient)) Structure details

Dictionary Type: Structure
Description: Incident - Time Data (Transient)




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




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

EHHSSS_INC_TIME_DATA_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 - Time Data (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_TIME_DATA_DT TYPE EHHSSS_INC_TIME_DATA_DT.

The EHHSSS_INC_TIME_DATA_DT table consists of various fields, each holding specific information or linking keys about Incident - Time Data (Transient) data available in SAP. These include WO_CE_TIME (Ceased Work Time), WO_CE_TI_ZO_DESC (Description of Ceased Work Time Zone), WC_DUR_UNIT_DESC (Duration at Work Center Unit Description), OR_DUR_UNIT_DSEC (Description of Duration at Organization Unit).. 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_TIME_DATA_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
WO_CE_DATECeased Work Date EHHSS_WO_CEASED_DATEDATS8DATLOEHFND_DATE
WO_CE_TIMECeased Work Time EHHSS_WO_CEASED_TIMETIMS6THHMMEHFND_TIME_HH_MM
WO_CE_TI_ZO_DESCDescription of Ceased Work Time Zone EHHSS_WO_CEASED_TIME_ZONE_DESCCHAR40EHFND_TIMEZONE_DESCRIPTION
WC_DUR_UNIT_DESCDuration at Work Center Unit Description EHHSS_WO_CE_DUR_UNIT_CODE_DESCCHAR60EHFND_DESCRIPTION_S
OR_DUR_UNIT_DSECDescription of Duration at Organization Unit EHHSS_ORG_DUR_UNIT_CODE_DESCCHAR60EHFND_DESCRIPTION_S
TP_DUR_UNIT_DESCUnit Description for Duration in Position EHHSS_TI_PO_DUR_UNIT_CODE_DESCCHAR60EHFND_DESCRIPTION_S
WO_SCHEDULE_DESCWork Schedule Description EHHSS_WO_SCHEDULE_CODE_DESCCHAR20EHHSS_WO_SCHEDULE_CODE_DESC
WO_NORM_ST_TIMEStart of Normal Working Time EHHSS_WO_NORMAL_START_TIMETIMS6THHMMEHFND_TIME_HH_MM
WO_NORM_END_TIMEEnd of Normal Working Time EHHSS_WO_NORMAL_END_TIMETIMS6THHMMEHFND_TIME_HH_MM
TYPE_DESCCategory of Restricted Duty EHHSS_DUTY_REST_TYPE_CODE_DESCCHAR60EHFND_DESCRIPTION_S
A_WO_D_MEASActual Workdays of Absence EHHSS_TIDAT_ABS_WORK_DAY_MEASINT410EHFND_INTEGER
A_CAL_D_MEASActual Calendar Days of Absence EHHSS_TIDAT_ABS_CAL_DAY_MEASINT410EHFND_INTEGER
A_WO_D_EST_MEASEstimated Workdays of Absence EHHSS_TIDAT_ABS_WDAY_EST_MEASINT410EHFND_INTEGER
A_CAL_D_EST_MEASEstimated Calendar Days of Absence EHHSS_TIDAT_ABS_CALC_EST_MEASINT410EHFND_INTEGER
A_CO_PA_END_DATEEnd Date of Absence Continued Payment EHHSS_TIDAT_ABS_CONPAY_ENDDATEDATS8DATLOEHFND_DATE
A_LOST_SH_MEASShifts Lost During Absence EHHSS_ABS_LOST_SHIFT_MEASINT410EHFND_INTEGER
R_WO_D_MEASActual Workdays of Job Restriction EHHSS_TIDAT_RESTR_WORKDAY_MEASINT410EHFND_INTEGER
R_CAL_D_MEASActual Calendar Days of Restricted Duty EHHSS_TIDAT_RESTR_CAL_DAY_MEASINT410EHFND_INTEGER
R_WO_D_EST_MEASEstimated Workdays of Job Restriction EHHSS_TIDAT_RESTR_WDAY_EST_MEAINT410EHFND_INTEGER
R_CAL_D_EST_MEASEstimated Calendar Days of Restriction EHHSS_TIDAT_RESTR_CALC_EST_MEAINT410EHFND_INTEGER
D_FULL_EST_DATEEstimated Date of Return to Full Duty EHHSS_DUTY_RET_FULL_EST_DATEDATS8DATLOEHFND_DATE
D_RES_WO_D_MEASActual Workdays of Restricted Duty EHHSS_DUTY_REST_WORK_DAY_MEASINT410EHFND_INTEGER
D_RES_CAL_D_MEASActual Calendar Days of Restricted Duty EHHSS_DUTY_REST_CAL_DAY_MEASINT410EHFND_INTEGER
DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DESC_TEXTComment on Absences/Restrictions EHHSS_TIDAT_DESCSTRG0STRING
EEW_INC_TIDAT_DTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHHSSS_INC_TIME_DATA_DT

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