SAP Reports / Programs

HUACLJN0 SAP ABAP Report - Payroll Journal CIS







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


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 HUACLJN0. "Basic submit
SUBMIT HUACLJN0 AND RETURN. "Return to original report after report execution complete
SUBMIT HUACLJN0 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: 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





Text Symbol: E01 = Parameter "Sort: Field name type" not supported
Text Symbol: E03 = Invalid form name
Text Symbol: E06 = No payroll result found
Text Symbol: G00 = Totals for all criteria
Text Symbol: H01 = Paging
Text Symbol: H02 = Totals formation
Text Symbol: H03 = Paging for total
Text Symbol: P00 = Delimit
Text Symbol: S01 = Number of personnel nos. selected :
Text Symbol: S02 = Number of personnel numbers printed:


INCLUDES used within this REPORT HUACLJN0

INCLUDE PCLJDUA9.
INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSUA9.
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 HUACLJN0 or its description.