EHHSSC_PT_INT SAP (Personnel Time Management (PT) Integration) Table details

Dictionary Type: Table
Description: Personnel Time Management (PT) Integration




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




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

EHHSSC_PT_INT is a standard SAP Table which is used to store Personnel Time Management (PT) Integration data and is available within R/3 SAP systems depending on the version and release level.

The EHHSSC_PT_INT table consists of various fields, each holding specific information or linking keys about Personnel Time Management (PT) Integration data available in SAP. These include HCM_ACTIVATED (Personnel Time Management (PT) Integration Activated), HCM_NEG_TIME_REC (Personnel Time Management (PT) Negative Time Recording), HCM_ABS_CREA_DIR (Direct Creation of HR Absences Activated), HCM_ABS_CREA_WF (Creation of HR Absences via Process).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHHSSC_PT_INT table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
HCM_ACTIVATEDPersonnel Time Management (PT) Integration Activated EHFND_HCM_INTEGRATION_BOOLEANCHAR1EHFND_BOOLEAN
HCM_NEG_TIME_RECPersonnel Time Management (PT) Negative Time Recording EHFND_HCM_NEG_TIME_RECCHAR1EHFND_BOOLEAN
HCM_ABS_CREA_DIRDirect Creation of HR Absences Activated EHFND_HCM_ABSENCE_CREATE_DIRECCHAR1EHFND_BOOLEAN
HCM_ABS_CREA_WFCreation of HR Absences via Process EHFND_HCM_ABSENCE_CREATE_WFCHAR1EHFND_BOOLEAN
HCM_ABS_EMAILE-Mail Address of HR Responsible for Creating Absences EHFND_HCM_ABSENCE_EMAILCHAR241EHFND_PARTY_EMAIL
HCM_FTE_HRS_YEARNumber of Hours Worked per Year by Full-Time Employee EHFND_HCM_FTE_HRS_YEARINT410EHFND_INTEGER_POSITIVE
HCM_FTE_WRKD_YRNumber of Days Worked per Year by Full-Time Employee EHFND_HCM_FTE_WRKDAYS_YEARINT410EHFND_INTEGER_POSITIVE
HCM_KPI_MTH_PSTMonths in Past for PT Data Selection EHHSS_MONTHS_IN_PASTINT410EHFND_INTEGER_POSITIVE

Key field Non-key field



How do I retrieve data from SAP table EHHSSC_PT_INT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EHHSSC_PT_INT to SELECT all data from the table
DATA: WA_EHHSSC_PT_INT TYPE EHHSSC_PT_INT.

SELECT SINGLE *
FROM EHHSSC_PT_INT
INTO CORRESPONDING FIELDS OF WA_EHHSSC_PT_INT
WHERE...

How to access SAP table EHHSSC_PT_INT

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