PC27R SAP (Pension Funds (IE)) Structure details

Dictionary Type: Structure
Description: Pension Funds (IE)




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




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

PC27R 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 "Pension Funds (IE)" 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_PC27R TYPE PC27R.

The PC27R table consists of various fields, each holding specific information or linking keys about Pension Funds (IE) data available in SAP. These include ENDDA (End Date), SCHID (Scheme Identification Number), PCTEE (Employee Percentage Contribution), PCTER (Employer Percentage Contribution).. 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: Cannot Be Enhanced


SAP PC27R 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SCHIDScheme Identification Number PIE_SCHIDCHAR3PIE_SCHID
PCTEEEmployee Percentage Contribution PIE_PCTEEDEC7(4) PRZNT
PCTEREmployer Percentage Contribution PIE_PCTERDEC7(4) PRZNT
EEANNEmployee Periodic Contribution PIE_FTREECURR11(2) PIE_CRNCY
ERANNEmployer Periodic Contribution PIE_FTRERCURR11(2) PIE_CRNCY
PCEESShift Premium Employee PIE_PCEESDEC7(4) PRZNT
PCERSEmployer Percentage Supplement PIE_PCERSDEC7(4) PRZNT
EEPEREmployee Flat Periodic Amount PIE_FTEESCURR11(2) PIE_CRNCY
ERPEREmployer Flat Periodic Amount PIE_FTERSCURR11(2) PIE_CRNCY
AVCANAdditional Annual Contribution PIE_ANSALCURR9(2) BETRG
AVCPEAdditional Period Contribution PIE_PENPYCURR9(2) BETRG
PNBDAPensions scheme begda PIE_PNBDADATS8DATUM
PNEDAPension scheme endda PIE_PNEDADATS8DATUM
SCONEScheme contribution employee PIE_SCONECURR9(2) BETRG
SCONRScheme contribution employer PIE_SCONRCURR9(2) BETRG
PEREEPeriod contribution employee PIE_PEREECURR9(2) BETRG
PERERPeriod contribution empoloyee PIE_PERERCURR9(2) BETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WTYPEWage Type LGARTCHAR4T512WLGART
WTYPRWage Type LGARTCHAR4T512WLGART
WTYPAWage Type LGARTCHAR4T512WLGART

Key field Non-key field



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

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

How to access SAP table PC27R

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