HVECLJN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program that generates the Periodic Report on the basis of the 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 HVECLJN0 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_M17_CLJN - Payroll journal
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 = Only display last result
Selection Text: P_ONLSUM = Only pages for totals
Selection Text: P_PAYID = Payroll identifier
Selection Text: P_PAYTY = Payroll type
Selection Text: P_POVFOR = Subs. horizontal selections
Selection Text: P_SELCUR = Alternative currency value
Selection Text: P_SPLIT = WageType without WrkCntr split
Selection Text: P_TOPFOR = Page header
Title: Payroll journal
Text Symbol: S11 = Message text
Text Symbol: S10 = Message
Text Symbol: S02 = Personnel numbers printed:
Text Symbol: S01 = Personnel numbers selected:
Text Symbol: P00 = Restrictns
Text Symbol: H03 = Page break for totals
Text Symbol: H02 = Form totals
Text Symbol: H01 = Page break
Text Symbol: G00 = Sum everything
Text Symbol: E06 = Payroll results not found
Text Symbol: E03 = Invalid form name
Text Symbol: E01 = "Classification: Field Name Type" parameter not input
Text Symbol: C03 = Alternative currency
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 number
Text Symbol: 010 = Name
Text Symbol: 099 = Off-cycle run
Text Symbol: C01 = Output currency
INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSVE0. "VE 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.