HVECTER0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for External routine of the termination of labor relations (VETER) function...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 HVECTER0 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: LAW_DD = Days legal life
Selection Text: HIRE_YY = Years worked
Selection Text: HIRE_MM = Months worked
Selection Text: HIRE_DD = Days worked
Selection Text: HIRE_DAT = Contract date
Selection Text: FIRE_DAT = Termination date
Selection Text: END = End Date
Selection Text: BON_IAMT = Initial amount Bonus transfer
Selection Text: BON_AAMT = Current amount Bonus transfer
Selection Text: BEGIN = Start date
Selection Text: ABKRS = Payroll frequency (ABKRS)
Selection Text: TSE_AMT = Amount Terminal seniority
Selection Text: SEN_SDO = Seniority balance
Selection Text: SEN_BASE = Seniority basis
Selection Text: SEN_ANT = Amount Seniority advances
Selection Text: SEN_AMT = Cum. amount Seniority
Selection Text: P_MASSN = Reason for event
Selection Text: P_MASSG = Event
Selection Text: PREN_BAS = Notice basis
Selection Text: NUMPER = Personnel number
Selection Text: NORM_SAL = Regular salary
Selection Text: LAW_YY = Years legal life
Selection Text: LAW_MM = Months legal life
Title: Processing of termination of working relationship
INCLUDE PCCONVE0.
INCLUDE PCCLSVE0.
INCLUDE PCCLSVE2.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
HRVE_RETRIEVE_T511K_BY_MOLGA call function 'HRVE_RETRIEVE_T511K_BY_MOLGA' exporting p_molga = pve00_molga p_begda = p_ter_input-begin p_endda = p_ter_input-end tables local_t511k = p_it511k exceptions others = 1.
HRVE_RETRIEVE_T511P_BY_MOLGA call function 'HRVE_RETRIEVE_T511P_BY_MOLGA' exporting p_molga = pve00_molga p_begda = p_ter_input-begin p_endda = p_ter_input-end tables local_t511p = p_it511p exceptions others = 1.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = '17' p_cogrp = 'VLC' p_corr_nr = '00000001' P_val_date = p_ter_input-begin p_act_date = p_ter_input-begin p_simulation = 'X' importing p_aplicate = CONDITION_AP EXCEPTIONS ERROR_LOCKING = 1 OTHERS = 2.
HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'VETRA' struc_content = pme01 importing back = input exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7.
HRVE_SALARY_CONVERSION call function 'HRVE_SALARY_CONVERSION' exporting amount = p_vemin salary_from = 'M' salary_to = 'D' importing amount_conv = p_vemin_daily exceptions invalid_parameters = 1 others = 2.
HRVE_GET_PAYROLL_TYPE call function 'HRVE_GET_PAYROLL_TYPE' exporting pernum = p_ter_input-personal_num beg_date = p_beg_date end_date = p_end_date importing payroll_type = p_pay_type exceptions not_found = 1 others = 2.
HRVE_SALARY_CONVERSION call function 'HRVE_SALARY_CONVERSION' exporting amount = p_amt_salary_from salary_from = p_char_salary_from salary_to = p_char_salary_to importing amount_conv = p_amt_salary_to exceptions invalid_parameters = 1 others = 2.
HRVE_GET_TIME_BETWEEN_DATES call function 'HRVE_GET_TIME_BETWEEN_DATES' exporting beg_date = p_date_beg end_date = p_date_end importing days = p_be_days months = p_be_months years = p_be_years exceptions invalid_period = 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.
HVECTER0 - Processing of termination of working relationship HVECTER0 - Processing of termination of working relationship HVECTAX0 - Income Tax calculation HVECTAX0 - Income Tax calculation HVECSVB0 - Report on state of benefit and interest account HVECSVB0 - Report on state of benefit and interest account