P2RD_VBL SAP (Payroll Result: Supplementary Pension Public Sector) Table details

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




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




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

P2RD_VBL is a standard SAP Table which is used to store Payroll Result: Supplementary Pension Public Sector data and is available within R/3 SAP systems depending on the version and release level.

The P2RD_VBL 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 MANDT (Client), DCT_PERNR (Personnel Number), DCT_SEQNR (Sequence Number), DCT_ROWID (Unique Row Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P2RD_VBL table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DCT_PERNRPersonnel Number P_PERNRNUMC8PERNR
DCT_SEQNRSequence Number CDSEQNUMC5HRPY_RGDIRNUM5
DCT_ROWIDUnique Row Number HRDCT_ROWIDNUMC5HRDCT_ROWID
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 table P2RD_VBL using ABAP code

The following ABAP code Example will allow you to do a basic selection on P2RD_VBL to SELECT all data from the table
DATA: WA_P2RD_VBL TYPE P2RD_VBL.

SELECT SINGLE *
FROM P2RD_VBL
INTO CORRESPONDING FIELDS OF WA_P2RD_VBL
WHERE...

How to access SAP table P2RD_VBL

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