SAP Reports / Programs

RPLSVCD0 SAP ABAP Report - Create Notifications for Pension Payments







RPLSVCD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Paying offices are required to report the start, end, or change of pension payments (company pension) to the relevant health insurance fund...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 RPLSVCD0 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_LSVC - Pension Payment Notifications


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


Text pool values


Notifications of Pension Payments for Period &0/&1..
Title: Create Notifications for Pension Payments
Text Symbol: U32 = Reasn
Text Symbol: U31 = Membersh. No.
Text Symbol: U30 = Name
Text Symbol: U22 = Spool No.
Text Symbol: U21 = Name
Text Symbol: U20 = Overview of Lists Generated
Text Symbol: U15 = Notification of Benefit Payments
Text Symbol: U12 = SpoolNo.
Text Symbol: U11 = Title
Text Symbol: U10 = Lists Generated in the Spool
Text Symbol: STO = Cancellatn
Text Symbol: S42 = Street
Text Symbol: S41 = Cty
Text Symbol: S40 = Address (Infotype 0006)
Text Symbol: S35 = Prefix
Text Symbol: S34 = Affix
Text Symbol: S33 = F. name
Text Symbol: S32 = Family Name
Text Symbol: S31 = Title
Text Symbol: S30 = Name (IT0002)
Text Symbol: S10 = MasterData
Text Symbol: P41 = Form Variant
Text Symbol: P40 = Personnel No.
Text Symbol: P39 = Name
Text Symbol: U33 = Street
Text Symbol: Z09 = No. of Pension Recipients
Text Symbol: Z08 = No. of Notific.
Text Symbol: Z07 = All
Text Symbol: Z06 = SP/MuB
Text Symbol: Z05 = Change Notifs.:
Text Symbol: Z04 = Incorrect Personnel Numbers
Text Symbol: Z03 = Pers. Nos with No New Notifications
Text Symbol: Z02 = Personnel Numbers with New Messages
Text Symbol: Z01 = Selected Personnel Numbers
Text Symbol: Z00 = Payroll Period
Text Symbol: V50 = Notifications Already Created (PrevPer)





Text Symbol: V05 = HI fund company no. wrong
Text Symbol: V04 = Paying office no. wrong
Text Symbol: V03 = Income wrong
Text Symbol: V02 = OK
Text Symbol: V01 = Not To Be Created
Text Symbol: U41 = Curr
Text Symbol: U40 = Capitaliz.
Text Symbol: U39 = Ben. Pymnt
Text Symbol: U38 = DoB
Text Symbol: U37 = City
Text Symbol: U36 = Canc.
Text Symbol: U35 = Date
Text Symbol: U34 = Pers. No.
Text Symbol: P38 = Sort Sequ.
Text Symbol: K02 = Company Number:
Text Symbol: K01 = Paying Office No.:
Text Symbol: J51 = Notifications with Latest Info (Current Period)
Text Symbol: J50 = Notif. Data (Current Period)
Text Symbol: I01 = Format Log
Text Symbol: GSL = /
Text Symbol: GHY = -
Text Symbol: GDP = :
Text Symbol: G08 = Change (Capitalization)
Text Symbol: G07 = End (Paying Off.Chg.)
Text Symbol: G06 = End (Fund Change)
Text Symbol: G05 = Start (Paying Office Chg.)
Text Symbol: G04 = Start (Fund Change)
Text Symbol: G03 = Change
Text Symbol: G02 = End Benefits Payment
Text Symbol: G01 = Start Benefits Payment
Text Symbol: EFP = Error during call of function module FP_JOB
Text Symbol: E99 = Detail Display Error No. ___
Text Symbol: E05 = Addr.
Text Symbol: E04 = DoB
Text Symbol: E03 = NAME
Text Symbol: E02 = BBNRKK
Text Symbol: E01 = ZSTNR
Text Symbol: DIA = Change Print Param
Text Symbol: A41 = Notif. Data (Prev.Per.)





Text Symbol: L01 = Log: Notifications for Benefits Payments
Text Symbol: P37 = OutputDevice
Text Symbol: P36 = Form
Text Symbol: P35 = Create Notifs
Text Symbol: P34 = List
Text Symbol: P33 = Tree
Text Symbol: P32 = Output as
Text Symbol: P31 = Create Log
Text Symbol: P30 = Output Control
Text Symbol: P22 = HI Funds as in Contribution Statem.
Text Symbol: P21 = Personnel Areas by Feature
Text Symbol: P20 = Summary
Text Symbol: P13 = Volun. Insured and Mult. Benefits
Text Symbol: P12 = All
Text Symbol: P11 = Change Notifs. for
Text Symbol: P10 = Program Control
Text Symbol: N11 = Dataset
Text Symbol: M60 = Messages/Errors
Text Symbol: M53 = New Notif.
Text Symbol: M41 = Compare Notifications
Text Symbol: L09 = Stats: Notifications for Pension Payments
Text Symbol: L08 = Stats.
Text Symbol: L06 = Personnel Nos with Errors
Text Symbol: L05 = Pers. Nos with No New Notifications
Text Symbol: L04 = Personnel Numbers with New Messages
Text Symbol: L02 = Program Parameter


INCLUDES used within this REPORT RPLSVCD0

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:

HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.

DISPLAY_FORM_TREE_F4 call function 'DISPLAY_FORM_TREE_F4' exporting p_tree_name = 'SAP_PY' p_display_mode = 'D' "nur Anzeigemodus importing p_form_name = p_form p_form_language = sylangu exceptions cancelled = 1 parameter_error = 2 not_found = 3 others = 4.



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