SAP Reports / Programs

RPLSVPD1 SAP ABAP Report - Social insurance list - Private HI check (old)







RPLSVPD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 1...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 RPLSVPD1 into the relevant SAP transactions such as SE38 or SE80


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 RPLSVPD1. "Basic submit
SUBMIT RPLSVPD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVPD1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: INDEXNM2 = ?...(INDEXNM2)
Selection Text: RV-KZ = Pension Insurance Indicator
Selection Text: PV-KZ = CI Indicator
Selection Text: PR-KZ = Private Health Insurance
Selection Text: KV-KZ = HI Indicator
Selection Text: INDEXNAM = ?...(INDEXNAM)
Selection Text: BL-KZ = Supplem. Insurance PI Division
Selection Text: AV-KZ = UI Indicator
Title: Social Insurance List - Private Health Insurance Check (Old)
Text Symbol: STT = Key date $1
Text Symbol: E04 = Infotype 0079, column 4 not entered for:
Text Symbol: 091 = Gen. Suppl. Insur:
Text Symbol: 081 = Press Pens. Plan:
Text Symbol: 071 = BVV Pens. Plan:
Text Symbol: 041 = Suppl. CI Fund:
Text Symbol: 021 = Suppl. PI Fund:
Text Symbol: 011 = Suppl. HI Fund:
Text Symbol: 004 = No supplementary insurance entered in column 4
Text Symbol: 002 = No supplementary insurance entered in column 2
Text Symbol: 001 = No supplementary insurance entered in column 1
Text Symbol: 000 = Infotype 0013 not available for:
002 Number Insured Fund Office
001 Personnel LName, First Name Privat. HI UI PI CI HI Fund Branch





INCLUDES used within this REPORT RPLSVPD1

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:

No SAP FUNCTION MODULES are executed within this report code!



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 RPLSVPD1 or its description.