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

RPCBWBF9 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPCBWBF9

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:

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = wa_thead-tdid language = sy-langu name = wa_thead-tdname object = wa_thead-tdobject archive_handle = 0 TABLES lines = tab_longtext EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = wa_thead-tdid language = sy-langu name = wa_thead-tdname object = wa_thead-tdobject archive_handle = 0 TABLES lines = tab_longtext EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.

HR_FR_GET_ENTRE_ETABLIS CALL FUNCTION 'HR_FR_GET_ENTRE_ETABLIS' EXPORTING * P_PERNR = p_date = bwsel-begda * P_SIREN = * P_NUMIC = p_bukrs = p0001-bukrs p_werks = p0001-werks p_btrtl = p0001-btrtl IMPORTING p_entre = entre p_etablis = etablis.

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = g_molga p_appl = g_appli p_werks = p0001-werks p_btrtl = p0001-btrtl p_struc = pme01 p_date = bwsel-endda IMPORTING werks_sum = helpadrs-werks btrtl_sum = helpadrs-btrtl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.

HR_GET_REPORTING_COMPANY_DATA CALL FUNCTION 'HR_GET_REPORTING_COMPANY_DATA' EXPORTING p_molga = g_molga p_appl = g_appli p_werks_sum = helpadrs-werks p_btrtl_sum = helpadrs-btrtl * P_VAKEY = p_date = bwsel-endda p_anart = '/F' IMPORTING sender = hrform_sender * ADDRESS = * INFODATA = * data = rep_comp line_short = l_line_short EXCEPTIONS rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 OTHERS = 6 .

HR_FR_SET_CRITERIA_HIRE_FIRE CALL FUNCTION 'HR_FR_SET_CRITERIA_HIRE_FIRE' CHANGING p_tab_criteria = tab_criteria EXCEPTIONS OTHERS = 0.

HR_99S_HIRE_FIRE CALL FUNCTION 'HR_99S_HIRE_FIRE' EXPORTING p_pernr = bwsel-pernr p_begda = lowdate p_endda = highdate p_molga = p99sg_cte_molga_fr p_enl = enl "HR_ENTRY/LEAVING_dates p_tab_criteria = tab_criteria IMPORTING p_phifi = tab_phifi EXCEPTIONS no_molga = 1 no_infotype_reg = 2 error = 3 OTHERS = 0.

HR_FR_GET_MALAD CALL FUNCTION 'HR_FR_GET_MALAD' EXPORTING p_werks = p_werks p_btrtl = p_btrtl p_persk = p_persk p_persg = p_persg IMPORTING malad = p_malad momal = momal mmsta = mmsta EXCEPTIONS no_entry_t5f03 = 1 no_entry_t5f2e = 2 no_entry_t5f1p = 3 OTHERS = 4.

HR_FR_GET_QUALIFICATION CALL FUNCTION 'HR_FR_GET_QUALIFICATION' EXPORTING p_pernr = bwsel-pernr p_begda = bwsel-begda p_endda = bwsel-endda IMPORTING p_quali = cur_pos-quali p_text = cur_pos-quali_text EXCEPTIONS error = 1 0001 = 2 0217 = 3 t511k = 4 OTHERS = 5.

HR_FPIND_GET_RESULT CALL FUNCTION 'HR_FPIND_GET_RESULT' EXPORTING * begda of decree must be used to get last indbr, indmj begda = bwsel-begda molga = g_molga trfar = wa_p0008-trfar trfgb = wa_p0008-trfgb trfgr = wa_p0008-trfgr trfst = wa_p0008-trfst IMPORTING indbr = p_pos-indbr indmj = p_pos-indmj EXCEPTIONS no_entry_t511p = 1 no_entry_t5fpbs4i = 2 no_entry_t5fpbs4b = 3 no_entry_t5fpbs4a = 4 OTHERS = 5.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = '0004' language = sy-langu name = wa_signature-title object = 'HRPBSFRDCR' archive_handle = 0 TABLES lines = tab_longtext EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.



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