HRUCALC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 HRUCALC0 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: TST_ON = Test run (no update)
Selection Text: SW_INTIM = Integration with Time Managemt
Selection Text: SCHEMA = Payroll schema
Selection Text: RUECK-AB = Forced retro.accounting as of
Selection Text: P_VANAM = Layout for Log
Selection Text: PRT_PROT = Display log
Selection Text: PAYTY = Payroll schema
Selection Text: PAYID =
Selection Text: OCRSN =
Selection Text: EDT_VARI =
Selection Text: BONDT =
Title: Payroll Driver (Russia)
Text Symbol: X99 = Off-cycle payroll
Text Symbol: X98 = Payroll reason
Text Symbol: X19 = Name des HR-Formulars
Text Symbol: X16 = Anzeigevariante Entgeltnachweis
Text Symbol: X11 = No Remuneration Statement
Text Symbol: X09 = Name of the HR Form
Text Symbol: X08 = Also display time data processing log
Text Symbol: X07 = Layout for Log
Text Symbol: X06 = Layout for remun.statement
Text Symbol: X05 = Remuneration statement parameters
Text Symbol: X04 = Test options
Text Symbol: X03 = Log
Text Symbol: X02 = Details for reporting
Text Symbol: X01 = General program control
Text Symbol: TC1 = No Pay. CC PAr Cost ctr Order ActTy Send CC PAr Cost ctr
Text Symbol: R63 = Absences list not selected for payroll run
Text Symbol: R62 = Table $ not supported in operation TABLE
Text Symbol: R48 = Invalid field $ in line :
Text Symbol: ES0 = Benötigtes Customizing nicht vorhanden
Text Symbol: ER3 = Fehlendes Customizing
Text Symbol: ER1 = Aper nicht korrekt aufgebaut
Text Symbol: AAA = Key
Text Symbol: 009 = No entry in table:
INCLUDE RPCPLOG0.
INCLUDE RPC2PS00. " CLUSTER OF GENERATED SCHEMAS
INCLUDE RPC2PT00. " CLUSTER OF GENERATED SCHEMAS TEXTS
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.