PCINTVE0 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 PCINTVE0 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!
HRVE_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRVE_READ_RGDIR_PAYRESULTS' EXPORTING PERNR = p_pernr BEGDA = new_begda ENDDA = new_endda iv_target_currency = calc_currency iv_currency_rate_date = aper-endda TABLES PAYVE_RESULT = lc_results EXCEPTIONS ERROR_IN_CU_READ_RGDIR = 1 ERROR_IN_CD_SELECT_DATE_RANGE = 2 ERROR_IN_CD_SELECT_SRTZA = 3 ERROR_IN_CD_SELECT_VOID = 4 ERROR_IN_CD_SELECT_PAYTY_RANGE = 5 ERROR_IN_CD_SELECT_PAYID_RANGE = 6 ERROR_IN_CD_SELECT_FPPER = 7 ERROR_IN_CD_SELECT_PERMO = 8 ERROR_IN_CD_SELECT_ABKRS = 9 ERROR_IN_CD_SELECT_JUPER = 10 ERROR_IN_READ_RGDIR_PAYRESULTS = 11 ERROR_INCORRECT_DATE_RANGE = 12 ERROR_INCORRECT_FPPER_RANGE = 13 ERROR_OTHERS = 14 OTHERS = 15.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p_pernr INFTY = '0078' TABLES INFTY_TAB = lc_p0078 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HRVE_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRVE_READ_RGDIR_PAYRESULTS' EXPORTING PERNR = p_pernr BEGDA = lc_begda ENDDA = lc_endda READ_ONLY_BUFFER = 'X' iv_target_currency = calc_currency iv_currency_rate_date = aper-endda TABLES PAYVE_RESULT = lc_results buffer_rgdir = rgdir EXCEPTIONS ERROR_IN_CU_READ_RGDIR = 1 ERROR_IN_CD_SELECT_DATE_RANGE = 2 ERROR_IN_CD_SELECT_SRTZA = 3 ERROR_IN_CD_SELECT_VOID = 4 ERROR_IN_CD_SELECT_PAYTY_RANGE = 5 ERROR_IN_CD_SELECT_PAYID_RANGE = 6 ERROR_IN_CD_SELECT_FPPER = 7 ERROR_IN_CD_SELECT_PERMO = 8 ERROR_IN_CD_SELECT_ABKRS = 9 ERROR_IN_CD_SELECT_JUPER = 10 ERROR_IN_READ_RGDIR_PAYRESULTS = 11 ERROR_INCORRECT_DATE_RANGE = 12 ERROR_INCORRECT_FPPER_RANGE = 13 ERROR_OTHERS = 14 OTHERS = 15.
HRVE_GET_EVAL_BALANCES CALL FUNCTION 'HRVE_GET_EVAL_BALANCES' IMPORTING SENIORITY_BALANCE = sen_rest-sengr TABLES SEN_EVAL = p_sen_eval.
HRVE_READ_T596F call function 'HRVE_READ_T596F' EXPORTING sname = p_c_veint endda = p_aper_endda IMPORTING pgmna = p_veint_pgmna modna = p_veint_modna EXCEPTIONS not_found = 1 others = 2.
HRVE_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRVE_READ_RGDIR_PAYRESULTS' EXPORTING PERNR = p_pernr BEGDA = lc_begda ENDDA = lc_begda IV_TARGET_CURRENCY = calc_currency IV_CURRENCY_RATE_DATE = aper-endda READ_ONLY_BUFFER = 'X' TABLES PAYVE_RESULT = lc_results BUFFER_RGDIR = rgdir EXCEPTIONS ERROR_IN_CU_READ_RGDIR = 1 ERROR_IN_CD_SELECT_DATE_RANGE = 2 ERROR_IN_CD_SELECT_SRTZA = 3 ERROR_IN_CD_SELECT_VOID = 4 ERROR_IN_CD_SELECT_PAYTY_RANGE = 5 ERROR_IN_CD_SELECT_PAYID_RANGE = 6 ERROR_IN_CD_SELECT_FPPER = 7 ERROR_IN_CD_SELECT_PERMO = 8 ERROR_IN_CD_SELECT_ABKRS = 9 ERROR_IN_CD_SELECT_JUPER = 10 ERROR_IN_READ_RGDIR_PAYRESULTS = 11 ERROR_INCORRECT_DATE_RANGE = 12 ERROR_INCORRECT_FPPER_RANGE = 13 ERROR_OTHERS = 14 OTHERS = 15.
HRVE_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRVE_READ_RGDIR_PAYRESULTS' EXPORTING PERNR = p_pernr BEGDA = P_CHECK_DATE_PY ENDDA = P_APER_ENDDA READ_ONLY_BUFFER = 'X' IV_TARGET_CURRENCY = calc_currency IV_CURRENCY_RATE_DATE = aper-endda TABLES PAYVE_RESULT = lc_results BUFFER_RGDIR = rgdir EXCEPTIONS ERROR_IN_CU_READ_RGDIR = 1 ERROR_IN_CD_SELECT_DATE_RANGE = 2 ERROR_IN_CD_SELECT_SRTZA = 3 ERROR_IN_CD_SELECT_VOID = 4 ERROR_IN_CD_SELECT_PAYTY_RANGE = 5 ERROR_IN_CD_SELECT_PAYID_RANGE = 6 ERROR_IN_CD_SELECT_FPPER = 7 ERROR_IN_CD_SELECT_PERMO = 8 ERROR_IN_CD_SELECT_ABKRS = 9 ERROR_IN_CD_SELECT_JUPER = 10 ERROR_IN_READ_RGDIR_PAYRESULTS = 11 ERROR_INCORRECT_DATE_RANGE = 12 ERROR_INCORRECT_FPPER_RANGE = 13 ERROR_OTHERS = 14 OTHERS = 15.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.