SAP Reports / Programs

HMXCLJN0 SAP ABAP Report - Payroll journal







HMXCLJN0 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 payroll journal from already existing payroll results...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 HMXCLJN0 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_M32_CLJN - Payroll journal 32


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 HMXCLJN0. "Basic submit
SUBMIT HMXCLJN0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCLJN0 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: D_PRRCAL = Print retroactive accounting
Selection Text: P_BOTFOR = Form
Selection Text: P_DATID = Date identifier
Selection Text: P_DETFOR = Form
Selection Text: P_LASTO = Display last result only
Selection Text: P_ONLSUM = Only totals pages
Selection Text: P_PAYID = Payroll identifier
Selection Text: P_PAYTY = Payroll type
Selection Text: P_POVFOR = Subsequent payroll excerpts
Selection Text: P_SELCUR = Alternative currency value
Selection Text: P_SPLIT = WageTypes w/out work ctr split
Selection Text: P_TOPFOR = Page header
Title: Payroll journal
Text Symbol: C03 = Alternat. currency
Text Symbol: E01 = Parameter "Sort: field name type" not sustained
Text Symbol: E03 = Form name not valid
Text Symbol: E06 = Payroll result not found
Text Symbol: G00 = All totals
Text Symbol: H01 = Page break
Text Symbol: H02 = Form totals
Text Symbol: H03 = Page break for totals
Text Symbol: P00 = Limitation
Text Symbol: S01 = Number of personnel nos. selected:
Text Symbol: S02 = No. of personnel numbers printed:
Text Symbol: S10 = Messages
Text Symbol: C02 = In-period
Text Symbol: 001 = Co. Code
Text Symbol: 002 = Personnel area
Text Symbol: 003 = Personnel subarea
Text Symbol: 004 = Cost center
Text Symbol: 005 = Employee group
Text Symbol: 006 = Employee subgrp
Text Symbol: 007 = Organizational unit
Text Symbol: 008 = Social Insurance number
Text Symbol: 009 = Personnel no.
Text Symbol: 010 = Name
Text Symbol: 099 = Off-C.Run
Text Symbol: C01 = Output currency





Text Symbol: T1T = Set attributes for restriction
Text Symbol: T0T = Set restriction sequence
Text Symbol: T0R = Delimitation sequence
Text Symbol: T0L = Poss. restriction criteria
Text Symbol: T06 = Period form
Text Symbol: T05 = Rep.Retroact.Acctg
Text Symbol: T04 = Totals display
Text Symbol: T03 = Employee sections
Text Symbol: T02 = Output format
Text Symbol: SL2 = Print retroactive acctg
Text Symbol: SL1 = Print totals pages only
Text Symbol: S11 = Message text


INCLUDES used within this REPORT HMXCLJN0

INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSMX0. "MEXICAN SPECIFIC ROUTINES
INCLUDE RPCLJSZ9. "CUSTOMER-SPECIFIC ROUTINES


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