PCO_FIA_AFP SAP (Total period contributions to pensions - reg. 4) Structure details

Dictionary Type: Structure
Description: Total period contributions to pensions - reg. 4




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




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

PCO_FIA_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 "Total period contributions to pensions - reg. 4" 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_PCO_FIA_AFP TYPE PCO_FIA_AFP.

The PCO_FIA_AFP table consists of various fields, each holding specific information or linking keys about Total period contributions to pensions - reg. 4 data available in SAP. These include SEQNR (5 Character Numeric NUMC), ENAFP (Administrating entity ID of pension fund), NITNR (Real NIT code), DIGNR (Check digit).. 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 (character-type or numeric)


SAP PCO_FIA_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
IDREGTwo digit number NUMC2NUMC2NUMC2
SEQNR5 Character Numeric NUMC NUMC5NUMC5NUM5
ENAFPAdministrating entity ID of pension fund PCO_ENAFPCHAR10Assigned to domainALPHALIFNR
NITNRReal NIT code PCO_NITNRCHAR12CHAR12
DIGNRCheck digit PCO_DIGNRNUMC1NUMC01
BTAFPValue of pension contribution PCO_BTAFPCURR15(2) PRBETRG
BTAVPVoluntary contribution, employee PCO_BTAVPCURR15(2) PRBETRG
BTAVBVoluntary contribution, employer PCO_BTAVBCURR15(2) PRBETRG
BTFSSSolidarity fund contribution - Solidarity PCO_BTFSSCURR15(2) WERT15
BTSUBContribution to solidarity fund - Subsistence PCO_BTSUBCURR15(2) WERT15
DYSMONumber of days in arrears PCO_DYSMODEC7(2) DEC5_2
BTIDMInterest on arrears value PCO_BTIDMCURR15(2) PRBETRG
BTIMFVal. interest on arrears Pens. solidarity fund - Solidarity PCO_BTIMFCURR15(2) PRBETRG
BTIMFBVal. interest on arrears Pens. solidarity fund - Subsistence PCO_BTIMFBCURR15(2) PRBETRG
BTTAPTotal to be paid PCO_BTTAPCURR15(2) PRBETRG
NREMPTotal number of employees PCO_NREMPDEC6DEC6
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BRANCSocial Insurance branch PCO_BRANCNUMC3Assigned to domainPCO_BRANC
ESAFPAdministrating entity ID of pension fund PCO_ENAFPCHAR10Assigned to domainALPHALIFNR

Key field Non-key field



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

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

How to access SAP table PCO_FIA_AFP

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