PC20K SAP (Payroll Result: Supplementary Pension Public Sector) Structure details

Dictionary Type: Structure
Description: Payroll Result: Supplementary Pension Public Sector




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




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

PC20K 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 "Payroll Result: Supplementary Pension Public Sector" 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_PC20K TYPE PC20K.

The PC20K table consists of various fields, each holding specific information or linking keys about Payroll Result: Supplementary Pension Public Sector data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), VBLNR (Insurance Number (Public Sector) (Obsolete with ZVMP)), TAGE (Number of days).. 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 PC20K 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
CNTR3National assignment indicator CNTRNRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
VBLNRInsurance Number (Public Sector) (Obsolete with ZVMP) VBLNOCHAR10CHAR10
TAGENumber of days TAGEDEC5(2) DEC3_2
VBLPFEmployee's Insurance Liability VBLPFCHAR1P01P_VBLPF
AGRNDDeregistration Reason (Obsolete with ZVMP) AGRNDCHAR2Assigned to domainVBLAK
PFBISMaximum Age for Insurance PFBISCHAR3CHAR3
BEINBPeriod for higher assessment threshold BEINBNUMC2KMONAT
PAUSTTax Indicator PAUSTCHAR1PAUST
WIEDERehiring of Seasonal/Forestry Workers (Obsolete with ZVMP) WIEDECHAR1XFELD
SWTBEEmployment Type (Obsolete with ZVMP) SWTBECHAR1SWTBE
TTARTJob in Special Case (Obsolete with ZVMP) TTARTCHAR2Assigned to domainVBLAK
VVZVEPrevious insurance at another SPI VVZVECHAR1XFELD
ARGZUPrevious Employer's Contribution (Obsolete with ZVMP) ARGZUCHAR1XFELD
BEZVEPrevious exemption from ZVE BEZVECHAR1XFELD
ZWVERSecond Insurance Contract DZWVERCHAR1XFELD
ZVSODSupplementary Pension (Civil Service) (Obsolete with ZVMP) DZVSODCHAR1CHAR1
ABWVASP Absence Insurance Type P01P_ABWVACHAR2P01P_ABWVA
ZVEIDSPI ID (Obsolete with ZVMP) VZVIDCHAR2Assigned to domainVZVID
KTONRSupplementary Pension: Account Number (Obsolete with ZVMP) VKTONRNUMC6VKTONR
FAMSTMaterial Status (for SP Notifications) (Obsolete with ZVMP) FAMSTZVCHAR1FAMSTZV
ANSKGEntitlm. to Child Allowance (SP Notifs) (Obsolete with ZVMP) ANSKGZVCHAR1ANSKGZV
ZSUMLAdditional Contribution Amount/Contribution from 2002 VZSUMLCHAR1XFELD
VTMODContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
KZ_ALTBESTANDKey Fig., Prior-Year Acquisitions (Due to Retro. Financing) P01P_KZ_ALTBESTANDCHAR1XFELD
VTMOD_ZUSContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
VTMOD_ANContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
ANZKESuppl. Pension: No. of Children Entitled to Parental Leave P01P_ZV_ANZ_KIND_ELTERNZEIT_NNUMC2P01P_ZV_ANZ_KIND_ELTERNZEIT
ZAHLUNGSMONATStart Date BEGDADATS8DATUM
WERKS_SUMPersonnel Area Reporting PERSA_SUMCHAR4T500PPERSAPBR
BTRTL_SUMPersonnel Subarea Reporting BTRTL_SUMCHAR4T001PBTRTLPBS
VAKEYVariable Key for Employer Table P01P_VARKEYCHAR8CHAR08
VERNRSupp. Insurance Number P01P_VERNRCHAR12P01P_VERNR
KNTNRMembership/Account Number of Employer at SPI P01P_KNTNRCHAR7P01P_KNTNR
ABMGRDeregistration Reason of DATUEV-ZVE P01P_ABMGRCHAR2P01P_ABMGR
NONOTSwitch: Do Not Transfer Notifications P01P_NONOTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PC20K

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