RFBSPL00 is a standard Executable ABAP Report 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 RFBSPL00 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.
Selection Text: AWKEY = D .
Selection Text: BELNR = D .
Selection Text: BKTXT = D .
Selection Text: BLART = D .
Selection Text: BUDATUM = D .
Selection Text: BUKRS = D .
Selection Text: CPUDT = D .
Selection Text: GJAHR = D .
Selection Text: NMAX = D .
Selection Text: USNAM = D .
Selection Text: XBLNR = D .
Title: List of Split Documents
Text Symbol: 001 = -> Doc. missing
Text Symbol: 002 = Details on Split Documents
Text Symbol: 003 = Technical Settings
Text Symbol: 004 = Split Documents
Text Symbol: 005 = Details of Individual Documents
Text Symbol: 006 = List being generated.....
001 Ref. Key........ CoCode DocNo... Year
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 text = text-006.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_buffer_active = char_x i_callback_program = 'RFBSPL00' i_callback_pf_status_set = con_callback_pf i_callback_user_command = con_callback_user is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort i_save = l_save is_variant = gs_variant it_event_exit = gt_event_exit tables t_outtab = gt_ybkpf_alv exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_buffer_active = char_x i_structure_name = con_alv_struc changing ct_fieldcat = gt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = p_auth changing cs_variant = gs_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.