P39_AFP_PDF_TOT SAP (AFP Report Detail Page Totalizations) Structure details

Dictionary Type: Structure
Description: AFP Report Detail Page Totalizations




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




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

P39_AFP_PDF_TOT 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 "AFP Report Detail Page Totalizations" 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_PDF_TOT TYPE P39_AFP_PDF_TOT.

The P39_AFP_PDF_TOT table consists of various fields, each holding specific information or linking keys about AFP Report Detail Page Totalizations data available in SAP. These include RIMFP_ACCUM (Pensionable Income), CTOFP_ACCUM (Pension Fund - Mandatory Contribution), DPCFP_ACCUM (Savings Account Deposit), RIMFC_ACCUM (Insurable Income (Unemployment Insurance)).. 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_PDF_TOT 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
DATA_TAB 0
RIMFP_ACCUMPensionable Income PCL_RIMFPCURR15(2) PCL_MONTO
CTOFP_ACCUMPension Fund - Mandatory Contribution PCL_CTOFPCURR15(2) PCL_MONTO
DPCFP_ACCUMSavings Account Deposit PCL_DPCFPCURR15(2) PCL_MONTO
RIMFC_ACCUMInsurable Income (Unemployment Insurance) PCL_RIMFCCURR15(2) PRBETRG
CTEFC_ACCUMUnemployment Insurance Contribution - Employee PCL_CTEFCCURR15(2) PCL_MONTO
CTRFC_ACCUMUnemployment Insurance Contribution - Employer PCL_CTRFCCURR15(2) PCL_MONTO
APSYS_ACCUMDisability and Survivorsh Contribution PCL_APSYSCURR15(2) PCL_MONTO
RIMFP_TOT_PAGETotal Pensionable Income PCL_RIMFP_TOTCURR15(2) PRBETRG
CTOFP_TOT_PAGETotal Pension Fund - Mandatory Contribution PCL_CTOFP_TOTCURR15(2) PRBETRG
DPCFP_TOT_PAGETotal Savings Account Deposit PCL_DPCFP_TOTCURR15(2) PRBETRG
RIMFC_TOT_PAGETotal Insurable Income (Unemployment insurance) PCL_RIMFC_TOTCURR15(2) PRBETRG
CTEFC_TOT_PAGETotal Unempl. Insurance Contribution - Employee PCL_CTEFC_TOTCURR15(2) PRBETRG
CTRFC_TOT_PAGETotal Unempl. Insurance Contribution - Employer PCL_CTRFC_TOTCURR15(2) PRBETRG
APSYS_TOT_PAGEDisability and Survivorsh Contribution PCL_APSYSCURR15(2) PCL_MONTO
NTRAB_PEN_TOT_PAGENumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NTRAB_CES_TOT_PAGENumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NTRAB_PEN_ACCUMNumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NTRAB_CES_ACCUMNumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NCODMV_TOT_PAGENumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NCODMV_ACCUMNumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table P39_AFP_PDF_TOT

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