IBRO_STMTRANSF1 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_STMTRANSF1 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: Broker report transfer program
Text Symbol: S05 = Start time
Text Symbol: S04 = Start date
Text Symbol: S03 = Start immediately
Text Symbol: S02 = Schedule posting
Text Symbol: S01 = Further processing
Text Symbol: PTH = Path
Text Symbol: PAR = The program was started with the following parameters:
Text Symbol: 129 = Default values are incorrect
Text Symbol: 128 = Item is Incorrect
Text Symbol: 051 = Items Can Still Be Added
Text Symbol: 035 = MAKL_MELD_BUCHEN
Text Symbol: 034 = Posting Cannot Be Scheduled
Text Symbol: 033 = Posting Scheduled
Text Symbol: 032 = Incorrect
Text Symbol: 031 = Closed
Text Symbol: 030 = Released
Text Symbol: 029 = Broker Report
Text Symbol: 028 = BrokRepTransfer
Text Symbol: 027 = *****************************
Text Symbol: 025 = Too many errors - extended log deactivated
Text Symbol: 021 = Faulty records:
Text Symbol: 016 = Restart
Text Symbol: 015 = Error processing
Text Symbol: 014 = File
Text Symbol: 013 = Data source
Text Symbol: 010 = Item
Text Symbol: 009 = Status
Text Symbol: 008 = Row
Text Symbol: 007 = No.
Text Symbol: 006 = Broker Report Contains Errors
INCLUDE IBRO_TRANSI1.
INCLUDE IBRO_TRANSF03. " SELECTION SCREEN & EVENTS
INCLUDE IBRO_TRANSF06. " F4-HELP
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' IMPORTING out_parameters = params valid = valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 3 invalid_archive_params = 2 OTHERS = 4.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.