IBRO_STMFIK_CLOSEF01 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 IBRO_STMFIK_CLOSEF01 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.
Title: Include IBRO_STMFIK_CLOSEF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' EXPORTING I_SET_NEW = ' ' IMPORTING E_APPLK = L_APPLC EXCEPTIONS NO_APPL_SELECTED = 1 OTHERS = 2.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_FBEVE = 'V555' I_APPLK = L_APPLC TABLES T_FBSTAB = LT_TFKFBC_V555 EXCEPTIONS OTHERS = 1.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lc_save CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid * i_callback_pf_status_set = * i_callback_user_command = i_grid_title = l_title is_layout = ls_layout it_fieldcat = lt_fieldcat[] i_save = lc_save is_variant = ls_variant TABLES t_outtab = CT_IBROSTMH EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = 'GT_IBROSTMH' i_structure_name = 'SIBRFKYCHNG' i_client_never_display = 'X' CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IBRO_STMFIK_CLOSEF01 - Include IBRO_STMFIK_CLOSEF01 IBRO_STMFIK_CLOSE - Assign New Reconciliation Key to Broker Reports IBRO_STMFIK_CLOSE - Assign New Reconciliation Key to Broker Reports IBRO_REPLIST - Search for items in broker reports IBRO_REPLIST - Search for items in broker reports IBRO_REPHISTTOP - IBROREPHISTTOP