SAP Reports / Programs | Payroll | Venezuela(PY-VE) SAP PY

PCINTVE0 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 PCINTVE0. "Basic submit
SUBMIT PCINTVE0 AND RETURN. "Return to original report after report execution complete
SUBMIT PCINTVE0 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 PCINTVE0

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:

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.



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