RBNK_ARC_PREPROCESS_F01 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 RBNK_ARC_PREPROCESS_F01 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 RBNK_ARC_PREPROCESS_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BNK_API_GET_STATUS CALL FUNCTION 'BNK_API_GET_STATUS' EXPORTING i_object_id =
- -status i_flag_active = 'X' IMPORTING e_tab_sys_stat = l_tab_sys_stat.
BNK_API_GET_UI_TEXT_LONG CALL FUNCTION 'BNK_API_GET_UI_TEXT_LONG' EXPORTING i_object_id =
- -status i_flg_usr_stat = 'X' i_flg_only_active = 'X' i_langu = sy-langu IMPORTING e_sys_stat_line = l_status_id * E_USR_STAT_LINE = e_sys_stat_line_long = l_txt .
COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING i_bukrs = c_str_btc_item_ui-zbukr IMPORTING e_t001 = lf_t001.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = lf_reguh-zaldt "posting date i_periv = lf_t001-periv IMPORTING e_gjahr = c_str_btc_item_ui-gjahr EXCEPTIONS OTHERS = 0.
BNK_API_DISPLAY_RELEASE_HIST CALL FUNCTION 'BNK_API_DISPLAY_RELEASE_HIST' EXPORTING i_archive = cl_bnk_constants=>con_false i_batch_id = p_batch_no i_item_no = l_nul_item * I_STR_BATCH_HEADER = IMPORTING e_tab_rc = lt_messages .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBNK_ARC_PREPROCESS_F01 - Include RBNK_ARC_PREPROCESS_F01 RBNK_ARC_PREPROCESS_EXIT_0200 - Include RBNK_ARC_PREPROCESS_EXIT_0200 RBNK_ARC_PREPROCESS_C01 - Include RBNK_ARC_PREPROCESS_C01 RBNK_ARC_PREPROCESS - RBNKARCPREPROCESS RBNK_ARC_PREPROCESS - RBNKARCPREPROCESS RBNK_ARC_DELETE_TOP - Include RBNK_ARC_DELETE_TOP