P05_SV_PR SAP (SI Contributions) Structure details

Dictionary Type: Structure
Description: SI Contributions




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




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

P05_SV_PR 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 "SI Contributions" 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_P05_SV_PR TYPE P05_SV_PR.

The P05_SV_PR table consists of various fields, each holding specific information or linking keys about SI Contributions data available in SAP. These include SVVNR (Social Security Sequence Number), SVSRT (Social Security Type), PRPLC (Social Insurance Indicator), SECTOR (Sector).. 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 P05_SV_PR 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
SVTAKSocial Insurance SVTAKCHAR1Assigned to domainSVTAK
SVVNRSocial Security Sequence Number P05_SVVNRNUMC1P05_SVVNR
SVSRTSocial Security Type P05_SVSRTCHAR3Assigned to domainP05_SVSRT
PRPLCSocial Insurance Indicator KDSV1CHAR1Assigned to domainKDSV1
SECTORSector P05_SECTCHAR3Assigned to domainP05_SECT
RISICOGROEPRisk Group Indicator P05_RISGRPCHAR2Assigned to domainP05_RISGRP
SVMETCalculation Method for Social Insurance P05_SVMETCHAR1P05_SVMET
A_CLNHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_CLN_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_CLN_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_MAXHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_MAX_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_MAX_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_FRCHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_FRC_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_FRC_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PLNHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PLN_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PLN_TOTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PLN_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWG_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWG_TOTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWG_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWNHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWN_BBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWN_TOTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_PWN_CUMHR Payroll: Amount MAXBTCURR15(2) PRBETRG
A_SVDHR payroll: Number PRANZDEC15(2) PRANZHL
A_SVD_CUMHR payroll: Number PRANZDEC15(2) PRANZHL
A_SVWHR payroll: Number PRANZDEC15(2) PRANZHL
A_SVW_CUMHR payroll: Number PRANZDEC15(2) PRANZHL
A_SV4HR payroll: Number PRANZDEC15(2) PRANZHL
A_SV4_CUMHR payroll: Number PRANZDEC15(2) PRANZHL
A_SVMHR payroll: Number PRANZDEC15(2) PRANZHL
A_SVM_CUMHR payroll: Number PRANZDEC15(2) PRANZHL
T_SVDHR payroll: Number PRANZDEC15(2) PRANZHL
A_PTPHR payroll: Number PRANZDEC15(2) PRANZHL
A_UPWHR payroll: Number PRANZDEC15(2) PRANZHL

Key field Non-key field



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

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

How to access SAP table P05_SV_PR

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