PAE_HAEPEOS0_DATA SAP (PDF Data Structure of HAEPEOS0) Structure details

Dictionary Type: Structure
Description: PDF Data Structure of HAEPEOS0




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




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

PAE_HAEPEOS0_DATA 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 "PDF Data Structure of HAEPEOS0" 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_PAE_HAEPEOS0_DATA TYPE PAE_HAEPEOS0_DATA.

The PAE_HAEPEOS0_DATA table consists of various fields, each holding specific information or linking keys about PDF Data Structure of HAEPEOS0 data available in SAP. These include ERNAM (Employer name), ERNUM (Employer number), ERPHN (Employer's phone number), ERFAX (Employer's fax).. 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 PAE_HAEPEOS0_DATA 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
FNAME EE's full name0
ERNAM Employer name0
ERNUM Employer number0
ERPHN Employer's phone number0
ERFAX Employer's fax0
ERPOB Employer's PO Box0
BIRDT birth date0
SINUM Insurance number0
FINUM Financial number0
STLTX EE's job degree0
JONDT Work joinning date0
PARDT GPSSA participaton date0
TRMDT Termination date0
TRMRN Termination reason0
ABSDY Absence days0
ORT01 City0
REGIO Region0
POBOX PO Box0
TELNR Telephone0
BIRCT Birth certificate number0
NATRN Nationality acquisition reason0
BASC1 Basic pay integer part0
BASC2 Basic pay decimal part0
COLA1 High cost of living integer part0
COLA2 High cost of living decimal part0
CHLD1 Social childs allowance integer part0
CHLD2 Social childs allowance decimal part0
SOCI1 Social citizen allowance integer part0
SOCI2 Social citizen allowance decimal part0
HOUS1 Housing allowance integer part0
HOUS2 Housing allowance decimal part0
TOTL1 Total amount integer part0
TOTL2 Total amount decimal part0
DEDT1 Deduction type 10
DEDA1 Deduction amount 10
DEDT2 Deduction type 20
DEDA2 Deduction amount 20
DEDT3 Deduction type 30
DEDA3 Deduction amount 30
DEDT4 Deduction type 40
DEDA4 Deduction amount 40
DEDTT Deduction total amount0
PAYYN Payment of reward / pension0
BANK1 Bank name0
BRANC Bank branch0
ACCNT Account No.0

Key field Non-key field



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

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

How to access SAP table PAE_HAEPEOS0_DATA

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