SAP Reports / Programs

HBRCEDT0 SAP ABAP Report - Remuneration statement







HBRCEDT0 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 HBRCEDT0 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 HBRCEDT0. "Basic submit
SUBMIT HBRCEDT0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRCEDT0 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: ANDRUCK = D Print current period
Selection Text: ANZ-TEST = D Number of test forms
Selection Text: BONDT = D Date of payment
Selection Text: CHK_ESS = D Check ESS
Selection Text: CUR_ALT = D Alternative currency
Selection Text: CUR_FP = D For-period currency
Selection Text: CUR_IP = D In-period currency
Selection Text: CUR_VAL = D Alternative currency
Selection Text: FORMULAR = D Name of form
Selection Text: ONLY = D Print superlines
Selection Text: PAYID = D Payroll identifier
Selection Text: PAYTY = D Payroll type
Selection Text: PRT_PROT = D Output log
Selection Text: P_BRANCH = Find branch office data
Selection Text: RUECKD = D Print retroactive accounting
Selection Text: RUECKR = D Layout of retroactive run
Selection Text: SORT_RR = D Retroactive accounting sorting
Selection Text: SPRACHE = D Output language
Title: Remuneration statement
Text Symbol: E23 = with table indicators 6 and 7 for a form
Text Symbol: P13 = No entry in table $ for argument $
Text Symbol: R31 = Control rec.(TP03) missing:
Text Symbol: R40 = Payroll not possible. Payroll period can not be set
Text Symbol: S01 = BranchOfficData
Text Symbol: T01 = Name of form
Text Symbol: X01 = General program control
Text Symbol: X02 = Specific.for evaluations
Text Symbol: X03 = Logging
Text Symbol: X04 = Test options
Text Symbol: X05 = Param.for remuner.statement
Text Symbol: X10 = General program control
Text Symbol: X11 = For-period
Text Symbol: X12 = Orig.per.
Text Symbol: X13 = Alternat.currency
Text Symbol: X99 = Special run
Text Symbol: 001 = Rec.:
Text Symbol: 002 = Wrong country:
Text Symbol: 003 = Wrong version:





Text Symbol: 004 = Wrong table indicator $ in the table 512E
Text Symbol: 005 = Parameter RETROA 2nd or 3rd character not numeric
Text Symbol: 006 = Form: $ Molga: $ no entry present in table 512E
Text Symbol: 010 = Parameter FORM has less than four places
Text Symbol: 011 = Parameter PRINTED has an invalid value
Text Symbol: 012 = The second character of parameter PRINTED has the invalid value
Text Symbol: 013 = Parameter RETROA has invalid value
Text Symbol: 014 = First character of parameter RETROA has the invalid value
Text Symbol: 015 = Parameter DISP-TEST has to be numeric
Text Symbol: 016 = Parameter LANGUAGE has the wrong value
Text Symbol: 017 = Parameter ONLY has the wrong value
Text Symbol: 020 = Number selected personnel numbers
Text Symbol: 021 = Number of printed personnel numbers
Text Symbol: 022 = Number of printed forms
Text Symbol: 023 = Number of printed pages
Text Symbol: 024 = Sort string unknown:
Text Symbol: 025 = LastName
Text Symbol: 026 = 1stName
Text Symbol: 027 = Called window $ (T512E) not defined in T512F!
Text Symbol: 028 = Group number lower than 00
Text Symbol: A01 = Payroll for $ not present!
Text Symbol: APO = '
Text Symbol: B01 = Diff.
Text Symbol: E01 = Cluster´s imported version
Text Symbol: E02 = is not current
Text Symbol: E03 = Imported version:
Text Symbol: E04 = Cluster´s current version:
Text Symbol: E05 = No authorization for cluster L1:
Text Symbol: E08 = POP UP error
Text Symbol: E10 = Cluster´s key
Text Symbol: E21 = Error in table T512E (
Text Symbol: E22 = Table indicators 4 and 5 can not be indicated together


INCLUDES used within this REPORT HBRCEDT0

INCLUDE RPCEDD09.
INCLUDE RPCEDD0L.
INCLUDE RPPPXI19.
INCLUDE RPCEDS09.
INCLUDE RPCEDS19.
INCLUDE RPCEDS29.


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:

No SAP FUNCTION MODULES are executed within this report code!



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