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
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.
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:
INCLUDE RPCEDD09.
INCLUDE RPCEDD0L.
INCLUDE RPPPXI19.
INCLUDE RPCEDS09.
INCLUDE RPCEDS19.
INCLUDE RPCEDS29.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.