SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCBWMB3 SAP ABAP INCLUDE - Include RPCBWMB3







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


Text pool values


Title: Include RPCBWMB3


INCLUDES used within this REPORT RPCBWMB3

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_99S_DISPLAY_ALV CALL FUNCTION 'HR_99S_DISPLAY_ALV' "#EC * EXPORTING p_tab_fieldcat = tab_fieldcat p_report = myrepid p_pf_status = 'SET_PF_STATUS' p_user_command = 'CALLBACK' TABLES p_tab_alv = g_alv_tab p_tab_error = gc_bowm->mt_hrerror EXCEPTIONS error = 1 OTHERS = 2.

HR_99S_DISPLAY_ERRORS CALL FUNCTION 'HR_99S_DISPLAY_ERRORS' TABLES p_tab_error = gc_bowm->mt_hrerror.

HR_99S_DISPLAY_ERRORS CALL FUNCTION 'HR_99S_DISPLAY_ERRORS' TABLES p_tab_error = gc_bowm->mt_hrerror.

HR_BE_BOW_CREATE_TEMSE CALL FUNCTION 'HR_BE_BOW_CREATE_TEMSE' EXPORTING im_tab_temse = pt_temse im_appl = l_appl im_message = 'X' im_test = r_test im_acb2a = r_acb2a im_txb2a = r_txb2a iv_b2agroup = pbebw_c_b2a_tax_group im_repform = 'STATUS_HANDLER_CALLBACK' im_repname = l_report_name it_org_data = pt_org_data iv_appl = pbebw_c_appl_monthly IMPORTING ex_temse = p_temse ex_returncode = returncode CHANGING ch_temse_atr = temse_atr ch_pb2amgr = l_pb2amgr.

HR_99S_DISPLAY_ERRORS CALL FUNCTION 'HR_99S_DISPLAY_ERRORS' TABLES p_tab_error = gc_bowm->mt_hrerror.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = myrepid TABLES selection_table = lt_rspar EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

HR_BE_EGOV_CALL_B2A CALL FUNCTION 'HR_BE_EGOV_CALL_B2A' EXPORTING iv_b2agroup = pbebw_c_b2a_tax_group iv_doctype = pbebw_c_appl_monthly IMPORTING ex_returncode = returncode.

HR_99S_DISPLAY_ALV CALL FUNCTION 'HR_99S_DISPLAY_ALV' "#EC * EXPORTING p_tab_fieldcat = lt_fieldcat_ee p_report = sy-repid p_pf_status = 'SET_PF_STATUS' p_user_command = 'CALLBACK' TABLES p_tab_alv = lt_alv_tab EXCEPTIONS OTHERS = 1.



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