SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPCBURF0 SAP ABAP INCLUDE - SUBROUTINES OF OPERATIONS







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


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 RPCBURF0. "Basic submit
SUBMIT RPCBURF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBURF0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SUBROUTINES OF OPERATIONS


INCLUDES used within this REPORT RPCBURF0

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:

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.



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