SAP Reports / Programs

RPLSVUD0 SAP ABAP Report - Check contribution liability







RPLSVUD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report RPLSVUD0 to determine whether a personnel area/ subarea is considered for the continued-pay insurance (SI assessment)...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 RPLSVUD0 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_LSVU - Check Contribution Liability


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 RPLSVUD0. "Basic submit
SUBMIT RPLSVUD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVUD0 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: STICHTAG = Key Date
Selection Text: GRENZE = Limit for Number of Employees
Title: Check Contribution Liability
Text Symbol: TTL = Check Contribution Liability
Text Symbol: STT = Key date $1
Text Symbol: ET5 = does not exist in T503.
Text Symbol: ET4 = does not exist in table T001P.
Text Symbol: ET3 = does not exist in table T001W.
Text Symbol: ET2 = does not exist in table T001P.
Text Symbol: ES7 = The Work. Time Infotype
Text Symbol: ES3 = of Pers. No.
Text Symbol: ES2 = For Pers. No.
Text Symbol: ES1 = The Personal Data Infotype
Text Symbol: ER7 = Maintain for Personnel Number:
Text Symbol: ER5 = Empl.Group/Subgroup
Text Symbol: ER4 = PArea/Subarea
Text Symbol: ER3 = Plant Data
Text Symbol: ER2 = PSubarea
Text Symbol: ER1 = Maintain for Personnel Number:
Text Symbol: ER0 = Enter a date
Text Symbol: 014 = Factor/PSubarea:
Text Symbol: 013 = No. of Employees/PSubarea:
Text Symbol: 012 = PSubarea:
Text Symbol: 011 = PArea:
Text Symbol: 010 = No WH
Text Symbol: 009 = Inact.ER
Text Symbol: 008 = WT<10 Hrs.
Text Symbol: 007 = Challenged
Text Symbol: 006 = Trainee
Text Symbol: 005 = Check ER
Text Symbol: 003 = Pers.No. Name Ind Factor
Text Symbol: 001 = Employment Contract Blank -----> Correct


INCLUDES used within this REPORT RPLSVUD0

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'.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING FORMAT = $$FORMAT.

HR_CE_FILL_ALV_ORG_STRUCTURE CALL FUNCTION 'HR_CE_FILL_ALV_ORG_STRUCTURE' EXPORTING P_P0001 = P0001 IMPORTING ORG_DATA = G_ORG_DATA EXCEPTIONS NO_ENTRIES = 1 REQD_PARAMETER_MISSING = 2 .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = SY-MSGID MSGTY = SY-MSGTY msgno = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 .

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING SELECTED = G_SELECT_PERNR PROCESSED = G_PROCES_PERNR REJECTED = G_REJECT_PERNR.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING data_structure = C_STRUCT CURRENT_REPORT = C_REPID LIST_TITLE = text-ttl CALLBACK_USER_COMMAND = 'USER' VARIANT = PA_VARIA HR_DISPLAY_ERROR_LIST = 'X' HR_DISPLAY_STAT_LIST = 'X' tables data_tab = ausgabe_tabelle.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 7 MSGV1 = pernr-pernr .

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

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 3 MSGV1 = T500P-PERSA MSGV2 = pernr-pernr .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = pernr-pernr arbgb = 'HRPAYSV' MSGTY = 'E' msgno = 5 MSGV1 = T503-PERSG MSGV2 = T503-PERSK MSGV3 = pernr-pernr .



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