SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPLSVPD0 SAP ABAP Report - List of Employees with Private Health Insurance







RPLSVPD0 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 RPLSVPD0 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_M01_LSVP - List of Employees with Private HI


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 RPLSVPD0. "Basic submit
SUBMIT RPLSVPD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVPD0 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: AV-KZ = UI Indicator
Selection Text: KV-KZ = HI Indicator
Selection Text: PR-KZ = Private Health Insurance
Selection Text: PV-KZ = CI Indicator
Selection Text: RV-KZ = Pension Insurance Indicator
Title: List of Employees with Private Health Insurance
Text Symbol: 001 = No Supplementary Health Insurance
Text Symbol: 002 = No Supplementary Pension Insurance
Text Symbol: 004 = No Supplementary Care Insurance
Text Symbol: 011 = Supplementary HI Fund
Text Symbol: 021 = Supplementary PI Fund
Text Symbol: 022 = Suppl. PPO Fund
Text Symbol: 041 = Supplementary CI Fund
Text Symbol: 071 = BVV Benefits
Text Symbol: 081 = Press Pens. Plan
Text Symbol: 091 = General Supplementary Insurance
Text Symbol: F01 = Infotype 0079 o.0126 Subtype 2 does not exist for:
Text Symbol: STT = Key date $1
Text Symbol: TTL = List of Employees with Private Health Ins.


INCLUDES used within this REPORT RPLSVPD0

INCLUDE RPMSELD0.


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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 8 MSGV1 = 13 MSGV2 = name.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'RP' MSGTY = 'E' msgno = 16 MSGV1 = text-f01 MSGV2 = name.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = G_ANZ_SELECT_PERNR processed = G_ANZ_PROCESS_PERNR rejected = G_ANZ_REJECT_PERNR.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING data_structure = C_STRUCT current_report = C_REPID LIST_TITLE = G_TITLE * LIST_TITLE2 = * GUI_STATUS = ' ' VARIANT = PA_VARIA HR_DISPLAY_ERROR_LIST = 'X' HR_DISPLAY_STAT_LIST = 'X' * CALLBACK_END_OF_LIST = ' ' * CALLBACK_BUTTON1 = ' ' * TEXT_BUTTON1 = ' ' * CALLBACK_BUTTON2 = ' ' * TEXT_BUTTON2 = ' ' * CALLBACK_USER_COMMAND = ' ' tables data_tab = AUSGABE_LISTE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 9 MSGV1 = 1 MSGV2 = name.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 9 MSGV1 = 2 MSGV2 = name.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 9 MSGV1 = 4 MSGV2 = name.



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