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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_CLJN - Payroll journal 32
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.
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
INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSMX0. "MEXICAN SPECIFIC ROUTINES
INCLUDE RPCLJSZ9. "CUSTOMER-SPECIFIC ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.