SAP Reports / Programs

HBRCEDT1 SAP ABAP Report - Monthly remuneration statement







HBRCEDT1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates the employee's remuneration statement...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 HBRCEDT1 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_M37_CEDT1 - Monthly remuneration 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 HBRCEDT1. "Basic submit
SUBMIT HBRCEDT1 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCEDT1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Monthly remuneration statement
Text Symbol: E08 = POP UP error
Text Symbol: T01 = Name of form
Text Symbol: X01 = General program control
Text Symbol: X10 = General program control
Text Symbol: X11 = For-period
Text Symbol: X12 = Orig.per.
Text Symbol: X13 = Alternative currency
Text Symbol: X99 = Special run


INCLUDES used within this REPORT HBRCEDT1

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:

F4_POPUP_FORML CALL FUNCTION 'F4_POPUP_FORML' EXPORTING molga = molga fclass = 'CEDT' * SPRSL = SY-LANGU IMPORTING forml = formular * vtext = fedt_txt EXCEPTIONS OTHERS = 1.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = pernr-pernr IMPORTING leavingdate = l_fire TABLES leaving_dates = l_entry_dates EXCEPTIONS leaving_date_not_found = 1 OTHERS = 2.



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