SAP Reports / Programs

RFBUEB00 SAP ABAP Report - Document List







RFBUEB00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The system selects the posted FI documents on the basis of the criteria that you have entered...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFBUEB00 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 RFBUEB00. "Basic submit
SUBMIT RFBUEB00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBUEB00 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: P_STATS = Display noted items
Selection Text: UNAME = Own documents only
Title: Document List
Text Symbol: 001 = Document status
Text Symbol: 006 = List being created...
Text Symbol: 100 = Search for own documents
Text Symbol: 110 = Also display noted items
001 | CoCd Doc. no. Year DT Doc.date Post.dte Curr. Reference no. |


INCLUDES used within this REPORT RFBUEB00

INCLUDE FIN_UI_DECO_REPORT_INCLUDE.


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:

FAGL_CHECK_GLFLEX_ACTIV_CLIENT CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIV_CLIENT' EXPORTING client = sy-mandt IMPORTING e_glflex_active = fagl_active EXCEPTIONS error_in_setup = 1.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST' EXPORTING on_empty_list = space.

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 " Note 542413 i_callback_program = sy-repid 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 = 0 OTHERS = 0.

popup_to_confirm * call function 'popup_to_confirm' and exit from loop if 'no'....

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = char_x " Note 542413 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.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CCSECA_CCNUM_MASKING' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

CCSECA_CCNUM_MASKING CALL FUNCTION 'CCSECA_CCNUM_MASKING' EXPORTING i_ccnum = gs_ybkpf_alv-ccnum IMPORTING e_ccnum_masked = gs_ybkpf_alv-ccnum EXCEPTIONS OTHERS = 0.



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