PCFERBR3 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 PCFERBR3 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!
HR_OC_INSERT_BATCH CALL FUNCTION 'HR_OC_INSERT_BATCH' EXPORTING * SEQUENCE_NUMBER = '00000' replace = ' ' * LAUFD = * LAUFI = ' ' fu_dialog = ppo_dialog_oc country_grp = pbr99_molga TABLES employees = ppo_ee EXCEPTIONS insert_not_successful = 1 OTHERS = 2.
HR_PL_IMPORT_LOG_FROM_MEMORY CALL FUNCTION 'HR_PL_IMPORT_LOG_FROM_MEMORY' EXPORTING mem_key = memo_key.
HR_PL_DISPLAY_LOG CALL FUNCTION 'HR_PL_DISPLAY_LOG' EXPORTING procl = 'C' EXCEPTIONS OTHERS = 1.
HR_OC_INSERT_BATCH " CALL FUNCTION 'HR_OC_INSERT_BATCH' " EXPORTING "* SEQUENCE_NUMBER = '00000' " replace = ' ' "* LAUFD = "* LAUFI = ' ' " fu_dialog = ppo_dialog_oc " country_grp = pbr99_molga " TABLES " employees = ppo_ee " EXCEPTIONS " insert_not_successful = 1 " OTHERS = 2.
HR_OC_SAVE_I2001 CALL FUNCTION 'HR_OC_SAVE_I2001' * IMPORTING * RETURNCODE = TABLES old_i2001 = ui_old_i2001 new_i2001 = ui_new_i2001 EXCEPTIONS return_cancel = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_parameters = print_params valid = print_valid.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = cd_c-void_false TABLES in_rgdir = rgdir out_rgdir = cp_rgdir_01 EXCEPTIONS OTHERS = 1.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = cd_c-actual TABLES in_rgdir = cp_rgdir_01 out_rgdir = cp_rgdir_02 EXCEPTIONS OTHERS = 1.
CD_SELECT_BONDT_RANGE CALL FUNCTION 'CD_SELECT_BONDT_RANGE' TABLES in_rgdir = cp_rgdir_02 out_rgdir = cp_rgdir_01 bondt_tab = cp_bondt_tab EXCEPTIONS OTHERS = 1.
HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = dp_pernr begda = dp_begda endda = dp_endda TABLES * i0000 = p0000 * i0001 = p0001 * i0002 = p0002 * i0007 = p0007 * i2001 = p2001 * i2002 = p2002 * i2003 = p2003 perws = dp_persw EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = cd_c-void_false TABLES in_rgdir = gr_rgdir out_rgdir = gr_rgdir_01 EXCEPTIONS OTHERS = 1.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = cd_c-actual TABLES in_rgdir = gr_rgdir_01 out_rgdir = gr_rgdir_02 EXCEPTIONS OTHERS = 1.
CD_SELECT_BONDT_RANGE CALL FUNCTION 'CD_SELECT_BONDT_RANGE' TABLES in_rgdir = gr_rgdir_02 out_rgdir = gr_rgdir_01 bondt_tab = gr_offcycle_payroll EXCEPTIONS OTHERS = 1.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING lay_out = 0 head_line1 = header1 head_line2 = header2 basic_list_title = sy-title file_name = myreport foot_note1 = footnote1 foot_note2 = footnote2 foot_note3 = footnote3 dyn_pushbutton_text1 = 'Executar processo'(007) dyn_pushbutton_text2 = 'Test/Visualizar log'(014) current_report = myreport list_level = '01' no_alv_grid = p_alv IMPORTING return_code = returncode TABLES data_tab = advanced_payments_tab select_tab = selected_payments_tab fieldname_tab = fieldname error_tab = error EXCEPTIONS print_problems = 5 OTHERS = 1.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING void_indicator = cd_c-void_false TABLES in_rgdir = rgdir out_rgdir = cp_rgdir_01 EXCEPTIONS OTHERS = 1.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = cd_c-actual TABLES in_rgdir = cp_rgdir_01 out_rgdir = cp_rgdir_02 EXCEPTIONS OTHERS = 1.
CD_SELECT_DATE_RANGE CALL FUNCTION 'CD_SELECT_DATE_RANGE' EXPORTING fpper_begda = cp_bondt fpper_endda = cp_bondt TABLES in_rgdir = cp_rgdir_02 out_rgdir = cp_rgdir_01 EXCEPTIONS OTHERS = 1.
CD_SELECT_PAYTY_RANGE CALL FUNCTION 'CD_SELECT_PAYTY_RANGE' TABLES in_rgdir = cp_rgdir_01 out_rgdir = cp_rgdir_02 payty_tab = cp_payty EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBR_CFER_PAYDATE' IMPORTING is_implemented = is_implemented CHANGING instance = badi_cfer_paydate.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBR_CFER_PAYROLL' IMPORTING is_implemented = is_implemented CHANGING instance = badi_cfer_payroll.
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 PCFERBR3 or its description.