HSIIFORM is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter HSIIFORM 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DTAKT' struc_content = pme11 kind_of_error = space IMPORTING back = dtakt 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.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = bukrs IMPORTING comp_name = i001-comp_name city = i001-city country = i001-country currency = i001-currency langu = i001-langu chrt_accts = i001-chrt_accts fy_variant = i001-fy_variant EXCEPTIONS not_found = 1.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '62BVK' struc_content = pme02 IMPORTING back = p_varky 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.
MONTH_NAMES_GET CALL FUNCTION 'MONTH_NAMES_GET' EXPORTING language = sy-langu TABLES month_names = i247 EXCEPTIONS month_names_not_found = 01.
PYXX_GET_EVALUATION_PERIODS CALL FUNCTION 'PYXX_GET_EVALUATION_PERIODS' EXPORTING clusterid = 'SI' employeenumber = $pernr inper_modif = $permo * inper = $paper inper = $inper pay_type = $payty pay_ident = $payid bonus_date = $bondt TABLES evaluated_periods = result_tab EXCEPTIONS no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 OTHERS = 4.
HR_CONVERT_CURRENCY_RESULT CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT' EXPORTING country_grouping = '62' * conversion_date = rtdet_wa-evp-fpend conversion_date = acurdt foreign_currency = rtdet_wa-inter-versc-waers local_currency = acurri TABLES result_table = rtdet_wa-inter-rt cumulated_result_table = rtdet_wa-inter-crt EXCEPTIONS invalid_wagetype = 1 error_conversion = 2 OTHERS = 3.
HR_CONVERT_CURRENCY_RESULT_SI CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT_SI' EXPORTING country_grouping = '62' * conversion_date = rtdet_wa-evp-fpend conversion_date = acurdt foreign_currency = rtdet_wa-inter-versc-waers local_currency = acurri TABLES result_table = rtdet_wa-inter-rt cumulated_result_table = rtdet_wa-inter-crt bt = rtdet_wa-inter-bt cup = rtdet_wa-nat-cup cuf = rtdet_wa-nat-cuf EXCEPTIONS invalid_wagetype = 1 error_conversion = 2 OTHERS = 3.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '62BVK' struc_content = pme02 IMPORTING back = p_varky 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.