RPCBOW0BF 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 RPCBOW0BF 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: Include RPCUBOW0F
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BE_EGOV_GET_TEMSE CALL FUNCTION 'HR_BE_EGOV_GET_TEMSE' EXPORTING im_tsobj = p_temse IMPORTING * EX_RETURNCODE = ex_temse_attr = l_temse_attr ex_tab_temse = p_bow_data EXCEPTIONS OTHERS = 1.
HR_BE_BOWA_CONV_TEMSE_TO_TABLE CALL FUNCTION 'HR_BE_BOWA_CONV_TEMSE_TO_TABLE' EXPORTING it_temse = p_bow_data i_date = p_gen_date iv_mode = 'BOW' IMPORTING es_sender = p_sender et_fiches = p_tab_fiches et_declarations = p_tab_declarations et_rec8 = p_tab_rec8 es_rec9 = p_rec9 EXCEPTIONS OTHERS = 1.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING mask = mask mode = mode IMPORTING filename = p_file EXCEPTIONS inv_winsys = 1 no_batch = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5.
HR_BE_BOWA_CREATE_STRUCT_VERS CALL FUNCTION 'HR_BE_BOWA_CREATE_STRUCT_VERS' EXPORTING im_version = p_version CHANGING cs_sender = l_dref_sender ct_sender = l_dref_sender_tab cs_declaration = l_dref_declarations ct_declarations = l_dref_declarations_tab cs_fiches = l_dref_fiches ct_fiches = l_dref_fiches_tab cs_rec8 = l_dref_rec8 ct_rec8 = l_dref_rec8_tab cs_rec9 = l_dref_rec9 ct_rec9 = l_dref_rec9_tab EXCEPTIONS OTHERS = 1.
HR_99S_SEPARATER_BETWEEN_FIELD CALL FUNCTION 'HR_99S_SEPARATER_BETWEEN_FIELD' EXPORTING im_structure = p_structure im_table = p_table CHANGING ex_line = p_line ex_table = table.
HR_99S_DOWNLOAD CALL FUNCTION 'HR_99S_DOWNLOAD' EXPORTING p_initial_directory = '' p_filename = p_file p_write_lf = 'X' p_fsdialog = '' TABLES data_tab =