SAP Reports / Programs

RPLSVUD1 SAP ABAP Report - Number of employees per personnel area/subarea for SI assessment (old)







RPLSVUD1 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 RPLSVUD1 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 RPLSVUD1. "Basic submit
SUBMIT RPLSVUD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVUD1 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: %_DPS019 = ?...(%_DPS019)
Selection Text: %_END010 = ?...(%_END010)
Selection Text: %_END017 = ?...(%_END017)
Selection Text: %_END024 = ?...(%_END024)
Selection Text: %_END033 = ?...(%_END033)
Selection Text: %_END044 = ?...(%_END044)
Selection Text: %_PAT003 = ?...(%_PAT003)
Selection Text: %_POS004 = ?...(%_POS004)
Selection Text: %_POS006 = ?...(%_POS006)
Selection Text: %_POS008 = ?...(%_POS008)
Selection Text: %_POS013 = ?...(%_POS013)
Selection Text: %_POS015 = ?...(%_POS015)
Selection Text: %_POS020 = ?...(%_POS020)
Selection Text: %_POS022 = ?...(%_POS022)
Selection Text: %_POS027 = ?...(%_POS027)
Selection Text: %_POS029 = ?...(%_POS029)
Selection Text: %_POS031 = ?...(%_POS031)
Selection Text: %_POS040 = ?...(%_POS040)
Selection Text: %_POS042 = ?...(%_POS042)
Selection Text: %_SKP045 = ?...(%_SKP045)
Selection Text: %_SRT039 = ?...(%_SRT039)
Selection Text: INDEXNAM = ?...(INDEXNAM)
Selection Text: INDEXNM2 = ?...(INDEXNM2)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXPGPK = ?...(PNPXPGPK)





Selection Text: %_DPE026 = ?...(%_DPE026)
Selection Text: %_DDA012 = ?...(%_DDA012)
Selection Text: %_BEG038 = ?...(%_BEG038)
Selection Text: %_BEG025 = ?...(%_BEG025)
Selection Text: %_BEG018 = ?...(%_BEG018)
Selection Text: %_BEG011 = ?...(%_BEG011)
Selection Text: %_BEG002 = ?...(%_BEG002)
Selection Text: STICHTAG = Key date
Selection Text: GRENZE = Limit for number of employees
Title: Number of Employees per Personnel Area/Subarea for SI Contrib. (Old)
Text Symbol: ER1 = Maintain for Personnel Number:
Text Symbol: ER0 = Enter a date
Text Symbol: 014 = Factor/PSArea:
Text Symbol: 013 = No.of Employees/PSubarea:
Text Symbol: 012 = PSubarea:
Text Symbol: 011 = PArea
Text Symbol: 010 = No WH
Text Symbol: 009 = InactER
Text Symbol: 008 = WT<10 Hrs
Text Symbol: 007 = Chall.
Text Symbol: 006 = Train
Text Symbol: 005 = Check ER
Text Symbol: 003 = Pers.No. Name Ind Factor
Text Symbol: 001 = Employment Contract Blank -----> Correct
Text Symbol: ER2 = PSArea
Text Symbol: ER3 = Plant Data
Text Symbol: ER4 = PArea/SArea
Text Symbol: ER5 = Empl.Group/SGr
Text Symbol: ER7 = Maintain for Personnel Number:
Text Symbol: ES1 = The Personal Data Infotype
Text Symbol: ES2 = For Pers.No.
Text Symbol: ES3 = of Pers. No.
Text Symbol: ES7 = The Work. Time Infotype
Text Symbol: ET2 = does not exist in table T001P.
Text Symbol: ET3 = does not exist in table T001W.
Text Symbol: ET4 = does not exist in table T001P.
Text Symbol: ET5 = does not exist in T503.
Text Symbol: STT = Key date $1


INCLUDES used within this REPORT RPLSVUD1

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:

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



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