SAP Reports / Programs

HNZULVPAY SAP ABAP Report - LVPAY Cluster Table Correction Report







HNZULVPAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report identifies and corrects incorrect entries in Advance leave reporting cluster table (LVPAY)...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 HNZULVPAY 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_M43_CLVP - LVPAY correction report


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 HNZULVPAY. "Basic submit
SUBMIT HNZULVPAY AND RETURN. "Return to original report after report execution complete
SUBMIT HNZULVPAY 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: UPDATE = Update
Selection Text: TEST = Test Update
Selection Text: PR_FILE2 = File name
Selection Text: PR_FILE1 = File name
Selection Text: DOWN_ORG = Download old LVPAY
Selection Text: DOWN_MOD = Download modified LVPAY
Title: LVPAY Cluster Table Correction Report
Text Symbol: 099 = Error Log
Text Symbol: 098 = LVPAY Correction Display Log
Text Symbol: 097 = LVPAY Correction Error Log
Text Symbol: 096 = Download to ZLVPAY table
Text Symbol: 095 = Sequential no.
Text Symbol: 094 = In-period
Text Symbol: 093 = For-period
Text Symbol: 092 = Employee Number
Text Symbol: 091 = Test Update in progress
Text Symbol: 090 = Do you really wish to update?
Text Symbol: 089 = Update
Text Symbol: 009 = Export of payroll results to cluster failed
Text Symbol: 008 = Import of payroll results from cluster failed
Text Symbol: 006 = No payroll results in cluster
Text Symbol: 005 = Old LVPAY records file could not be downloaded
Text Symbol: 004 = Corrected LVPAY records file could not be downloaded
Text Symbol: 003 = Payroll periods of modified LVPAY records
Text Symbol: 002 = Execution mode
Text Symbol: 001 = Download to excel file


INCLUDES used within this REPORT HNZULVPAY

INCLUDE HNZULVPAYQF. " FORM 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 HNZULVPAY or its description.