SAP Reports / Programs

RPCKTOG0 SAP ABAP Report - Payroll Accounts







RPCKTOG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates the British payroll account...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 RPCKTOG0 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_M08_CKTO - Payroll account 08


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 RPCKTOG0. "Basic submit
SUBMIT RPCKTOG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCKTOG0 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: ARC_DISP = D Archivierte Abrech. Ergebnisse
Selection Text: EDT_VAR1 = D In-Period Layout
Selection Text: EDT_VAR2 = D For-Period Layout
Selection Text: FORMULAR = Form for payroll account
Selection Text: PRT_APER = Print current period
Selection Text: PRT_LANG = Output language
Selection Text: PRT_LINE = Print superlines
Selection Text: PRT_RCAL = Print retroactive runs
Selection Text: P_ACURR = Alternative currency
Selection Text: P_FORMED = Form for remuner. statement
Selection Text: P_FPCUR = For-period
Selection Text: P_JUPER = Separate form for leg. person?
Selection Text: P_LAST = Display last result only?
Selection Text: P_NOCOLP = Number of columns per page
Selection Text: P_SELCUR =
Selection Text: SHOW_INP = D Kontextsensitive Anzeige
Selection Text: SRT_RCAL = Sort retroactive runs
Selection Text: TYP_RCAL = Layout of retroactive runs
Title: Payroll Accounts
Text Symbol: X02 = Parameter input using variant
Text Symbol: X01 = Manual parameter input
Text Symbol: T09 = Periods
Text Symbol: T08 = Quarterly
Text Symbol: T07 = Monthly
Text Symbol: T06 = For-period
Text Symbol: T05 = Output currency
Text Symbol: T04 = Alternative currency
Text Symbol: 001 = T512E,F INCOMPATIBLE, WINDOW
Text Symbol: 101 = AB SA FM KD RT MB TT BBNo BGR
Text Symbol: 102 = From To FM KD RT MB TT BBNo BGR BENEF
Text Symbol: 103 = BBNo AB TT GD BBNo AB TT GD
Text Symbol: 104 = SA
Text Symbol: 105 = From To BBNo TT BBNo TT
Text Symbol: 106 = FROM TO BENEF GD FROM TO BENEF GD RV
Text Symbol: 107 = Payroll area $ is not in table T549A
Text Symbol: 108 = No entry in table T549Q for
Text Symbol: APO = '
Text Symbol: F01 = Output options





Text Symbol: NON = no
Text Symbol: P01 = April
Text Symbol: P02 = May
Text Symbol: P03 = June
Text Symbol: P04 = July
Text Symbol: P05 = August
Text Symbol: P06 = Septemb.
Text Symbol: P07 = October
Text Symbol: P08 = November
Text Symbol: P09 = December
Text Symbol: P10 = January
Text Symbol: P11 = February
Text Symbol: P12 = March
Text Symbol: T01 = Form for payroll account
Text Symbol: T02 = Output settings for detail view
Text Symbol: T03 = Form for remuneration statement


INCLUDES used within this REPORT RPCKTOG0

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