RPCPFEQ5 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 RPCPFEQ5 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.
Title: Include RPCPFEQ5
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-104 text_object = 'ATO_GCERT_COPYRIGHT' EXCEPTIONS text_not_found = 1.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdc_tab.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdc_tab.
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = ssf_name IMPORTING fm_name = func_mod_name.
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = ssf_name IMPORTING fm_name = func_mod_name.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdc_tab.
HR_AU_CHECK_3348_OVRLAP CALL FUNCTION 'HR_AU_CHECK_3348_OVRLAP' EXPORTING l_fy_start_date = fe_ppstab-begdt l_fy_end_date = fe_ppstab-enddt p3348comp = p3348 TABLES p3348a = p3348a EXCEPTIONS overlapping_record = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = p0001a-begda end = p0001a-endda IMPORTING hire_date = v_hiredate fire_date = v_firedate TABLES pp0000 = p0000a pp0001 = p0001a pphifi = v_phifi.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' "#EC * EXPORTING basic_list_title = text-121 file_name = myreport head_line1 = header1 head_line2 = header2 * FOOT_NOTE1 = ' ' * FOOT_NOTE2 = ' ' * FOOT_NOTE3 = ' ' lay_out = 0 * DYN_PUSHBUTTON_TEXT1 = * DYN_PUSHBUTTON_TEXT2 = * DYN_PUSHBUTTON_TEXT3 = * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' * CURRENT_REPORT = list_level = '01' "MASPL0K036124 * ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = * NO_ALV_GRID = ' ' * ALV_MARKER = IMPORTING return_code = hr_ret_code TABLES data_tab = error_ftab fieldname_tab = fieldnames * SELECT_TAB = * ERROR_TAB = EXCEPTIONS download_problem = 1 * NO_DATA_TAB_ENTRIES = 2 * TABLE_MISMATCH = 3 * PRINT_PROBLEMS = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.