T5GEFSTPE SAP (HR GB: Employment Starter (P45,P46) and Pension Details) Table details

Dictionary Type: Table
Description: HR GB: Employment Starter (P45,P46) and Pension Details




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




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

T5GEFSTPE is a standard SAP Table which is used to store HR GB: Employment Starter (P45,P46) and Pension Details data and is available within R/3 SAP systems depending on the version and release level.

The T5GEFSTPE table consists of various fields, each holding specific information or linking keys about HR GB: Employment Starter (P45,P46) and Pension Details data available in SAP. These include PERNR (Personnel number), STARTD (P60-GB: Start date of work), TYPE (HR GB: Starter or Pensioner Indicator), PFIRE (HR GB: Previous Employment Leaving Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T5GEFSTPE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
STARTDP60-GB: Start date of work P08_STARTDDATS8DATUM
TYPEHR GB: Starter or Pensioner Indicator P08_STPECHAR1P08_STPE
PFIREHR GB: Previous Employment Leaving Date P08_PFIREDATEDATS8DATUM
TXCODHR GB: Previous Employment Tax Code P08_PTXCODECHAR8CHAR8
TDREFHR GB: Previous Employment Tax District Indicator P08_PTDRCECHAR10Assigned to domainTDRCE
TDNUMHR GB: Previous Employment Tax district number P08_PTDNUMCHAR3Assigned to domainTDNUM
CLASSHR GB: P46/P46(EXPAT) Class P08_P46CLSNUMC1P08_P46CLS
PENAMTHR GB: Pension Amount Paid by employer Annually to Employee P08_PENAMTCURR15(2) PRBETRG
PENWIDIHR GB: Retiring on Pension Recently Bereaved Indicator P08_PENWIDICHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PISSUEDHR GB: Pension Notification Issued P08_PISSUEDCHAR1XFELD
SISSUEDHR GB: Starter Notice Issued P08_SISSUEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5GEFSTPE
INTO CORRESPONDING FIELDS OF WA_T5GEFSTPE
WHERE...

How to access SAP table T5GEFSTPE

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