IBRO_STMFIK_CLOSE 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 IBRO_STMFIK_CLOSE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IBR08 - Broker Report New Reconciliation Key
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: R_IDENT = D Broker Report
Selection Text: R_COMPC = D Company Code
Selection Text: P_TEST = Test Run
Selection Text: P_INCMPL = Incomplete Postings Selected
Title: Assign New Reconciliation Key to Broker Reports
Text Symbol: TST = Results of the test run
Text Symbol: LCK = Locked by &
Text Symbol: FIN = Open
Text Symbol: FIC = Closed
Text Symbol: ERR = Error While Opening
Text Symbol: ECH = Results of the Update Run
Text Symbol: COM = Remark
INCLUDE IBRCONST.
INCLUDE IBRO_STMFIK_CLOSEF01.
No SAP DATABASE tables are accessed within this REPORT code!
BP_SET_MSG_HANDLING call function 'BP_SET_MSG_HANDLING' "1428448 exporting handlingtype = 2 exceptions others = 0.
ENQUEUE_EIBROSTMH call function 'ENQUEUE_EIBROSTMH' exporting ident = gt_ibrostmh-ident _scope = '3' exceptions foreign_lock = 1 system_failure = 2 others = 3.
ISCD_DB_BRO_STMH_SINGLE call function 'ISCD_DB_BRO_STMH_SINGLE' exporting i_ident = gt_ibrostmh-ident importing e_bro_stmh = gs_ibrostmh e_fikey_first = gt_ibrostmh-fikey_ori exceptions not_found = 1 others = 2.
FKK_FIKEY_GET_STATUS call function 'FKK_FIKEY_GET_STATUS' exporting i_fikey = gt_ibrostmh-fikey importing e_xclos = gx_fik_close e_sumsz = g_fik_sumsz exceptions error_message = 1.
ISCD_SAMPLE_V555 if 1 = 2. call function 'ISCD_SAMPLE_V555'. endif.
ISCD_BROK_STM_BATCH_NEW_FIKEY call function 'ISCD_BROK_STM_BATCH_NEW_FIKEY' exporting i_ident = gt_ibrostmh-ident i_new_fikey = gt_ibrostmh-fikey_new exceptions enqueue_failed = 1 not_found = 2 fikey_err = 3 error_message = 4 others = 5.
BP_SET_MSG_HANDLING call function 'BP_SET_MSG_HANDLING' "1428448 exporting handlingtype = 1 exceptions others = 0.
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_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 IBRO_REPHISTF01 - Include IBRO_REPHISTF01