SAP Reports / Programs

IBRO_STMFIK_CLOSE SAP ABAP Report - Assign New Reconciliation Key to Broker Reports







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IBR08 - Broker Report New Reconciliation Key


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 IBRO_STMFIK_CLOSE. "Basic submit
SUBMIT IBRO_STMFIK_CLOSE AND RETURN. "Return to original report after report execution complete
SUBMIT IBRO_STMFIK_CLOSE 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: 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


INCLUDES used within this REPORT IBRO_STMFIK_CLOSE

INCLUDE IBRCONST.
INCLUDE IBRO_STMFIK_CLOSEF01.


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:

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.



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