HVECLPH2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for External routine for the function that calculates RPVH Act (Housing Scheme) contributions in accordance with the applicable 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 HVECLPH2 into the relevant SAP transactions such as SE38 or SE80
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: BASE_AMT = Employee wage:
Selection Text: BEGIN = Period start:
Selection Text: END = Period end:
Selection Text: NUMPER = Personnel number:
Title: Calculation of RPVH contributions
Text Symbol: 001 = Employee wage:
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
INCLUDE PCALDVE0. " ALV DEFINITIONS
INCLUDE PCLADVE2. " DATA DEFINITIONS
INCLUDE PCLPHVE1. " LPH FORMS
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.