SAP Reports / Programs | Payroll | Russia(PY-RU) SAP PY

HRUCALC0_CE SAP ABAP Report - Payroll Driver (Russia)







HRUCALC0_CE 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 HRUCALC0_CE 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 HRUCALC0_CE. "Basic submit
SUBMIT HRUCALC0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HRUCALC0_CE 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: TST_ON = D .
Selection Text: SW_INTIM = D .
Selection Text: SCHEMA = D .
Selection Text: RUECK-AB = D .
Selection Text: RADI_NON = D .
Selection Text: RADI_HRF = D .
Selection Text: RADI_EDT = D .
Selection Text: P_VANAM = D .
Selection Text: PRT_PROT = D .
Selection Text: PAYTY = D .
Selection Text: PAYID = D .
Selection Text: OCRSN = D .
Selection Text: HRF_NAME = D .
Selection Text: EDT_VARI = D .
Selection Text: BONDT = D .
Title: Payroll Driver (Russia)
Text Symbol: X99 = Off-cycle payroll
Text Symbol: X98 = Payroll reason
Text Symbol: X21 = Grouping Value
Text Symbol: X20 = Payroll Area Grouping
Text Symbol: X19 = Name of HR Form
Text Symbol: X16 = Display Variant Salary Statement
Text Symbol: X11 = No remun.statement
Text Symbol: X09 = Layout HRFORMS
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 = Remuner. statement parameters
Text Symbol: X04 = Test options
Text Symbol: X03 = Logging
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: N02 = Cumulate net amount according to payment grouping
Text Symbol: N01 = Cumulate net amount for each personnel assignment
Text Symbol: E02 =





Text Symbol: E01 =
Text Symbol: AAA = Key
Text Symbol: 009 = No entry in table:


INCLUDES used within this REPORT HRUCALC0_CE

INCLUDE RPCPLOG0.
INCLUDE H99C_PY_AREA_GROUP_SEL_SCREEN.
INCLUDE RPCFDP09_CE.
INCLUDE RPC2PS00. " CLUSTER OF GENERATED SCHEMAS
INCLUDE RPC2PT00. " CLUSTER OF GENERATED SCHEMAS TEXTS
INCLUDE UP50QDAT. " COMMON PART PSOPER FOR UPDATE TASK
INCLUDE UP50QDAT. " COMMON PART PSOPER FOR UPDATE TASK

INCLUDE RPC2CD09.
INCLUDE RPCFOP00.
INCLUDE RPC2B201.
INCLUDE RPTDAT00. " COMMON PART OTABLES, ADDITIONAL FIELDS
INCLUDE RPTDAT00. " COMMON PART OTABLES, ADDITIONAL FIELDS

INCLUDE RPC4F_0C. " CONSTANTS
INCLUDE RPC4F100.
INCLUDE RPCFVP09.
INCLUDE RPCFDC19_CE.
INCLUDE RPCFPABS.
INCLUDE RPCPR500.
INCLUDE RPUMKC00.
INCLUDE RPCLG000. "XDOALRK009801


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