HRAT_PENSION SAP (Structure for Application Log, HRPRAT) Structure details

Dictionary Type: Structure
Description: Structure for Application Log, HRPRAT




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




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

HRAT_PENSION 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 "Structure for Application Log, HRPRAT" 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_HRAT_PENSION TYPE HRAT_PENSION.

The HRAT_PENSION table consists of various fields, each holding specific information or linking keys about Structure for Application Log, HRPRAT data available in SAP. These include PERNR (Personnel number), ENAME (Formatted Name of Employee or Applicant), RETRE (Retirement Reason), GEBDA (Date of Birth).. 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 HRAT_PENSION 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
PEN_DATA 0
PERNRPersonnel number PERSNONUMC8PERSNOPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
RETRERetirement Reason P03_RETRENUMC2P03_RETRE_D
GEBDADate of Birth P03_GEBDADATS8DATS
PRGDAEntry Date into Civil Service P03_PRGDADATS8DATS
PKDATPension Key Date P03_PKDATEDATS8DATS
ENTDAEntry Date P03_ENTDADATS8DATS
RETDARetirement Date P03_RETDADATS8DATS
NECMOAge in Months for Deduction Exemption P03_NECMODEC3DEC3
EFFMOAge in Months on Retirement P03_EFFMODEC3DEC3
RECPECalculation Months P03_RECPEDEC3
SUMCBTotal Maximum Monthly Contribution Bases P03_SUMCBCURR15(2) PRBETRG
HICONRevaluated Contribution Basis P03_RECONCURR15(2) PRBETRG
CALBAPension Calculation Base P03_CALBACURR15(2) PRBETRG
DEBONNumber of Months for Deduction/Bonus P03_DEBONDEC3DECV03
MULFAPercentage Points P03_MULFADEC5(4)
PERCVPercentage of Pension Assessment Basis P03_PERCVDEC5(2)
PENBAPension Assessment Basis P03_PENBACURR15(2) PRBETRG
PYEARSTotal Pensionable Employment Period - Years P03_YEARSNUMC4NUMC04
PMONTHSTotal Pensionable Employment Period - Months P03_MONTHNUMC2NUMC02
PDAYSTotal Pensionable Employment Period - Days P03_DAYSNUMC2NUMC02
PADDYTotal Pensionable Employment Period - Years P03_YEARSNUMC4NUMC04
PADDMTotal Pensionable Employment Period - Months P03_MONTHNUMC2NUMC02
PADDDTotal Pensionable Employment Period - Days P03_DAYSNUMC2NUMC02
PRPENPercentage for Pension P03_PRPENDEC5(2)
SIDCBSide Charge Bonus P03_SIDCBCURR15(2) PRBETRG
SIDOTFactored Side Charge Bonus P03_SIDOTCURR15(2) PRBETRG
CHILBAdditional Bonus for Children P03_CHILBCURR15(2) PRBETRG
ADDIBSupplementary Allowance P03_ADDIBCURR15(2) PRBETRG
PENSIPension P03_PENSICURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5WAERSFWS
TESTPRINT Test Print Indicator0
RECON_T 0
GBDATDate of Birth GBDATDATS8PDATEGBDAT
DATUMSystem Date SYDATUMDATS8SYDATS
SIMTXText (20 Characters) TEXT20CHAR20TEXT20
FICSTXText, 40 Characters Long TEXT40CHAR40TEXT40
REVTXShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
RETTXRetirement Reason Text P03_RETTXCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table HRAT_PENSION

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