SAP Reports / Programs

RPCKTOP0 SAP ABAP Report - HR-PT: Payroll Accounts







RPCKTOP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-PT: Payroll Accounts This report generates the payroll account for Portugal...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 RPCKTOP0 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_M19_CKTO - HR-PT: Payroll accounts


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 RPCKTOP0. "Basic submit
SUBMIT RPCKTOP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCKTOP0 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: TYP_RCAL = Layout of retroactive runs
Selection Text: SRT_RCAL = Sort retroactive runs
Selection Text: SHOW_INP = D Auch In-Periode anzeigen
Selection Text: P_NOCOLP = Number of columns per page
Selection Text: P_LAST = Display last result only?
Selection Text: P_JUPER = Separate form for legal pers.?
Selection Text: P_FORMED = Form for remun.statement
Selection Text: PRT_RCAL = Print retroactive runs
Selection Text: PRT_LINE = Print superline
Selection Text: PRT_LANG = Output language
Selection Text: PRT_APER = Print current period
Selection Text: FORMULAR = Form for payroll account
Selection Text: EDT_VAR2 = D Fürperiodenanzeigevariante
Selection Text: EDT_VAR1 = D Inperiodenanzeigevariante
Selection Text: ARC_DISP = D Display file
Title: HR-PT: Payroll Accounts
Text Symbol: X02 = Input parameter using variant of RPCEDT
Text Symbol: X01 = Manual input parameter
Text Symbol: T09 = Frequency
Text Symbol: T08 = Quarterly
Text Symbol: T07 = Mnthly
Text Symbol: T06 = In-period
Text Symbol: T05 = Output currency
Text Symbol: T04 = Alternative currency
Text Symbol: T03 = Form for remun.statement
Text Symbol: T02 = Output format when accessing remun.statement
Text Symbol: T01 = Form for payroll account
Text Symbol: F01 = Output control
Text Symbol: APO = '
Text Symbol: 108 = No entry in table T549Q for
Text Symbol: 107 = Payroll area $ is not in table T549A
Text Symbol: 001 = T512E,F INCOMPATIBLE, WINDOW


INCLUDES used within this REPORT RPCKTOP0

No INCLUDES are used within this REPORT code!


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