SAP Reports / Programs

HVECLPH1 SAP ABAP Report - Calculation of LPH payments







HVECLPH1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for External routine of the Housing Policy Act (LPH) contribution calculation function, in accordance with current legislation...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 HVECLPH1 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 HVECLPH1. "Basic submit
SUBMIT HVECLPH1 AND RETURN. "Return to original report after report execution complete
SUBMIT HVECLPH1 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: BASE_AMT = Employee wage:
Selection Text: BEGIN = Period start:
Selection Text: END = Period end:
Selection Text: NUMPER = Personnel number:
Title: Calculation of LPH payments
Text Symbol: 001 = Employee wage:
Text Symbol: 002 = Maximum wage LPH:
Text Symbol: 003 = Calculation basis:
Text Symbol: 004 = Employee deduction percentage:
Text Symbol: 005 = Company contribution percentage:
Text Symbol: 006 = Employee deduction amount:
Text Symbol: 007 = Company contribution amount:
Text Symbol: 008 = Payroll period: &1 - &2
Text Symbol: 022 = C.
Text Symbol: 023 = Conc.
Text Symbol: 024 = Concept
Text Symbol: 025 = Am
Text Symbol: 026 = Amt
Text Symbol: 027 = Amt
Text Symbol: 028 = Personnel number:
Text Symbol: 029 = Error in REUSE_ALV_LIST_DISPLAY function


INCLUDES used within this REPORT HVECLPH1

No INCLUDES are used within this REPORT code!


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:

HRVE_SALARY_CONVERSION * call function 'HRVE_SALARY_CONVERSION' * EXPORTING * amount = p_lph_max * salary_from = 'M' * salary_to = p_frequency * IMPORTING * amount_conv = p_lph_max * EXCEPTIONS * invalid_parameters = 1 * others = 2.



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 HVECLPH1 or its description.