P05_SV_GEGEVENS SAP (Payroll Results: Social Insurance (NL)) Structure details

Dictionary Type: Structure
Description: Payroll Results: Social Insurance (NL)




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




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

P05_SV_GEGEVENS 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 Results: Social Insurance (NL)" 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_GEGEVENS TYPE P05_SV_GEGEVENS.

The P05_SV_GEGEVENS table consists of various fields, each holding specific information or linking keys about Payroll Results: Social Insurance (NL) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), JUPER (Legal Person), RPUVI (Representing Legal Person).. 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_GEGEVENS 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
CNTR1Tax split PRSPLRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
JUPERLegal Person JUPERCHAR4JUPER
RPUVIRepresenting Legal Person P05_REPERCHAR4P05_REPER
SVGRPSocial Insurance Group Indicator SVGRPCHAR3Assigned to domainP05_SPGRP
SECTRSector P05_SECTCHAR3Assigned to domainP05_SECT
RISGRRisk Group Indicator P05_RISGRPCHAR2Assigned to domainP05_RISGRP
TABELTax Table Type TABELCHAR1Assigned to domainP05_TABEL
TIJDVPeriod Table for Wage Tax [LH] Calculation TIJDVCHAR1Assigned to domainP05_TIJDV
KDZW1Contribution Ind. for the Sicknes Benefits Act [ZW] Scheme KDZW1CHAR1Assigned to domainKDSV1
KDWW1Contribution Indicator for the Unemployment Act Scheme [WW] KDWW1CHAR1Assigned to domainKDSV1
KDWAOContrib. cd. for the Act on Work and Income by Labour Capac. KDWAOCHAR1Assigned to domainKDSV1
KDZKSContribution code for the Health Insurance Act KDZKSCHAR1Assigned to domainKDSV1
EXSV1Contribution Indicator for Additional SI Scheme 1 EXSV1CHAR1Assigned to domainKDSV1
EXSV2Contribution Indicator for Additional SI Scheme 2 EXSV2CHAR1Assigned to domainKDSV1
EXSV3Contribution Indicator for Additional SI Scheme 3 EXSV3CHAR1Assigned to domainKDSV1
EXSV4Contribution Indicator for Additional SI Scheme 4 EXSV4CHAR1Assigned to domainKDSV1
EXSV5Contribution Indicator for Additional SI Scheme 5 EXSV5CHAR1Assigned to domainKDSV1
ONKSTSpecial Expense Regulations P05_ONKSTCHAR2P05_ONKST
AUSNASpecial Employee Groups AUSNSCHAR3Assigned to domainAUSNS
GEMBZSI Exemption for Conscientious Reasons GEMBZCHAR1GEMBZ
UPKOWExcluded from Premium Exemption for Elderly Employees P05_UPKOWCHAR1CHAR1
ARBGKDisabled Person's SI Reduction P05_ARBGKCHAR1P05_ARBGK
DATAGStart Date for Disabled Person's SI Reduction P05_DATAGDATS8DATUM
JGKRTYoung Disabled Person's SI Reduction P05_JGKRTCHAR1CHAR1
GBDATDate of Birth GBDATDATS8PDATEGBDAT
HIREDATEEntry Date HIREDATEDATS8DATUM
FIREDATELeaving date FIREDATEDATS8DATUM
STUDENTProvision for Students and Pupils Applied P05_STUDENTCHAR1CHAR1
VERTR_LNDeferred Wage Applied P05_VERTRAAGD_LNCHAR1CHAR1
VLPERNo. of Additional SI Periods for Deferred Wages P05_PER_VERTRAAGD_LNDEC7(2) ANZHL
ZEINHPayroll Time Units P05_PFREQNUMC2PFREQ
NOMPRNominal contribution Health Insurance Act (ZVW) P05_NOMPRCURR7(2) P05_WERT7
WGBNPEmployer contribution nominal contribution ZVW P05_WGBNPCURR7(2) P05_WERT7
INCVZHCIB indication P05_INDCVZCHAR1P05_INDCVZ
IDCVZIdentification at CVZ P05_IDCVZCHAR25CHAR25
FACVZCountry of residence factor P05_FACTOR_CVZDEC8(7) P05T_CVZ_FACTOR
PWNBDPart-Time Employee (According to Tax Authority Definition) P05_PARTTIMER_BDCHAR1BOOLEAN
CAARDWork Relationship Type Code P05_CAARDCHAR2Assigned to domainP05_CAARD
SIRHESI Reduction Hiring Elderly Employee P05_SIRHECHAR1P05_SIRHE
SIBEGStart Date SI Reduction Hiring Elderly Employee P05_SIRHE_BEGDADATS8DATUM
SIENDEnd Date SI Reduction Hiring Elderly Employee P05_SIRHE_ENDDADATS8DATUM
EXREEExcluded from SI Reduction Employing Elderly Employee P05_EXREECHAR1P05_EXREE
NLSIRReturn Value of Feature NLSIR P05_NLSIRCHAR1P05_NLSIR
SIEMAPremium Exemption Ex-Social Benefits Recipient (PMA) P05_SIEMACHAR1XFELD
SIREEIndicator SI Reduction Employing Elderly Employee P05_SIREECHAR1P05_SIRHE
EXSJRExcluded from Small Jobs Regulation P05_EXSJRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table P05_SV_GEGEVENS

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