P2RD_ANVERS SAP (Payroll Result - Cluster RD: Structure for Imp. on Pension) Table details

Dictionary Type: Table
Description: Payroll Result - Cluster RD: Structure for Imp. on Pension




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




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

P2RD_ANVERS is a standard SAP Table which is used to store Payroll Result - Cluster RD: Structure for Imp. on Pension data and is available within R/3 SAP systems depending on the version and release level.

The P2RD_ANVERS table consists of various fields, each holding specific information or linking keys about Payroll Result - Cluster RD: Structure for Imp. on Pension 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_ANVERS 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
ANRVBType of Imputation on Benefits Payment ANRVBCHAR4Assigned to domainSUBTY_591A
DUMMY1Pension Insurance Number RVNUMCHAR12RVNUM
BETRGAmount to Be Imputed ARBTRCURR9(2) BETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DUMMY2Six-Character Remuneration Points - No Longer Used ENTGP6DEC6(4) ENTGP6
DUMMY3Six-Character Remuneration Points - No Longer Used ENTGP6DEC6(4) ENTGP6
DUMMY4Six-Character Remuneration Points - No Longer Used ENTGP6DEC6(4) ENTGP6
DUMMY5Six-Character Remuneration Points - No Longer Used ENTGP6DEC6(4) ENTGP6
VORDZPrevious Employment Period, Partial Pension Imputation VORDZDEC2DEC2
VERSJInsurance Years for Partial Pension Imputation VERSJDEC2DEC2
KZFRBIndicator: Exemption for Imputation to Maintenance Payment KZFRBCHAR2CHAR2
KNZREIndicator for Adjusting Imputed Amount KNZRECHAR2CHAR2
BEREIAdjusted Amount BEBTRCURR9(2) BETRG
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
KNDEPRemuneration Points for Bonus KNDEPDEC7(4) ENTGP
KGSEPTotal Remuneration Points (Orphan's Pension) KGSEPDEC7(4) ENTGP
FRWEPRemuneration Points for Voluntary Contribution Times FRWEPDEC7(4) ENTGP
GESEPTotal Remuneration Points GESEPDEC7(4) ENTGP
HVERSRule: Take Into Account Increased Insurance HVERSCHAR2CHAR2
HVBTRAmount of Increased Insurance HVBTRCURR9(2) BETRG
RRBTRSuspended Part of Pension PDE_PBS_RRBTRCURR9(2) BETRG
RRWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VAVEPRemuneration Pts/Pension Equalization Payment (Obligation) PDE_PBS_VAVEPDEC7(4) ENTGP
VABEPRemuneration Pts/Pension Equalization Payt (Entitlement) PDE_PBS_VABEPDEC7(4) ENTGP
ZUFAKIncreased Receipt Factor PDE_PBS_ZUFAKDEC7(4) ENTGP
ENTPKRemuneration Points PDE_PBS_ENTPKDEC7(4) ENTGP
PABNR_2Branch Office for Pension Insurer PABNR_2NUMC3Assigned to domainPABNR_2
TRFGBPay Scale Area for Pension PDE_PBSVAVG_TRFGB_RENTECHAR2Assigned to domainTRFGB
RENTENARTFAKTORPension Type Factor PDE_PBSVAVG_RENTENARTFAKTORDEC5(4) PDE_PBSVAVG_RENTENARTFAKTOR

Key field Non-key field



How do I retrieve data from SAP table P2RD_ANVERS using ABAP code

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

SELECT SINGLE *
FROM P2RD_ANVERS
INTO CORRESPONDING FIELDS OF WA_P2RD_ANVERS
WHERE...

How to access SAP table P2RD_ANVERS

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