SAP Reports / Programs | Payroll(PY) SAP PY

HSKCJVS3 SAP ABAP Report - Výpoèet RZD - procedury







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


Text pool values


Title: Výpoèet RZD - procedury


INCLUDES used within this REPORT HSKCJVS3

INCLUDE RPPPXD10.
INCLUDE RPC2CD00.
INCLUDE RPPPXD00.
INCLUDE RPPPXM00.
INCLUDE: RPC2RX00.
INCLUDE: PC2RXSK0.
INCLUDE RPC2CD00.


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_AUTHC_DISABLE * CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'. "VII/06

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' "VII/06 * EXPORTING "VII/06 * pernr = pernr "VII/06 * infty = '0015' "VII/06 * BEGDA = begda "VII/06 * ENDDA = endda "VII/06 ** BYPASS_BUFFER = ' ' "VII/06 * tables "VII/06 * infty_tab = p0015 "VII/06 * EXCEPTIONS "VII/06 * INFTY_NOT_FOUND = 1 "VII/06 * OTHERS = 2. "VII/06

PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' "VII/06 EXPORTING "VII/06 clusterid = 'SK' "VII/06 employeenumber = pernr "VII/06 TABLES "VII/06 rgdir = lgdir "VII/06 imported_periods = skres "VII/06 EXCEPTIONS "VII/06 import_error = 1 "VII/06 OTHERS = 2. "VII/06

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = pernr INFTY = '0016' TABLES INFTY_TAB = gt_0016[] EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p0257-pernr INFTY = '0016' TABLES INFTY_TAB = gt_0016[] EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p0256-pernr INFTY = '0016' TABLES INFTY_TAB = gt_0016[] EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE_AUTHC_DISABLE * CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * pernr = pernr * infty = '0015' * BEGDA = loni8_od * ENDDA = '99991231' ** BYPASS_BUFFER = ' ' * tables * infty_tab = p0015 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2.

PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' "VII/06 EXPORTING "VII/06 clusterid = 'SK' "VII/06 employeenumber = pernr "VII/06 TABLES "VII/06 rgdir = l_rgdir "VII/06 imported_periods = skres "VII/06 EXCEPTIONS "VII/06 import_error = 1 "VII/06 OTHERS = 2. "VII/06

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = pernr INFTY = '0016' TABLES INFTY_TAB = gt_0016[] EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'SK' employeenumber = p_pernr sequencenumber = lgdir-seqnr CHANGING payroll_result = l_skres_wa EXCEPTIONS illegal_isocode_or_clusterid = 1 error_generating_import = 2 import_mismatch_error = 3 subpool_dir_full = 4 no_read_authority = 5 no_record_found = 6 versions_do_not_match = 7 error_reading_archive = 8 error_reading_relid = 9 OTHERS = 10.

HR_CONVERT_CURRENCY_RESULT CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT' EXPORTING COUNTRY_GROUPING = '31' CONVERSION_DATE = '20090101' FOREIGN_CURRENCY = p_fcurr LOCAL_CURRENCY = 'EUR' TABLES RESULT_TABLE = p_rt EXCEPTIONS INVALID_WAGETYPE = 1 ERROR_CONVERSION = 2 OTHERS = 3.

HR_CONVERT_CURRENCY_RESULT_SK CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT_SK' EXPORTING COUNTRY_GROUPING = '31' CONVERSION_DATE = '20090101' FOREIGN_CURRENCY = p_fcurr LOCAL_CURRENCY = 'EUR' TABLES RESULT_TABLE = p_rt EXCEPTIONS INVALID_WAGETYPE = 1 ERROR_CONVERSION = 2 OTHERS = 3.

HR_CONVERT_CURRENCY_RESULT CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT' EXPORTING COUNTRY_GROUPING = '31' CONVERSION_DATE = '20090101' FOREIGN_CURRENCY = 'EUR' LOCAL_CURRENCY = 'EUR4' TABLES RESULT_TABLE = p_rt EXCEPTIONS INVALID_WAGETYPE = 1 ERROR_CONVERSION = 2 OTHERS = 3.

HR_CONVERT_CURRENCY_RESULT_SK CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT_SK' EXPORTING COUNTRY_GROUPING = '31' CONVERSION_DATE = '20090101' FOREIGN_CURRENCY = 'EUR' LOCAL_CURRENCY = 'EUR4' TABLES RESULT_TABLE = p_rt EXCEPTIONS INVALID_WAGETYPE = 1 ERROR_CONVERSION = 2 OTHERS = 3.



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