SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPLSVZN0 SAP ABAP Report - Overview of Master Data for Infotype Social Insurance NL (0059)







RPLSVZN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview of Infotype Social Insurance NL (0059) This report displays the most current data from infotype Social Insurance NL (0059) (0059) per employee...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPLSVZN0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M05_LSVZ - Overview Master Data for Social Ins.


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RPLSVZN0. "Basic submit
SUBMIT RPLSVZN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVZN0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Overview of Master Data for Infotype Social Insurance NL (0059)
Text Symbol: 022 = PerNo
Text Symbol: 021 = Period (from - to) :
Text Symbol: 020 = Addit.SI 5:
Text Symbol: 019 = Valid :
Text Symbol: 017 = SI Method :
Text Symbol: 016 = Soc.Ins. Days :
Text Symbol: 015 = Contribut.Scale:
Text Symbol: 014 = HI [ZKV] Group :
Text Symbol: 013 = Ded.Tx/SI Contr:
Text Symbol: 012 = ER Contrib. HI :
Text Symbol: 011 = HI [ZKV] Contr.:
Text Symbol: 010 = HI Indicator :
Text Symbol: 009 = Addit.SI 4:
Text Symbol: 008 = WAO(Disab.)Ind:
Text Symbol: 007 = Addit.SI 3:
Text Symbol: 006 = WW(unempl.)Ind.:
Text Symbol: 005 = Addit.SI 2:
Text Symbol: 004 = ZW Ind. :
Text Symbol: 003 = Addit.SI 1:
Text Symbol: 002 = SI Deduc. :
Text Symbol: 001 = SI Group :
Text Symbol: 023 = Name
Text Symbol: 043 = ZW Ind. Text
Text Symbol: 042 = SI Deduction [VB]
Text Symbol: 041 = SI Deduction
Text Symbol: 040 = SI Ded.
Text Symbol: 039 = SI Group Text
Text Symbol: 038 = SpecI
Text Symbol: 037 = IIB [MBV] Code :
Text Symbol: 036 = HI Reg.No.:
Text Symbol: 035 = CoS
Text Symbol: 034 = Add. SI
Text Symbol: 033 = HI
Text Symbol: 032 = VB
Text Symbol: 031 = SIM
Text Symbol: 030 = SID
Text Symbol: 029 = SIG





Text Symbol: 028 = WAO
Text Symbol: 027 = WW
Text Symbol: 026 = ZW
Text Symbol: 025 = EndDa
Text Symbol: 024 = StrtDa
Text Symbol: 065 = HI Ind.
Text Symbol: 064 = HI [ziektekst.] Ind.
Text Symbol: 063 = HI [Ziektekosten] Indicator Text
Text Symbol: 062 = Employee
Text Symbol: 061 = SI Method
Text Symbol: 060 = SI Days
Text Symbol: 059 = SI Group
Text Symbol: 058 = ZW Indicator
Text Symbol: 057 = WW Indicator
Text Symbol: 056 = WAO Indicator
Text Symbol: 055 = Additional SI5
Text Symbol: 054 = Additional SI4
Text Symbol: 053 = Additional SI3
Text Symbol: 052 = disab.Benef.Gap Ins.
Text Symbol: 051 = disab.Benef.Gap Ins.
Text Symbol: 050 = VUT Ins. (Early Ret)
Text Symbol: 049 = VUT Ins. (Early Ret)
Text Symbol: 048 = WAO Indicator Text
Text Symbol: 047 = WAO Ind. Text
Text Symbol: 046 = WW Indicator Text
Text Symbol: 045 = WW Ind. Text
Text Symbol: 085 = SI Days Text
Text Symbol: 084 = SI Calculation Method Text
Text Symbol: 083 = HI [ZKV] Group Text
Text Symbol: 082 = Additional SI 5 Text
Text Symbol: 081 = Additional SI 4 Text
Text Symbol: 080 = Additional SI 3 Text
Text Symbol: 079 = HI [ZKV] Contribution Scale Text
Text Symbol: 078 = Name of Insurance Company
Text Symbol: 077 = Ded.Tax/SI Contrib.
Text Symbol: 076 = Spec. Ind. Text for Ann. Statements MBV
Text Symbol: 075 = Insurance Company
Text Symbol: 074 = Pers.No.
Text Symbol: 073 = IIB [MBV] Code





Text Symbol: 072 = Contribution Scale
Text Symbol: 071 = HI [Ziekenfonds] No.
Text Symbol: 070 = HI Group
Text Symbol: 069 = Ded.Tx/SI Contrib.
Text Symbol: 068 = ER Contrib. to HI
Text Symbol: 067 = HI [ZKV] Contr. and Company
Text Symbol: 066 = Validity Period
Text Symbol: 044 = ZW Indicator Text


INCLUDES used within this REPORT RPLSVZN0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid * i_callback_pf_status_set = g_status "LLEAC0K020339 * i_callback_user_command = g_user_command "LLEAC0K020339 is_layout = g_layout it_fieldcat = g_fieldcat[] it_events = g_events is_variant = g_variant i_save = g_save i_buffer_active = 'X' IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = g_exit_caused_by_user TABLES t_outtab = tab01 EXCEPTIONS program_error = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPLSVZN0 or its description.