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

HVECTER1 SAP ABAP Report - Dynamic action routine for vacat. pay and vacat. bonus in termination







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


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 HVECTER1. "Basic submit
SUBMIT HVECTER1 AND RETURN. "Return to original report after report execution complete
SUBMIT HVECTER1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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'


INCLUDES used within this REPORT HVECTER1

INCLUDE MPPDAT00.
INCLUDE PCCLSVE0.
INCLUDE PCCLSVE2.
INCLUDE RPPPXM00.


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:

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.



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