SAP Reports / Programs | Payroll(PY) SAP PY

HSIIFORM SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT HSIIFORM

No INCLUDES are used within this REPORT code!


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_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.



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