SAP Reports / Programs | Payroll | Venezuela(PY-VE) SAP PY

HVECINT1 SAP ABAP Report - Calculation of interests over severance







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


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





Text Symbol: 030 = Wage type - accumulated capital:
Text Symbol: 031 = Wage type - Interests:
Text Symbol: 032 = Wage type results:
Text Symbol: 033 = 'AT': AnnualTotal(with or w/oCapitalization)
Text Symbol: 034 = Error processing function HRVE_GET_PAYROLL_FREQUENCY
Text Symbol: 035 = Error processing function HRVE_RETRIEVE_T511K_BY_MOLGA
Text Symbol: 036 = 'VEINW' constant not found in table T511K
Text Symbol: 037 = 'VEINW' constant not found in table T511K
Text Symbol: 051 = Type
Text Symbol: 052 = Date


INCLUDES used within this REPORT HVECINT1

INCLUDE PCITDVE0.


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:

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.



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