P2RD_SV SAP (Payroll Result: Social Insurance) Table details

Dictionary Type: Table
Description: Payroll Result: Social Insurance




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




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

P2RD_SV is a standard SAP Table which is used to store Payroll Result: Social Insurance data and is available within R/3 SAP systems depending on the version and release level.

The P2RD_SV table consists of various fields, each holding specific information or linking keys about Payroll Result: Social Insurance 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_SV 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
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
JUPERLegal Person JUPERCHAR4JUPER
KVKZ1Indicator for Health Insurance KVKZ1CHAR1Assigned to domainSVSCH
RVKZ1Indicator: Pension Insurance RVKZ1CHAR1Assigned to domainSVSCH
AVKZ1Indicator: Unemployment Insurance AVKZ1CHAR1Assigned to domainSVSCH
RVNUMPension Insurance Number RVNUMCHAR12RVNUM
KVSFRHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8Assigned to domainKVSCH
KVGSTHI Fund Branch Office KVGSTCHAR6Assigned to domainKVGST
KVBKLContribution Scale BTRKLCHAR6Assigned to domainP011_BTRKL
KVFBTHI Amount KVFBTCURR7(2) SVBTR
ZUSKAAdditional Health Insurance Fund DZUSKACHAR8Assigned to domainKVSCH
SONKVSI Special Rule HI SONKVCHAR2Assigned to domainP011_SONSV
SONRVSI Special Rule PI SONRVCHAR2Assigned to domainP011_SONSV
SONAVSI Special Rule SI SONAVCHAR2Assigned to domainP011_SONSV
SELKVIndicator Self-Payer HI SELKVCHAR1XFELD
SELRVSelf-Payer Pension Insurance SELRVCHAR1XFELD
MITNRMembership Number MITNRCHAR15CHAR15
MAXKVMaximum HI Gross for Pensioners MAXKVCURR7(2) SVBTR
KVBATHI Contribution Distribution KVBATCHAR1SVBAT
RVBATPI Contribution Distribution RVBATCHAR1SVBAT
AVBATUI Contribution Distribution AVBATCHAR1SVBAT
SVA01SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA02SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA03SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA04SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA05SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA06SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA07SI Attribute SVATTCHAR2Assigned to domainSVATT
SVA08SI Attribute SVATTCHAR2Assigned to domainSVATT
PVKZ1Care Insurance Indicator PVKZ1CHAR1Assigned to domainSVSCH
PVBKLCI Contribution Scale for Voluntarily Insured Persons PVBKLCHAR6CHAR6
PVFBTCare Insurance Amount PVFBTCURR7(2) SVBTR
SONPVSI Special Rule CI SONPVCHAR2Assigned to domainP011_SONSV
SELPVIndicator Self-Payer CI SELPVCHAR1XFELD
PVBATCI Contribution Distribution PVBATCHAR1SVBAT
MAXPVMaxiumum CI Gross for Pensioners MAXPVCURR7(2) SVBTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM P2RD_SV
INTO CORRESPONDING FIELDS OF WA_P2RD_SV
WHERE...

How to access SAP table P2RD_SV

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