RPCBWPXF 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 RPCBWPXF 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = proz text = guitxt.
ARCHIV_ARCHIVINFO_GET CALL FUNCTION 'ARCHIV_ARCHIVINFO_GET' EXPORTING archiv_id = space ar_object = toa-ar_object "#EC DOM_EQUAL sap_object = toa-sap_object EXCEPTIONS error_communicationtable = 1 error_connectiontable = 2 no_authority = 3 OTHERS = 4.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "XGFPH0K001341 EXPORTING archive_info = info(3) archive_mode = prt_opt-tdarmod archive_text = 'Bescheinigungsarchiv'(020) ar_object = toa-ar_object "#EC DOM_EQUAL authority = prt_opt-tdautority "YMTN1100317 destination = bwsel-pdest list_name = fname(12) list_text = 'Bescheinigungen SAPScript'(019) mode = 'CURRENT' no_dialog = 'X' sap_object = toa-sap_object user = sy-uname IMPORTING out_archive_parameters = arc out_parameters = prp valid = valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.
READ_FORM_ELEMENTS CALL FUNCTION 'READ_FORM_ELEMENTS' EXPORTING form = fname language = sy-langu "AB -N#0879219 status = ' ' TABLES elements = eltab.
READ_FORM_LINES CALL FUNCTION 'READ_FORM_LINES' EXPORTING element = eltab-element form = fname language = sy-langu "AB -N#0879219 window = eltab-window TABLES lines = lines.
CONTROL_INIT CALL FUNCTION 'CONTROL_INIT' EXCEPTIONS control_init_error = 1 OTHERS = 2.
GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' " IMPORTING " return = l_return. "
GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' " IMPORTING " return = l_return. "
SPLITTERCONTROL_CREATE CALL FUNCTION 'SPLITTERCONTROL_CREATE' EXPORTING owner_repid = 'SAPLSTXW' * owner_dynnr = '0100' "YMTN1398283 owner_dynnr = l_dynnr "YMTN1398283 width = 280 CHANGING h_control = h_control EXCEPTIONS create_error = 1 OTHERS = 2.
TREEV_CREATE_LIST_TREE CALL FUNCTION 'TREEV_CREATE_LIST_TREE' EXPORTING owner_repid = pprog dynnr = '0100' left = 1 top = 1 width = 50 height = 20 alignment = align_at_bottom link_repid = 'SAPLSTXW' parentid = h_control-shellid register_event_node_dbl_click = 'X' register_event_item_dbl_click = 'X' register_event_link_click = 'X' register_event_button_click = 'X' with_headers = ' ' item_selection = 'X' node_selection_mode = treev_node_sel_mode_single item_table_structure_name = 'HRTREESITEM_SAPSCRIPT' TABLES node_table = node_table item_table = item_table CHANGING handle = tree EXCEPTIONS create_error = 1 tree_control_not_existing = 2 control_has_no_headers = 3 cntl_system_error = 4 failed = 5 illegal_node_selection_mode = 6 illegal_header_type = 7 illegal_header_alignment = 8 missing_item_structure_name = 9 empty_node_table = 10 empty_item_table = 11 error_in_tables = 12 dp_error = 13 illegal_owner_repid = 14 table_structure_name_not_found = 15 OTHERS = 16.
TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING handle = tree node_key = 'Root'(009) level_count = 0 expand_all_children = space EXCEPTIONS failed = 1 illegal_level_count = 2 cntl_system_error = 3 node_not_found = 4 cannot_expand_leaf = 5 OTHERS = 6.
CONTROL_REGISTER_EVT_CB CALL FUNCTION 'CONTROL_REGISTER_EVT_CB' EXPORTING event = treev_eventid_node_dbl_clk callback_form = 'HANDLE_TREE_NODE_DBL_CLK' is_system_callback = 'X' CHANGING h_control = tree EXCEPTIONS cb_not_found = 1 inv_callback_definition = 2 OTHERS = 3.
CONTROL_REGISTER_EVT_CB CALL FUNCTION 'CONTROL_REGISTER_EVT_CB' EXPORTING event = treev_eventid_item_dbl_clk callback_form = 'HANDLE_TREE_ITEM_DBL_CLK' is_system_callback = 'X' CHANGING h_control = tree EXCEPTIONS cb_not_found = 1 inv_callback_definition = 2 OTHERS = 3.
CONTROL_REGISTER_EVT_CB CALL FUNCTION 'CONTROL_REGISTER_EVT_CB' EXPORTING event = treev_eventid_link_click callback_form = 'HANDLE_TREE_LINK_CLICK' is_system_callback = 'X' CHANGING h_control = tree EXCEPTIONS cb_not_found = 1 inv_callback_definition = 2 OTHERS = 3.
CONTROL_REGISTER_EVT_CB CALL FUNCTION 'CONTROL_REGISTER_EVT_CB' EXPORTING event = treev_eventid_button_click callback_form = 'HANDLE_TREE_BUTTON_CLICK' is_system_callback = 'X' CHANGING h_control = tree EXCEPTIONS cb_not_found = 1 inv_callback_definition = 2 OTHERS = 3.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' archive_index = toa archive_params = arc device = device dialog = ' ' form = fname language = sy-langu OPTIONS = p_opt raw_data_interface = '*' IMPORTING RESULT = l_result EXCEPTIONS canceled = 1 device = 2 form = 3 OPTIONS = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 OTHERS = 10.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = toa form = fname language = sy-langu * STARTPAGE = ' ' * PROGRAM = ' ' * MAIL_APPL_OBJECT = * IMPORTING * LANGUAGE = EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 spool_error = 6 OTHERS = 7 .
END_FORM CALL FUNCTION 'END_FORM' * IMPORTING * RESULT = EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 spool_error = 3 OTHERS = 4 .
CALL FUNCTION 'WRITE_FORM' EXPORTING element = p_element function = p_function type = p_type window = p_window EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = res TABLES "YMLN648507 otfdata = otf_tab "YMLN648507 EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
ARCHIV_ARCHIVINFO_GET CALL FUNCTION 'ARCHIV_ARCHIVINFO_GET' EXPORTING archiv_id = space ar_object = toa-ar_object "#EC DOM_EQUAL sap_object = toa-sap_object EXCEPTIONS error_communicationtable = 1 error_connectiontable = 2 no_authority = 3 OTHERS = 4.
CONTROL_DESTROY CALL FUNCTION 'CONTROL_DESTROY' CHANGING h_control = tree EXCEPTIONS cntl_system_error = 1 cntl_error = 2 OTHERS = 3.
CONTROL_DESTROY CALL FUNCTION 'CONTROL_DESTROY' CHANGING h_control = h_control EXCEPTIONS cntl_system_error = 1 cntl_error = 2 OTHERS = 3.
CONTROL_FLUSH CALL FUNCTION 'CONTROL_FLUSH' EXCEPTIONS cntl_system_error = 1 cntl_error = 2 OTHERS = 3.
TREEV_UPDATE_NODES_AND_ITEMS CALL FUNCTION 'TREEV_UPDATE_NODES_AND_ITEMS' EXPORTING handle = tree item_table_structure_name = 'HRUPDITEM_SAPSCRIPT' TABLES item_table = upditem_table EXCEPTIONS failed = 1 missing_item_table_struct_name = 2 instance_not_found = 3 not_allowed_for_simple_tree = 4 cntl_system_error = 5 error_in_tables = 6 dp_error = 7 table_structure_name_not_found = 8 OTHERS = 9.
CONVERT_OTF CALL FUNCTION 'CONVERT_OTF' EXPORTING format = 'PDF' * MAX_LINEWIDTH = 132 * ARCHIVE_INDEX = ' ' * COPYNUMBER = 0 IMPORTING bin_filesize = pdf_size bin_file = pdf_file TABLES otf = otf_tab lines = pdf_tab EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 err_bad_otf = 4 OTHERS = 5.
READ_FORM_LINES CALL FUNCTION 'READ_FORM_LINES' EXPORTING element = it_eltab-element form = fname language = sy-langu window = it_eltab-window TABLES lines = it_lines.
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 RPCBWPXF or its description.