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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M21_CEDT - Remuneration 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.
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
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.
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.