HVECTER1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program that executes the external routine of the dynamic measure used for the payment of leave, fractional leave and the vacation bonus within the termination process...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 HVECTER1 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.
Title: Dynamic action routine for vacat. pay and vacat. bonus in termination
Text Symbol: 001 = 'HR_INITIALIZE_BUFFER'
Text Symbol: 002 = 'HR_PERSONAL_WORK_SCHEDULE'
Text Symbol: 003 = 'DAY_IN_WEEK'
INCLUDE MPPDAT00.
INCLUDE PCCLSVE0.
INCLUDE PCCLSVE2.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pspar_pernr infty = c_org_data begda = '18000101' endda = '99991231' tables infty_tab = it0001 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pspar_pernr infty = c_abs_quota begda = '18000101' endda = '99991231' tables infty_tab = it2006 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pernr infty = '2013' tables infty_tab = i2013 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = pspar-pernr infty = c_org_data begda = '18000101' endda = l_day_before_leaving tables infty_tab = it0001 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = pspar-pernr infty = c_pay_stat begda = '18000101' endda = '99991231' tables infty_tab = it0003 exceptions infty_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.
HVECTER1 - Dynamic action routine for vacat. pay and vacat. bonus in termination HVECTER1 - Dynamic action routine for vacat. pay and vacat. bonus in termination HVECTER0 - Processing of termination of working relationship HVECTER0 - Processing of termination of working relationship HVECTAX0 - Income Tax calculation HVECTAX0 - Income Tax calculation