SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MBMISSFIS SAP ABAP Report - MBMISSFI: Search for Missing FI Documents







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


Text pool values


Title: MBMISSFI: Search for Missing FI Documents


INCLUDES used within this REPORT MBMISSFIS

INCLUDE RM07REUSS.


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:

FI_DOCUMENT_RECORD CALL FUNCTION 'FI_DOCUMENT_RECORD' EXPORTING i_awsys = awsys i_awtyp = awtyp i_awref = awref i_aworg = aworg TABLES t_documents = fi_docs.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "1435653 EXPORTING "1435653 i_callback_program = gv_repid "1435653 i_callback_user_command = 'USER_COMMAND' "1435653 is_layout = alv_layout "1435653 it_fieldcat = lt_fieldcat "1435653 it_sort = gt_alvsort "1435653 it_events = gt_events "1435653 TABLES t_outtab = xhelp "1435653 EXCEPTIONS program_error = 1. "1435653

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "1435653 EXPORTING "1435653 i_callback_program = gv_repid "1435653 i_callback_user_command = 'USER_COMMAND' "1435653 is_layout = alv_layout "1435653 it_fieldcat = lt_fieldcat "1435653 it_sort = gt_alvsort "1435653 it_events = gt_events "1435653 TABLES t_outtab = g_t_matn "1435653 EXCEPTIONS program_error = 1. "1435653

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "1435653 EXPORTING "1435653 i_callback_program = gv_repid "1435653 i_callback_user_command = 'USER_COMMAND' "1435653 is_layout = alv_layout "1435653 it_fieldcat = lt_fieldcat "1435653 it_sort = gt_alvsort "1435653 it_events = gt_events "1435653 TABLES t_outtab = xhelp "1435653 EXCEPTIONS program_error = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "1435653 EXPORTING "1435653 i_callback_program = gv_repid "1435653 i_callback_user_command = 'USER_COMMAND' "1435653 is_layout = alv_layout "1435653 it_fieldcat = lt_fieldcat "1435653 it_sort = gt_alvsort "1435653 it_events = gt_events "1435653 TABLES t_outtab = xhelp "1435653 EXCEPTIONS program_error = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "1435653 EXPORTING "1435653 i_callback_program = gv_repid "1435653 i_callback_user_command = 'USER_COMMAND' "1435653 is_layout = alv_layout "1435653 it_fieldcat = lt_fieldcat "1435653 it_sort = gt_alvsort "1435653 it_events = gt_events "1435653 TABLES t_outtab = xhelp "1435653 EXCEPTIONS program_error = 1. "1435653

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "1435653 EXPORTING "1435653 i_list_type = 0 "1435653 IMPORTING "1435653 et_events = lt_events. "1435653

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' "1435653 EXPORTING "1435653 it_list_commentary = gt_header_list. "1435653



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