SAP Reports / Programs

RPCLJNM0 SAP ABAP Report - Payroll journal for Denmark







RPCLJNM0 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 RPCLJNM0 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_M09_CLJN - Payroll journal


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 RPCLJNM0. "Basic submit
SUBMIT RPCLJNM0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLJNM0 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: P_TOPFOR = Page header
Selection Text: P_SPLIT = D Wage type assignment
Selection Text: P_SELCUR = D Alternative currency
Selection Text: P_POVFOR = Continuation excerpt
Selection Text: P_PAYTY = D Payroll type
Selection Text: P_PAYID = D Payroll identifier
Selection Text: P_ONLSUM = D Print totals pages only
Selection Text: P_LASTO = D Only display last result
Selection Text: P_DETFOR = Form
Selection Text: P_DATID = D Date identifier
Selection Text: P_BOTFOR = Form
Selection Text: D_PRRCAL = Print retroactive runs
Title: Payroll journal for Denmark
Text Symbol: SL1 = Print totals pages only
Text Symbol: S11 = Message Text
Text Symbol: S10 = Messages
Text Symbol: S02 = Number of personnel numbers printed:
Text Symbol: S01 = Number of personnel nos. selected :
Text Symbol: P00 = Delimit
Text Symbol: H03 = Paging for total
Text Symbol: H02 = Form totals
Text Symbol: H01 = Paging
Text Symbol: G00 = Totals for all criteria
Text Symbol: E06 = No payroll result found
Text Symbol: E01 = Parameter "Sort: Field name type" not supported
Text Symbol: C01 = Output currency
Text Symbol: 010 = Name
Text Symbol: 009 = Personnel number
Text Symbol: 008 = Alternative pers.no.
Text Symbol: 007 = Organizational unit
Text Symbol: 006 = EE subgroup
Text Symbol: 005 = Employee group
Text Symbol: 004 = Cost center
Text Symbol: 003 = Personnel subarea
Text Symbol: 002 = Personnel area
Text Symbol: 001 = Company code
Text Symbol: SL2 = Print retroactive runs
Text Symbol: T02 = Print format





Text Symbol: T03 = Payroll excerpts
Text Symbol: T04 = Totals display
Text Symbol: T05 = Edit retroactive accounting
Text Symbol: T06 = Form editing
Text Symbol: T0L = Poss.delimitation criteria
Text Symbol: T0R = Delimitation sequence
Text Symbol: T0T = Set delimitation sequence
Text Symbol: T1T = Set delimitation attributes


INCLUDES used within this REPORT RPCLJNM0

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