HUACLJN0 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 account using the existing payroll results as a basis...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 HUACLJN0 into the relevant SAP transactions such as SE38 or SE80
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: B_PRAPER = Print current period
Selection Text: B_PRLINE = Print superlines
Selection Text: D_PRAPER = Print current period
Selection Text: D_PRLINE = Print superlines
Selection Text: D_PRRCAL = Print retroactive runs
Selection Text: D_SRRCAL = Sort retroactive runs
Selection Text: D_TYRCAL = Layout of retroactive runs
Selection Text: P_BONDT = Day of bonus accounting run
Selection Text: P_BOTFOR = Form
Selection Text: P_DETFOR = Form
Selection Text: P_ONLSUM = Only totaling required
Selection Text: P_PAYID = Payroll identifier
Selection Text: P_PAYTY = Payroll type
Selection Text: P_POVFOR = Continuation excerpt
Selection Text: P_SPLIT = WTs without work center split
Selection Text: P_TOPFOR = Page header
Title: Payroll Journal CIS
Text Symbol: T1T = Set delimitation attributes
Text Symbol: T0T = Set delimitation sequence
Text Symbol: T0R = Delimitation sequence
Text Symbol: T0L = Poss.delimitation criteria
Text Symbol: T04 = Totals display
Text Symbol: T03 = Payroll excerpts
Text Symbol: T02 = Print format
Text Symbol: 001 = Company code
Text Symbol: 002 = Personnel area
Text Symbol: 003 = Personnel subarea
Text Symbol: 004 = Cost center
Text Symbol: 005 = Employee group
Text Symbol: 006 = EE subgroup
Text Symbol: 007 = Organizational Unit
Text Symbol: 008 = Social insurance number
Text Symbol: 009 = Personnel Number
Text Symbol: 010 = Name
Text Symbol: 099 = Special run
Text Symbol: C01 = Output currency
Text Symbol: C02 = In-period
Text Symbol: C03 = Alternative currency
INCLUDE PCLJDUA9.
INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSUA9.
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.