SAP Reports / Programs

RPLERCC0 SAP ABAP Report - Employer Statement







RPLERCC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can create the employer statement for the unemployment insurance when an employee leaves using this program...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 RPLERCC0 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_M02_LERC0 - Employer Statement


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 RPLERCC0. "Basic submit
SUBMIT RPLERCC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLERCC0 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: PX_LFORM = Form Name
Selection Text: PX_LFVAR = Form Version
Selection Text: P_EELANG = Employee
Selection Text: P_PRNDT = Print Date
Selection Text: P_SYLANG = Logon Language
Selection Text: P_TSTFRM = Test form
Selection Text: _SABREH = Payroll Unit
Selection Text: P_FORM = D .
Title: Employer Statement
Text Symbol: S01 = Other selection
Text Symbol: S02 = Output Options
Text Symbol: S03 = Output Language
Text Symbol: S04 = Logon Language
Text Symbol: S05 = Employee
Text Symbol: T06 = List Output
Text Symbol: T07 = Messages


INCLUDES used within this REPORT RPLERCC0

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_CH_READ_ABREINHEIT call function 'HR_CH_READ_ABREINHEIT' exporting p02_stichtag = pn-endda p02_anwschlch = 'AGBE' p02_pernr = pernr-pernr tables p02_p0001 = p0001[] p02_t_abreinheit = iabreinheit pi_merkm = imerkm exceptions table_access_error = 1 abreinheit_not_found = 2 others = 3.

H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant * dialog = l_dialog options = l_options EXCEPTIONS OTHERS = 99.

H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant i_data_struc = p_data i_language = p_data-langu "RAGKM03474065 EXCEPTIONS OTHERS = 99.



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