SAP HSAPI_EMP_NODE Employee Node for Report HSAPERINC Table data and field list

HSAPI_EMP_NODE 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 "Employee Node for Report HSAPERINC" 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_HSAPI_EMP_NODE TYPE HSAPI_EMP_NODE.

The HSAPI_EMP_NODE table consists of various fields, each holding specific information or linking keys about Employee Node for Report HSAPERINC data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), HIRDA (Hiring Date for Report HSAPERINC), PLANS (Position), PLSTX (Object Name)... 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. .

HSAPI_EMP_NODE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HSAPI_EMP_NODE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the HSAPI_EMP_NODE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
HIRDAHiring Date for Report HSAPERINC PSAP_HIRDADATS8DATUM
PLANSPosition PLANSNUMC8Assigned to domainPLANS
PLSTXObject Name STEXTCHAR40TEXT40
STELLJob STELLNUMC8Assigned to domainSTELL
STLTXObject Name STEXTCHAR40TEXT40
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TARTXName of pay scale type (Basic Pay infotype) TARTXCHAR20TEXT20
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TGBTXName of pay scale area (Basic Pay infotype) TGBTXCHAR20TEXT20
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
NRFSTNew Pay Scale Level PSAP_NRFSTCHAR2Assigned to domainTRFST
LGARTWage Type LGARTCHAR4Assigned to domainLGART
OAMOUOld Wage Type Amount PSAP_OAMOUCURR13(2) P_AMT07V
NAMOUNew Wage Type Amount PSAP_NAMOUCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GNGRPGeneral Group PSAP_GNGRPCHAR1Assigned to domainPSAP_GNGRP
GNGRTGeneral Group Text PSAP_GNGRTCHAR100PSAP_GNGRT
CLSTRCluster PSAP_CLSTRCHAR2Assigned to domainPSAP_CLSTR
CLSTTCluster Text PSAP_CLSTTCHAR100PSAP_JCTXT
CGRSRJob Category Series PSAP_CGRSRCHAR2Assigned to domainPSAP_CGRSR
CGRSTJob Categories Series Text PSAP_CGRSTCHAR100PSAP_JCTXT
GRADEJob Rank/Grade PSAP_GRADECHAR2Assigned to domainPSAP_GRADE
BI_STATUSBatch Input Status PSAP_BISTACHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table HSAPI_EMP_NODE

Within an ECC or HANA version of SAP you can also view further information about HSAPI_EMP_NODE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).