SAP Reports / Programs

RPCEDTH0 SAP ABAP Report - Payroll results







RPCEDTH0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCEDTH0 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_M21_CEDT - 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 RPCEDTH0. "Basic submit
SUBMIT RPCEDTH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCEDTH0 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 = Print actual period
Selection Text: ANZ-TEST = Number of test forms
Selection Text: BONDT = Payment date
Selection Text: FORMULAR = Form name
Selection Text: ONLY = Print super lines
Selection Text: PAYID = Payroll ID
Selection Text: PAYTY = Payroll type
Selection Text: RUECKD = Print retroactive payrolls
Selection Text: RUECKR = Display retroactive payroll
Selection Text: SORT_RR = Sort retroactive payroll
Selection Text: SPRACHE = Output language
Title: Payroll accounting results
Text Symbol: 010 = Parameter FORMULAR contains less than 4 spaces
Text Symbol: 006 = Form: Molga $: entry $ in table 512E not available
Text Symbol: 005 = Form: $ VISSZAM.SZ: $ not numeric character 2 or 3
Text Symbol: 004 = Wrong table code $ in table 512E
Text Symbol: 003 = Wrong version
Text Symbol: 002 = Wrong country
Text Symbol: 001 = Record:
Text Symbol: 020 = Number of selected pers. 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 = Unknown sorting term:
Text Symbol: 025 = Family nme
Text Symbol: 026 = Given name
Text Symbol: 027 = Window $ (T512E) is not defined in T512F
Text Symbol: 028 = Group number is less than 00
Text Symbol: A01 = No accounting available to $!
Text Symbol: APO = '
Text Symbol: 017 = Parameter ONLY contains invalid value
Text Symbol: E02 = not actual
Text Symbol: E01 = Imported cluster version:
Text Symbol: 011 = Parameter ANDRUCK contains invalid value
Text Symbol: 012 = Second character of parameter ANDRUCK contains invalid value
Text Symbol: 013 = Parameter RUECKD contains invalid value
Text Symbol: 014 = First character of parameter RUECKR contains invalid value
Text Symbol: 015 = Parameter ANZ-TEST should be numeric





Text Symbol: 016 = Parameter SPRACHE contains invalid value
Text Symbol: E03 = Imported version:
Text Symbol: X99 = Sep. run
Text Symbol: X13 = Alternative curr.
Text Symbol: E04 = Actual cluster version:
Text Symbol: E10 = Cluster key
Text Symbol: E21 = Error in T512E (table
Text Symbol: E22 = codes 4 and 5 cannot be defined
Text Symbol: E23 = with table codes 6 and 7 in the same form)
Text Symbol: P13 = No entry in table $, for argument $
Text Symbol: R31 = Admin. record (PA03)
Text Symbol: R40 = Payroll not possible, payroll period cannot be set
Text Symbol: T01 = FormName
Text Symbol: X05 = Remuneration statement parameters
Text Symbol: X10 = Output currency
Text Symbol: X11 = For-period
Text Symbol: X12 = In-period


INCLUDES used within this REPORT RPCEDTH0

INCLUDE RPCEDD0L.
INCLUDE RPCIFTH0. "INFOTYPES, HUNGARY
INCLUDE RPC2RX09. "GENERAL
INCLUDE RPC2RHH0. "COUNTRY DEPENDANT (HUNGARY)
INCLUDE RPCFVP09.
INCLUDE RPCFVPX0.
INCLUDE RPPPXI19.
INCLUDE RPCEDS09.
INCLUDE RPCEDS19.
INCLUDE RPCEDS29.
INCLUDE RPCEDS39.


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