SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFBSPL00 SAP ABAP Report - List of Split Documents







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


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


Text pool values


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


INCLUDES used within this REPORT RFBSPL00

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:

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.



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