PCPSRVE0 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 PCPSRVE0 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.
INCLUDE PCTABVE0.
INCLUDE PCSCRVE0.
INCLUDE PCERMVE0.
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = GD_ADDRESS_SELECTION IMPORTING ADDRESS_VALUE = ADDRESS_DATA EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = GD_ADDRESS_SELECTION IMPORTING ADDRESS_VALUE = ADDRESS_DATA EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
HRVE_CONVERT_CURR_NAT_PAY_TABS call function 'HRVE_CONVERT_CURR_NAT_PAY_TABS' exporting iv_target_currency = gv_calc_currency iv_currency_rate_date = gv_currency_rate_date CHANGING * CT_SI_EVAL = si_eval[] * CT_TAX = tax[] * CT_TAX_EVAL = TAX_EVAL[] * CT_SEN_EVAL = SEN_EVAL[] CT_PS_EVAL = PS_EVAL[] * CT_INC_EVAL = INC_EVAL[] * CT_LPH_EVAL = LPH_EVAL[] * CT_INT_EVAL = INT_EVAL[] * CT_ABS_EVAL = ABS_EVAL[] EXCEPTIONS ERROR = 1 OTHERS = 2 .
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = SPACE NO_IMG = SPACE EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = P_REP_FIRST_DATE END = P_REP_LAST_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING LANGUAGE = SY-LANGU COMPANYCODE = P_COMPANY IMPORTING COMP_NAME = P_COMP_NAME EXCEPTIONS NOT_FOUND = 1.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = P_PERNR_PERNR TABLES IN_RGDIR = P_RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING VOID_INDICATOR = SPACE TABLES IN_RGDIR = P_IN_RGDIR OUT_RGDIR = P_OUT_RGDIR EXCEPTIONS OTHERS = 1.
CD_SELECT_JUPER CALL FUNCTION 'CD_SELECT_JUPER' EXPORTING JUPER_LOW = P_EMPLOYEE_JUPER JUPER_HIGH = P_EMPLOYEE_JUPER TABLES IN_RGDIR = P_IN_RGDIR OUT_RGDIR = P_OUT_RGDIR EXCEPTIONS OTHERS = 1.
CD_SELECT_DATE_RANGE CALL FUNCTION 'CD_SELECT_DATE_RANGE' EXPORTING FPPER_BEGDA = P_BEGDA FPPER_ENDDA = P_ENDDA TABLES IN_RGDIR = P_IN_RGDIR OUT_RGDIR = P_OUT_RGDIR EXCEPTIONS OTHERS = 1.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING RECORD_TYPE = C_ACTUAL TABLES IN_RGDIR = P_IN_RGDIR OUT_RGDIR = P_OUT_RGDIR EXCEPTIONS OTHERS = 1.
HR_CONVERT_CURRENCY_RESULT call function 'HR_CONVERT_CURRENCY_RESULT' exporting country_grouping = '17' conversion_date = gv_currency_rate_date foreign_currency = versc-waers local_currency = gv_calc_currency * PERNR = * SEQNR = TABLES RESULT_TABLE = rt * CUMULATED_RESULT_TABLE = crt * SUBSEQUENT_TIME_TICKET_TABLE = * ARREARS_TABLE = * DEDUCTION_TABLE = * AVERAGE_TABLE = * CHANGING * P_BUFFER_T512W = EXCEPTIONS INVALID_WAGETYPE = 1 ERROR_CONVERSION = 2 OTHERS = 3.
HRVE_GET_TIME_BETWEEN_DATES CALL FUNCTION 'HRVE_GET_TIME_BETWEEN_DATES' EXPORTING BEG_DATE = P_FIRST_DATE END_DATE = P_LAST_DATE IMPORTING DAYS = DATE_STRUCT-DAYS MONTHS = DATE_STRUCT-MONTHS YEARS = DATE_STRUCT-YEARS EXCEPTIONS INVALID_PERIOD = 1 OTHERS = 2.
HRVE_CONVERT_CURR_NAT_PAY_TABS call function 'HRVE_CONVERT_CURR_NAT_PAY_TABS' exporting iv_target_currency = gv_calc_currency iv_currency_rate_date = gv_currency_rate_date CHANGING * CT_SI_EVAL = si_eval[] * CT_TAX = tax[] * CT_TAX_EVAL = TAX_EVAL[] * CT_SEN_EVAL = SEN_EVAL[] CT_PS_EVAL = PS_EVAL[] * CT_INC_EVAL = INC_EVAL[] * CT_LPH_EVAL = LPH_EVAL[] * CT_INT_EVAL = INT_EVAL[] * CT_ABS_EVAL = ABS_EVAL[] EXCEPTIONS ERROR = 1 OTHERS = 2 .
CD_SELECT_PAYTY_RANGE CALL FUNCTION 'CD_SELECT_PAYTY_RANGE' TABLES IN_RGDIR = P_OUT_RGDIR_A OUT_RGDIR = P_OUT_RGDIR_B PAYTY_TAB = P_PAY_TYPE_TABLE.
HRVE_GET_CURRENCY call function 'HRVE_GET_CURRENCY' exporting iv_currency_determination_date = p_currency_determination_date IMPORTING EV_CURRENCY = p_currency EV_CURRENCY_RATE_DATE = p_currency_rate_date ev_error_text = lv_error_text EXCEPTIONS ERROR = 1 OTHERS = 2 .
H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant options = l_options EXCEPTIONS OTHERS = 99.
H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant i_data_struc = ls_pdf_data EXCEPTIONS OTHERS = 99.
CALL FUNCTION 'H99B_CLOSE_LFORM_JOB' EXCEPTIONS OTHERS = 99.
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 PCPSRVE0 or its description.