EHHSSS_PIH_HR_ABSENCE_DT SAP (HR Absence (Transient)) Structure details

Dictionary Type: Structure
Description: HR Absence (Transient)




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




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

EHHSSS_PIH_HR_ABSENCE_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 "HR Absence (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_PIH_HR_ABSENCE_DT TYPE EHHSSS_PIH_HR_ABSENCE_DT.

The EHHSSS_PIH_HR_ABSENCE_DT table consists of various fields, each holding specific information or linking keys about HR Absence (Transient) data available in SAP. These include GROUP_DESC (Party Group Description), FULL_NAME_DISP (Full Name of Party), FIRST_NAME (First Name of Party), LAST_NAME (Last Name of Party).. 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_PIH_HR_ABSENCE_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
TYPE_DESCDescription of Absence Type EHHSS_ABS_TYPE_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
GROUP_DESCParty Group Description EHFND_PARTY_GROUP_CODE_DESCCHAR60EHFND_DESCRIPTION_S
FULL_NAME_DISPFull Name of Party EHFND_PARTY_NAMECHAR80EHFND_PARTY_NAME
FIRST_NAMEFirst Name of Party EHFND_PARTY_FIRST_NAMECHAR40EHFND_PARTY_FIRST_NAME
LAST_NAMELast Name of Party EHFND_PARTY_LAST_NAMECHAR40EHFND_PARTY_LAST_NAME
ACADEMIC_TITLE_DESCDescription of Form of Address for Party EHFND_PARTY_ACAD_TIT_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
COMPANY_CODE_DESCCompany Description EHFND_COMPANY_CODE_DESCCHAR25TEXT25
PERS_AREA_IDPersonnel Area of Party EHFND_PARTY_PERS_AREA_IDCHAR4EHFND_PARTY_PERS_AREA_ID
PERS_AREA_DESCDescription of Party Personnel Area EHFND_PARTY_PERS_AREA_ID_DESCCHAR40EHFND_DESCRIPTION_XS
PERS_SUBAREA_IDPersonnel Subarea of Party EHFND_PARTY_PERS_SUBAREA_IDCHAR4EHFND_PARTY_PERS_SUBAREA_ID
PERS_SUBAREA_DESCDescription of Party Personnel Subarea EHFND_PARTY_PERS_SUBAREA_DESCCHAR40EHFND_DESCRIPTION_XS
ORG_UNIT_IDOrganizational Unit ID EHFND_ORG_UNIT_IDNUMC8Assigned to domainEHPOSEHFND_ORG_UNIT_IDEHFND_ELM_ORG_UNIT
ORG_UNIT_ID_DESCDescription of Organizational Unit ID EHFND_ORG_UNIT_ID_DESCCHAR40CHAR40
POSITION_DESCParty Position Description EHFND_PARTY_POSITION_DESCCHAR40EHFND_DESCRIPTION_XS
JOB_DESCJob Description of Party EHFND_PARTY_JOB_DESCCHAR40EHFND_DESCRIPTION_XS
HRA_FULL_NAME_DISPName of Human Resources Administrator EHHSS_HRA_NAMECHAR80EHFND_PARTY_NAME
HRA_FIRST_NAMEFirst Name of Human Resources Administrator EHHSS_HRA_PARTY_FIRST_NAMECHAR40EHFND_PARTY_FIRST_NAME
HRA_LAST_NAMELast Name of Human Resources Administrator EHHSS_HRA_LAST_NAMECHAR40EHFND_PARTY_LAST_NAME
HRA_ACADEMIC_TITLE_DESCAcademic Title of Human Resources Administrator EHHSS_HRA_ACAD_TIT_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
INC_SHORT_INFOString EHFND_STRINGSTRG0EHFND_STRING
INITIATOR_TITLEDescription of Form of Address for Party EHFND_PARTY_ACAD_TIT_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
INITIATOR_NAMEFull Name of Party EHFND_PARTY_NAMECHAR80EHFND_PARTY_NAME
HR_CHANGE_DATEChanged On AEDATDATS8DATUM
HR_CHANGE_UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HR_CHANGE_FULL_NAMEFull Name of Party EHFND_PARTY_NAMECHAR80EHFND_PARTY_NAME
HR_CHANGE_PHONETelephone Number EHFND_ADDR_PHONECHAR30EHFND_ADDR_PHONE
HR_CHANGE_EMAILE-Mail Address of Party EHFND_PARTY_EMAILCHAR241EHFND_PARTY_EMAIL
EEW_INC_TSM_DTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHHSSS_PIH_HR_ABSENCE_DT

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