IBRO_TRANSF01 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_TRANSF01 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: Document Transfer Program (Subroutines)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISCD_DB_BRO_STMH_SINGLE CALL FUNCTION 'ISCD_DB_BRO_STMH_SINGLE' EXPORTING i_ident = xibrostmh-ident IMPORTING e_bro_stmh = ld_ibrostmh EXCEPTIONS error_message = 1.
K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING par_langu = sy-langu par_msgid = sy-msgid par_msgno = sy-msgno par_msgv1 = sy-msgv1 par_msgv2 = sy-msgv2 par_msgv3 = sy-msgv3 par_msgv4 = sy-msgv4 IMPORTING par_msgtx = text EXCEPTIONS no_message_found = 1 par_msgid_missing = 2 par_msgno_missing = 3 par_msgty_missing = 4 OTHERS = 5.
ENQUEUE_EIBROSTMTRCI CALL FUNCTION 'ENQUEUE_EIBROSTMTRCI' EXPORTING client = sy-mandt runid = p_runid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "Note 1584976 EXPORTING LOGICAL_FILENAME = c_lgname CHANGING PHYSICAL_FILENAME = as_fname EXCEPTIONS OTHERS = 1. "Note 1584976
DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = auxdat EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = prgname TABLES selection_table = vari_tab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = prgname seltext = 'X' newpage = space TABLES sel_tab = vari_tab.
ISCD_BROK_STM_BATCH_POS_APPEND CALL FUNCTION 'ISCD_BROK_STM_BATCH_POS_APPEND' TABLES t_ibrostmp = xibrostmp2 EXCEPTIONS error_message = 1.
ISCD_BROK_STM_BATCH_GET_ERRPOS CALL FUNCTION 'ISCD_BROK_STM_BATCH_GET_ERRPOS' IMPORTING e_posnumb = err_posnumb.
ISCD_BROK_STM_BATCH_POS_APPEND CALL FUNCTION 'ISCD_BROK_STM_BATCH_POS_APPEND' TABLES t_ibrostmp = xibrostmp3.
FKK_PAYMENT_BATCH_STATUS * CALL FUNCTION 'FKK_PAYMENT_BATCH_STATUS' * EXPORTING * i_keyz1 = XFKKZK-keyz1 * IMPORTING * E_STAZS = l_stazs * E_ANZPO = l_anzpo * E_FIKEY = l_fikey * EXCEPTIONS * ERROR_MESSAGE = 1.
ISCD_BROK_STM_BATCH_CREATE CALL FUNCTION 'ISCD_BROK_STM_BATCH_CREATE' EXPORTING i_ibrostmh = xibrostmh * IMPORTING * E_IBROSTMH = EXCEPTIONS error_message = 1.
ISCD_BROK_STM_BATCH_DFL_APPEND CALL FUNCTION 'ISCD_BROK_STM_BATCH_DFL_APPEND' TABLES t_ibrostmdflt = xibrostmdflt EXCEPTIONS error_message = 1.
ISCD_BROK_STM_BATCH_CLOSE CALL FUNCTION 'ISCD_BROK_STM_BATCH_CLOSE' EXPORTING i_ident = brtab-ident EXCEPTIONS OTHERS = 0.
ISCD_BROK_STM_BATCH_RELEASE CALL FUNCTION 'ISCD_BROK_STM_BATCH_RELEASE' EXPORTING i_ident = brtab-ident.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname sdlstrtdt = p_strdt sdlstrttm = p_strtm strtimmed = ' ' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = 'V560' i_applk = ibrostmstrt_ext-applk TABLES t_fbstab = xtfkfbc EXCEPTIONS OTHERS = 0.
ISCD_SAMPLE_V560 CALL FUNCTION 'ISCD_SAMPLE_V560'.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = ls_layo it_fieldcat = lt_fcat TABLES t_outtab = gt_errout.
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_TRANSF01 or its description.
IBRO_TRANSF01 - Document Transfer Program (Subroutines) IBRO_TRANSF00 - Document Transfer Program (Declarations) IBRO_STM_CHECK_LT_471 - Check Program for Broker Report Consistency IBRO_STM_CHECK_LT_471 - Check Program for Broker Report Consistency IBRO_STM_CHECK - Check Program for Broker Report Consistency IBRO_STM_CHECK - Check Program for Broker Report Consistency