HVECINT1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for External routines for the Monthly Interest Calculation (VEMIN) and Annual Interest Calculation (VEAIN) functions...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 HVECINT1 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: ANNUAL = Annual Process
Selection Text: BEG = Start date of period
Selection Text: END = End date of period
Selection Text: MONTHLY = Monthly Process
Selection Text: NUMPER = Personnel number
Selection Text: TERMINA = Termination Process
Title: Calculation of interests over severance
Text Symbol: 021 = InternalError
Text Symbol: 022 = No valid information in infotype 0001
Text Symbol: 023 = No valid data in table T7VE02
Text Symbol: 024 = No valid data in table T7VEDI
Text Symbol: 025 = Estimated Interests over Severance for year:
Text Symbol: 027 = Month
Text Symbol: 020 = 'AS': Advances
Text Symbol: 019 = 'AS': Annual seniority
Text Symbol: 018 = 'MW': Monthly seniority
Text Symbol: 016 = Estimated Interests over Severance for month of:
Text Symbol: 015 = Interest Rate valid in period:
Text Symbol: 014 = Total accumulated in previous period:
Text Symbol: 001 = You must enter employee number
Text Symbol: 002 = You must enter start date of calculation period
Text Symbol: 003 = You must enter the end date of calculation period
Text Symbol: 004 = The start date must not be greater than end date for period
Text Symbol: 006 = No valid information in infotype 0401
Text Symbol: 007 = Error processing function HRVE_GET_LAST_DAY_OF_MONTH
Text Symbol: 008 = Error reading internal table SEN (infotype 0401)
Text Symbol: 009 = No valid entries in table T7VEIN
Text Symbol: 010 = Employee no.:
Text Symbol: 011 = Deposits / Advances
Text Symbol: 012 = Interest accumulated in period:
Text Symbol: 013 = Total accumulates in period:
Text Symbol: 053 = Dep./Advn.
Text Symbol: 054 = Rate (%)
Text Symbol: 055 = Interest(Bs.)
Text Symbol: 056 = Int. (Bs.)
Text Symbol: 058 = No valid information in infotype 0000.
Text Symbol: 028 = Calulation period for Termination Process:
Text Symbol: 029 = New record generated:
INCLUDE PCITDVE0.
No SAP DATABASE tables are accessed within this REPORT code!
RP_LAST_DAY_OF_MONTHS call function 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = p_date IMPORTING last_day_of_month = p_last_day EXCEPTIONS day_in_no_date = 1 others = 2.
HRVE_READ_T7VEIN call function 'HRVE_READ_T7VEIN' EXPORTING date_to_month = p_date itype = p_itype IMPORTING intrt = p_intrt flag = p_int_mark EXCEPTIONS not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HVECINT1 - Calculation of interests over severance HVECINT1 - Calculation of interests over severance HVECINT0 - Calculation of interests over severance HVECINT0 - Calculation of interests over severance HVECINR0 - Report on quaterly contribution from company to INCES HVECINR0 - Report on quaterly contribution from company to INCES