RPCBURF0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for France only...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCBURF0 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: SUBROUTINES OF OPERATIONS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PSF_CHECK_PSF_STATUS CALL FUNCTION 'HR_PSF_CHECK_PSF_STATUS' EXPORTING pernr = pernr-pernr begda = aper-begda endda = aper-endda * IMPORTING * PUBLICSECTORFLAG = TABLES infty_tab = p0429 EXCEPTIONS not_publicsector = 1 OTHERS = 2 .
HR_PSF_BHE_PAY_READ_DATA CALL FUNCTION 'HR_PSF_BHE_PAY_READ_DATA' EXPORTING im_pernr = pernr-pernr im_begda = aper-begda im_endda = aper-endda im_p0001 = l_p0001 im_p0006 = l_p0006 im_p0032 = l_p0032 IMPORTING ex_wa_bhe_data = l_wa_bhe_data ex_p0001 = l_p0001 ex_p0006 = l_p0006 ex_p0032 = l_p0032 ex_returncode = l_returncode CHANGING ch_tab_error = l_tab_error.
HR_99S_MONTHS_BETWEEN_DATES CALL FUNCTION 'HR_99S_MONTHS_BETWEEN_DATES' EXPORTING p_begda = p_start_date p_endda = p_end_date IMPORTING p_months = l_months.
HR_PSF_CHECK_PSF_STATUS CALL FUNCTION 'HR_PSF_CHECK_PSF_STATUS' EXPORTING pernr = pernr-pernr begda = aper-begda endda = aper-endda * IMPORTING * PUBLICSECTORFLAG = TABLES infty_tab = p0429 EXCEPTIONS not_publicsector = 1 OTHERS = 2 .
HR_99S_APPCORRONDA CALL FUNCTION 'HR_99S_APPCORRONDA' EXPORTING p_molga = p99sg_cte_molga_fr p_cogrp = p_corr_group p_corr_nr = p_corr_num p_val_date = aper-ibegd p_act_date = aper-endda p_simulation = tst_on IMPORTING p_aplicate = p_use_new_code EXCEPTIONS error_locking = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.