SAP Reports / Programs

HVECLJN0 SAP ABAP Report - Payroll journal







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M17_CLJN - Payroll journal


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





Text Symbol: C02 = In-period
Text Symbol: SL1 = Print only totals pages
Text Symbol: SL2 = Print retroactive acctg
Text Symbol: T02 = Output format
Text Symbol: T03 = Personnel selection
Text Symbol: T04 = Show totals
Text Symbol: T05 = Retroactive acctg layout
Text Symbol: T06 = Form layout
Text Symbol: T0L = Possible restriction criteria
Text Symbol: T0R = Restriction sequence
Text Symbol: T0T = Set restriction sequence
Text Symbol: T1T = Set restriction attributes
Text Symbol: U01 = Tax. employer
Text Symbol: U02 = Tax level
Text Symbol: U03 = Tax authority


INCLUDES used within this REPORT HVECLJN0

INCLUDE RPCLJS09. "MAIN ROUTINES
INCLUDE PCLJSVE0. "VE 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 HVECLJN0 or its description.