P39_AFP SAP (Structure for AFP Statement) Structure details

Dictionary Type: Structure
Description: Structure for AFP Statement




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




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

P39_AFP 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 AFP Statement" 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_P39_AFP TYPE P39_AFP.

The P39_AFP table consists of various fields, each holding specific information or linking keys about Structure for AFP Statement data available in SAP. These include INSTX (Institution Name), CODMV (Personnel Action Code), BEGDA (Start Date), ENDDA (End 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P39_AFP 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
INSCDInstitution Code PCL_INSCDCHAR8Assigned to domainPCL_INSCD
INSTXInstitution Name PCL_INSTXCHAR40PCL_INSTX
CODMVPersonnel Action Code PCL_CODMVNUMC2NUMC2
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
RUTEPRUT of Entity Who Pays the Subsidy PCL_RUTEPCHAR13PCL_RUT
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
RUTEEEmployee RUT PCL_RUTEECHAR13PCL_RUT
VORNAFirst Name VORNACHAR25VORNM
NACHNLast Name NACHNCHAR25NACHN
NACH2Second Name / Name at Birth NACH2CHAR25NACHN
GESCHGender Key GESCHCHAR1GESCH
CNAMEComplete Name PAD_CNAMECHAR80TEXT80
RIMFPPensionable Income PCL_RIMFPCURR15(2) PCL_MONTO
CTOFPPension Fund - Mandatory Contribution PCL_CTOFPCURR15(2) PCL_MONTO
DPCFPSavings Account Deposit PCL_DPCFPCURR15(2) PCL_MONTO
RIMFCInsurable Income (Unemployment Insurance) PCL_RIMFCCURR15(2) PRBETRG
CTEFCUnemployment Insurance Contribution - Employee PCL_CTEFCCURR15(2) PCL_MONTO
CTRFCUnemployment Insurance Contribution - Employer PCL_CTRFCCURR15(2) PCL_MONTO
APSYSDisability and Survivorsh Contribution PCL_APSYSCURR15(2) PCL_MONTO
FLGFCEmployee Affiliated to AFC PCL_FLGFCCHAR1FLAG
FLGFPEmployee Affiliated to AFP PCL_FLGFPCHAR1FLAG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table P39_AFP

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