BAPI_EHHSSS_INC_ABSENCE SAP (Incident - Absences) Structure details

Dictionary Type: Structure
Description: Incident - Absences




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




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

BAPI_EHHSSS_INC_ABSENCE 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 - Absences" 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_BAPI_EHHSSS_INC_ABSENCE TYPE BAPI_EHHSSS_INC_ABSENCE.

The BAPI_EHHSSS_INC_ABSENCE table consists of various fields, each holding specific information or linking keys about Incident - Absences data available in SAP. These include SUBTYPE (Restricted Duty Type), START_DATE (Start Date of Restricted Duty), END_DATE (Actual End Date of Restricted Duty), START_TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: Cannot Be Enhanced


SAP BAPI_EHHSSS_INC_ABSENCE 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
TYPECategory of Restricted Duty EHHSS_DUTY_REST_TYPE_CODECHAR3EHHSS_DUTY_REST_TYPE_CODE
SUBTYPERestricted Duty Type EHHSS_DUTY_REST_SUBTYPE_CODECHAR21EHHSS_DUTY_REST_SUBTYPE_CODE
START_DATEStart Date of Restricted Duty EHHSS_DUTY_REST_START_DATEDATS8DATLOEHFND_DATE
END_DATEActual End Date of Restricted Duty EHHSS_DUTY_REST_END_DATEDATS8DATLOEHFND_DATE
START_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
END_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
END_EST_DATEEstimated End Date of Restricted Duty EHHSS_DUTY_REST_END_EST_DATEDATS8DATLOEHFND_DATE
PERMANENT_INDPermanent Restricted Duty EHHSS_DUTY_REST_PERMANENT_INDCHAR1EHFND_INDICATOR
JOB_TRANSFER_INDJob Transfer EHHSS_DUTY_REST_JOB_TRANSF_INDCHAR1EHFND_INDICATOR
WORK_DAY_MEASActual Workdays of Restricted Duty EHHSS_DUTY_REST_WORK_DAY_MEASINT410EHFND_INTEGER
CAL_DAY_MEASActual Calendar Days of Restricted Duty EHHSS_DUTY_REST_CAL_DAY_MEASINT410EHFND_INTEGER
CON_PAY_END_DATEEnd Date of Absence Continued Payment EHHSS_RESDU_CON_PAY_END_DATEDATS8DATLOEHFND_DATE
FROM_PROXY_INDAbsence Read From Proxy EHHSS_ABS_FROM_PROXYCHAR1EHFND_BOOLEAN
START_TIME_ZONETime Zone of Absence or Job Restriction Start EHHSS_RESDU_START_TIME_ZONECHAR6Assigned to domainTZNZONE
END_TIME_ZONETime Zone of Absence or Restriction End EHHSS_RESDU_END_TIME_ZONECHAR6Assigned to domainTZNZONE
START_TIMEStart Time of Absence or Restriction EHHSS_RESDU_START_TIMETIMS6THHMMEHFND_TIME_HH_MM
END_TIMEEnd Time of Absence or Restriction EHHSS_RESDU_END_TIMETIMS6THHMMEHFND_TIME_HH_MM
PERS_NUMBERPersonnel Number EHHSS_PERSONNEL_NUMBERNUMC8EHHSS_PERSONNEL_NUMBER
OBJECT_IDAbsence Object ID EHHSS_ABS_OBJECT_IDCHAR2EHHSS_ABS_OBJECT_ID
HR_MAST_DATA_INDLock Indicator for HR Master Data Absence Record EHHSS_ABS_HR_MASTER_DATA_INDCHAR1EHFND_INDICATOR
IT_SAME_VAL_INDAbsence Infotype Record with Same Key Value EHHSS_ABS_INFOTYP_SAME_VAL_INDNUMC3NUMC3
A_LOST_SH_MEASShifts Lost During Absence EHHSS_ABS_LOST_SHIFT_MEASINT410EHFND_INTEGER
AFF_PER_REF_RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN

Key field Non-key field



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

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

How to access SAP table BAPI_EHHSSS_INC_ABSENCE

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