SAP Reports / Programs

RPCALCT0 SAP ABAP Report - Payroll driver CZ







RPCALCT0 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 RPCALCT0 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 RPCALCT0. "Basic submit
SUBMIT RPCALCT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCALCT0 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 = Test run (no update)
Selection Text: SW_INTIM = Integration with Time Managemt
Selection Text: SCHEMA = Schema
Selection Text: RUECK-AB = Forced retro.accounting as of
Selection Text: P_VANAM = Display variant for log
Selection Text: PRT_PROT = Display log
Title: Payroll driver CZ
Text Symbol: 024 = Tax discount for taxpayer - basic :
Text Symbol: 025 = Tax discount - personal :
Text Symbol: 027 = Not applied tax discounts :
Text Symbol: 028 = Original advance tax - before discounts :
Text Symbol: 029 = Original tax discount for taxpayer - basic :
Text Symbol: 030 = Original tax discount - personal :
Text Symbol: 031 = Original calculated tax - after tax discounts:
Text Symbol: 032 = Original not applied tax discounst :
Text Symbol: 033 = Calculated solidarity tax :
Text Symbol: 034 = Calculated solidarity tax :
Text Symbol: 035 = Tax concession for children - origin.:
Text Symbol: 036 = Tax bonus for children :
Text Symbol: 037 = Calculated tax - after tax discounts :
Text Symbol: AAA = Key
Text Symbol: R48 = Invalid field $ in line :
Text Symbol: R62 = Table $ not supported in operation TABLE
Text Symbol: TC1 = No Pay. CC PAr Cost ctr Order ActTy Send CC PAr Cost ctr
Text Symbol: X01 = General program control
Text Symbol: X02 = Details for reporting
Text Symbol: X03 = Log
Text Symbol: X04 = Test options
Text Symbol: X05 = Remuneration statement parameters
Text Symbol: X06 = Display variant remun.statement
Text Symbol: X07 = Display variant for log
Text Symbol: X08 = Also display time data processing log
Text Symbol: X09 = Name for HR form
Text Symbol: X11 = Don't print remun.stat.
Text Symbol: X98 = Payroll reason
Text Symbol: X99 = Off-cycle payroll
Text Symbol: 023 = Advance tax before tax discounts :
Text Symbol: $00 = Last update on : 24/06/1998 17:43:47





Text Symbol: $01 = ***************************************************************************
Text Symbol: $02 = * ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! *
Text Symbol: $03 = ***************************************************************************
Text Symbol: $04 = * *
Text Symbol: $05 = * Please maintain text elements in table T52CT instead of here *
Text Symbol: $06 = * Then start report RPUTXT00 to maintain the new text elements *
Text Symbol: $07 = * in the text pool of the report selected *
Text Symbol: $08 = * *
Text Symbol: $09 = ***************************************************************************
Text Symbol: $10 = * ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! *
Text Symbol: $11 = ***************************************************************************
Text Symbol: $12 = * *
Text Symbol: $13 = * Please update the text elements in table T52CT instead of here *
Text Symbol: $14 = * Then start report RPUTXT00 to update the text pool of the *
Text Symbol: $15 = * selected report with the new text elements *
Text Symbol: $16 = * *
Text Symbol: $17 = ***************************************************************************
Text Symbol: 001 = Divide?
Text Symbol: 002 = Houres bef.
Text Symbol: 003 = Divide?
Text Symbol: 004 = Houres bef.
Text Symbol: 009 = No entry in table:
Text Symbol: 010 = Calculat.tax -before deduction:
Text Symbol: 011 = Advance tax - before discount :
Text Symbol: 012 = Tax concession for children :
Text Symbol: 013 = Tax discount for children :
Text Symbol: 014 = Calculated tax - final :
Text Symbol: 015 = Calculated tax - final :
Text Symbol: 016 = Tax discount for children - original :
Text Symbol: 017 = Tax bonus for children - original :
Text Symbol: 018 = Calculated tex - final original :
Text Symbol: 019 = Advance tax before discount - origin.:
Text Symbol: 020 = Tax bonus f.children-correction:
Text Symbol: 021 = Tax discount f.children-correc.:
Text Symbol: 022 = Advance tax after disc.-correc.:


INCLUDES used within this REPORT RPCALCT0

INCLUDE RPCPLOG0. "XDOALRK054017
INCLUDE RPC2PS00. " CLUSTER OF GENERATED SCHEMAS
INCLUDE RPC2PT00. " CLUSTER OF GENERATED SCHEMAS TEXTS
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 "VKIK028654
INCLUDE RPC4F100.
INCLUDE RPCFVP09.
INCLUDE RPCFPABS.
INCLUDE PCBURZCZ0. "XTWPH9K013018
INCLUDE RPCPR500. "XDO
INCLUDE RPUMKC00.
INCLUDE RPCLG000. "XDOALRK000847
INCLUDE RPCNEWT0.


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